1 chcp 437
2 rem2
3 echo off
4 rd /s/q html
5 copy /y Files-ly\*.*
6 md html
7 copy /y refer\*.html html\
8 echo on
9 lilypond -E avenue-wind-all.ly
10 lilypond -E score-only-soprano-all.ly
11 lilypond -E score-only-alto-all.ly
12 lilypond -E score-only-tenor-all.ly
13 lilypond -E score-only-bass-all.ly
14 rem
15 lilypond --pdf avenue-wind.ly
16 lilypond --svg avenue-wind.ly
17 lilypond --svg score-only-soprano-all.ly
18 lilypond --svg score-only-alto-all.ly
19 lilypond --svg score-only-tenor-all.ly
20 lilypond --svg score-only-bass-all.ly
21 rem
22 latex avenue-wind-sheet.latex
23 dvips -t letterpaper -P pdf avenue-wind-sheet.dvi
24 call ps2pdf avenue-wind-sheet.ps
25 copy *.svg html\
26 copy *.pdf html\
27 copy *.mid html\*.midi
28 cd html
29 avenue-wind-sheet.html
30 cd ..\
31 erase *.aux *.log *.dvi *.ps *.png *.pdf
32 erase *.mid *.eps *.svg *.ly *.latex
33 erase html/avenue-wind-all-?.pdf
34 dir /oe