mirror of https://github.com/patacrep/patacrep.git
Romain Goffe
13 years ago
5 changed files with 40 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||
|
{ |
||||
|
"template" : "patacrep.tmpl", |
||||
|
"lang" : "english", |
||||
|
"bookoptions" : [], |
||||
|
"booktype" : "lyric", |
||||
|
"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)", |
||||
|
"subtitle" : "lyrics", |
||||
|
"songs" : "all" |
||||
|
} |
@ -0,0 +1,9 @@ |
|||||
|
{ |
||||
|
"template" : "patacrep.tmpl", |
||||
|
"lang" : "french", |
||||
|
"bookoptions" : [], |
||||
|
"booktype" : "lyric", |
||||
|
"author" : "Crep (R.Goffe) \\and Lohrun (A.Dupas)", |
||||
|
"subtitle" : "parolier", |
||||
|
"songs" : "all" |
||||
|
} |
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"template" : "patacrep.tmpl", |
||||
|
"lang" : "english", |
||||
|
"bookoptions" : [ |
||||
|
"diagram", |
||||
|
"lilypond", |
||||
|
"pictures" |
||||
|
], |
||||
|
"songs" : "all" |
||||
|
} |
@ -0,0 +1,10 @@ |
|||||
|
{ |
||||
|
"template" : "patacrep.tmpl", |
||||
|
"lang" : "french", |
||||
|
"bookoptions" : [ |
||||
|
"diagram", |
||||
|
"lilypond", |
||||
|
"pictures" |
||||
|
], |
||||
|
"songs" : "all" |
||||
|
} |
Loading…
Reference in new issue