lilypond-1.1.67
[lilypond.git] / test / check-lily-paper.sh
blob1829154a4f3183d60850e449b74bb78c9c6a857f
1 #!/bin/sh
2 # check-lily-paper.sh
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'
13 \paper{}
15 EOF
17 # ugh
18 diff $out $ok
19 exit $?