]> git.donarmstrong.com Git - lilypond.git/blob - test/check-lily-paper.sh
release: 0.1.54
[lilypond.git] / test / check-lily-paper.sh
1 #!/bin/sh
2 # check-lily-paper.sh
3
4 # out=check-lily.tex
5 # ugh -o is broken
6 out=lelie.tex
7 ok=$LILYPOND_SOURCEDIR/test/ok.tex
8 cat <<EOF | lilypond -T # -o $out
9 \score{
10         \melodic{
11                 c d e f g a b c'
12         }
13         \paper{}
14 }
15 EOF
16
17 # ugh
18 diff $out $ok
19 exit $?
20