Browse Source

[examples] Fix and improve test examples

pull/176/head
Louis 9 years ago
parent
commit
53fe796421
  1. 3
      examples/example-test.sb
  2. 5
      examples/songs/tests/errors.csg

3
examples/example-test.sb

@ -5,9 +5,10 @@
"lilypond", "lilypond",
"pictures" "pictures"
], ],
"lang": "ERROR",
"booktype" : "chorded", "booktype" : "chorded",
"template" : "patacrep.tex", "template" : "patacrep.tex",
"encoding": "utf8", "encoding": "utf8",
"content": ["tests/*.sg", "tests/*.sgc"] "content": ["tests/*.csg", "tests/*.tsg"]
} }

5
examples/songs/tests/errors.csg

@ -1,4 +1,4 @@
{lang : en} {lang : xx_XX}
{columns : 2} {columns : 2}
{ title : Error} { title : Error}
{subtitle: A chordpro file with many errors} {subtitle: A chordpro file with many errors}
@ -12,4 +12,5 @@ Bla [H]bla
{fo#: bar} {fo#: bar}
{image: foo}
{partition: bar}

Loading…
Cancel
Save