1 Echo off 2 chcp 437 3 RD /s /q html 4 Echo on 5 lilypond --pdf %1.ly 6 lilypond -dbackend=svg %1.ly 7 MD html 8 move *.mid html\%1-2010.midi 9 move *.pdf html\%1-2010.pdf 10 move *.svg html\ 11 copy /y refer\*.html html\ 12 md texi-out 13 copy title-eps\*.eps texi-out\ 14 lilypond-book --output=texi-out %1-sheet.texi 15 cd texi-out 16 tex %1-sheet.texi 17 dvips -t letter -P pdf %1-sheet.dvi 18 call ps2pdf %1-sheet.ps %1-sheet-2010.pdf 19 move *.pdf ..\html\ 20 cd ..\html 21 ave-maria-2010.html 22 cd ..\ 23 RD /s /q texi-out 24 dir /oe