mirror of https://github.com/patacrep/patacrep.git
Louis
11 years ago
5 changed files with 51 additions and 13 deletions
@ -0,0 +1,15 @@ |
|||
{ |
|||
"template" : "layout.tex", |
|||
"bookoptions" : [ |
|||
"importantdiagramonly", |
|||
"repeatchords", |
|||
"lilypond", |
|||
"pictures" |
|||
], |
|||
"booktype" : "chorded", |
|||
"lang" : "french", |
|||
"authwords" : { |
|||
"sep" : ["and", "et"] |
|||
}, |
|||
"datadir" : "." |
|||
} |
@ -0,0 +1,15 @@ |
|||
{ |
|||
"template" : "patacrep.tex", |
|||
"bookoptions" : [ |
|||
"importantdiagramonly", |
|||
"repeatchords", |
|||
"lilypond", |
|||
"pictures" |
|||
], |
|||
"booktype" : "chorded", |
|||
"lang" : "french", |
|||
"authwords" : { |
|||
"sep" : ["and", "et"] |
|||
}, |
|||
"datadir" : "." |
|||
} |
@ -0,0 +1,15 @@ |
|||
{ |
|||
"template" : "songs.tex", |
|||
"bookoptions" : [ |
|||
"importantdiagramonly", |
|||
"repeatchords", |
|||
"lilypond", |
|||
"pictures" |
|||
], |
|||
"booktype" : "chorded", |
|||
"lang" : "french", |
|||
"authwords" : { |
|||
"sep" : ["and", "et"] |
|||
}, |
|||
"datadir" : "." |
|||
} |
Loading…
Reference in new issue