Browse Source

add localized songbooks

remotes/karagrat/master
Romain Goffe 12 years ago
parent
commit
04017cc416
  1. 9
      books/lyricbook_en.sb
  2. 9
      books/lyricbook_fr.sb
  3. 10
      books/songbook_en.sb
  4. 10
      books/songbook_fr.sb
  5. 3
      utils/release.sh

9
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"
}

9
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"
}

10
books/songbook_en.sb

@ -0,0 +1,10 @@
{
"template" : "patacrep.tmpl",
"lang" : "english",
"bookoptions" : [
"diagram",
"lilypond",
"pictures"
],
"songs" : "all"
}

10
books/songbook_fr.sb

@ -0,0 +1,10 @@
{
"template" : "patacrep.tmpl",
"lang" : "french",
"bookoptions" : [
"diagram",
"lilypond",
"pictures"
],
"songs" : "all"
}

3
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

Loading…
Cancel
Save