Todo en el submódulo ejercicios-clase/apuntes
[lilypond-ejercicios.git] / lilypond-by-example / haz.sh
blobc1b6384b83304a1c97e31b135e3bccc80987c5fc
1 mkdir -p out
2 if [ -f out/lpe.tex ] ; then rm out/lpe.tex; fi
4 /bin/cp lily-logo.png out/
5 lilypond-book --pdf --output=out --format=latex lpe.tex
6 # lilypond-book --pdf --output=out --format=latex lpe.tex &>log
7 ( cd out
8 xelatex lpe.tex )
9 /bin/cp out/lpe.pdf lpe.pdf