Browse Source

Removed the "songs":"all" entry in songbooks.

If no "songs" key is found, all the songs are used
accords
Luthaf 11 years ago
parent
commit
a1c2f524be
  1. 3
      books/lyricbook.sb
  2. 3
      books/lyricbook_en.sb
  3. 3
      books/lyricbook_fr.sb
  4. 2
      books/matteo.sb
  5. 2
      books/naheulbeuk.sb
  6. 3
      books/songbook.sb
  7. 3
      books/songbook_en.sb
  8. 3
      books/songbook_fr.sb
  9. 2
      books/volume-1.sb
  10. 2
      books/volume-2.sb
  11. 2
      books/volume-3.sb
  12. 2
      books/volume-4.sb
  13. 2
      books/volume-5.sb

3
books/lyricbook.sb

@ -1,12 +1,11 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [],
"booktype" : "lyric",
"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"subtitle" : "parolier",
"title" : "Recueil de chansons",
"songs" : "all",
"authwords" : {
"sep" : ["and", "et"]
},

3
books/lyricbook_en.sb

@ -1,11 +1,10 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "english",
"bookoptions" : [],
"booktype" : "lyric",
"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"subtitle" : "lyrics",
"songs" : "all",
"authwords" : {
"sep" : ["and", "et"]
},

3
books/lyricbook_fr.sb

@ -1,11 +1,10 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [],
"booktype" : "lyric",
"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)",
"subtitle" : "parolier",
"songs" : "all",
"authwords" : {
"sep" : ["and", "et"]
},

2
books/matteo.sb

@ -1,5 +1,5 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"importantdiagramonly",

2
books/naheulbeuk.sb

@ -1,5 +1,5 @@
{
"template" : "naheulbeuk.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",

3
books/songbook.sb

@ -1,7 +1,6 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"songs" : "all",
"authwords" : {
"sep" : ["and", "et"]
},

3
books/songbook_en.sb

@ -1,12 +1,11 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "english",
"bookoptions" : [
"diagram",
"lilypond",
"pictures"
],
"songs" : "all",
"authwords" : {
"sep" : ["and", "et"]
},

3
books/songbook_fr.sb

@ -1,12 +1,11 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",
"lilypond",
"pictures"
],
"songs" : "all",
"authwords" : {
"sep" : ["and", "et"]
},

2
books/volume-1.sb

@ -1,5 +1,5 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",

2
books/volume-2.sb

@ -1,5 +1,5 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",

2
books/volume-3.sb

@ -1,5 +1,5 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",

2
books/volume-4.sb

@ -1,5 +1,5 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",

2
books/volume-5.sb

@ -1,5 +1,5 @@
{
"template" : "patacrep.tmpl",
"template" : "default.tex",
"lang" : "french",
"bookoptions" : [
"diagram",

Loading…
Cancel
Save