diff --git a/books/lyricbook_en.sb b/books/lyricbook_en.sb new file mode 100644 index 00000000..95feb9f8 --- /dev/null +++ b/books/lyricbook_en.sb @@ -0,0 +1,9 @@ +{ +"template" : "patacrep.tmpl", +"lang" : "english", +"bookoptions" : [], +"booktype" : "lyric", +"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)", +"subtitle" : "lyrics", +"songs" : "all" +} diff --git a/books/lyricbook_fr.sb b/books/lyricbook_fr.sb new file mode 100644 index 00000000..0eca7415 --- /dev/null +++ b/books/lyricbook_fr.sb @@ -0,0 +1,9 @@ +{ +"template" : "patacrep.tmpl", +"lang" : "french", +"bookoptions" : [], +"booktype" : "lyric", +"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)", +"subtitle" : "parolier", +"songs" : "all" +} diff --git a/books/songbook_en.sb b/books/songbook_en.sb new file mode 100644 index 00000000..8893f0fc --- /dev/null +++ b/books/songbook_en.sb @@ -0,0 +1,10 @@ +{ +"template" : "patacrep.tmpl", +"lang" : "english", +"bookoptions" : [ + "diagram", + "lilypond", + "pictures" + ], +"songs" : "all" +} diff --git a/books/songbook_fr.sb b/books/songbook_fr.sb new file mode 100644 index 00000000..ae70574b --- /dev/null +++ b/books/songbook_fr.sb @@ -0,0 +1,10 @@ +{ +"template" : "patacrep.tmpl", +"lang" : "french", +"bookoptions" : [ + "diagram", + "lilypond", + "pictures" + ], +"songs" : "all" +} diff --git a/utils/release.sh b/utils/release.sh index c4416cc2..73c7d5ff 100755 --- a/utils/release.sh +++ b/utils/release.sh @@ -62,7 +62,8 @@ make volume-4.pdf make volume-5.pdf make english.pdf make french.pdf -make songbook.pdf +make songbook_fr.pdf +make songbook_en.pdf make lyricbook.pdf git status