#! /usr/bin/bash
# ------ lilypond ver 2.24.0 --------------
rm -r html
cp Files-ly/*.* ./
mkdir html
cp refer/*.html html/
lilypond -E avenue-wind-all.ly
lilypond -E score-only-soprano-all.ly
lilypond -E score-only-alto-all.ly
lilypond -E score-only-tenor-all.ly
lilypond -E score-only-bass-all.ly
# -----------------------------------------------------
lilypond --pdf avenue-wind.ly
lilypond --svg avenue-wind.ly
lilypond --svg score-only-soprano-all.ly
lilypond --svg score-only-alto-all.ly
lilypond --svg score-only-tenor-all.ly
lilypond --svg score-only-bass-all.ly
# -----------------------------------------------------
latex avenue-wind-sheet.latex
dvips -t letterpaper -P pdf avenue-wind-sheet.dvi
ps2pdf avenue-wind-sheet.ps
cp *.svg html/
cp *.pdf html/
cp *.midi html/
cd html
xdg-open avenue-wind-sheet.html
cd ../
rm *.aux *.log *.dvi *.ps *.png *.pdf
rm *.midi *.eps *.svg *.ly *.latex
rm html/avenue-wind-all-?.pdf
ls -lX