Landscape of milano, 2

milano2.ly

          milano2.midi        milano2.svg        milano2.pdf        milano2-sheet.pdf       [Refer;  milano2.ly   Refer;  milano2-sheet.latex  ]      Actual files;  milano2.tar.gz(about; 1,800bytes))

This sounds "milano2.mp3".
[Sheet of music]


run--lily.cmd & run--lily.sh      ON WSL(GNU/Linux 4.4.0-19041-Microsoft x86_64)
¶ Windows OS
usally;>lilypond --png --pdf milano2.ly[Enter]

However, this "LilyPond 2.24.0 + TeXLive + Ghostscript(64bit)" is required.
    >run--lily milano2[Enter]
----------- File name is run--lily.cmd -------------------------------------------
#!/usr/bin/bash
mkdir html
### lilypond ver 2.22.2-1 and ver 2.24.0
lilypond --eps $1.ly
lilypond --format=pdf $1.ly
lilypond --format=svg $1.ly
### See in $1-sheet.latex !!
latex $1-sheet.latex
dvips -t letterpepar -P pdf $1-sheet.dvi
# gs -sDEVICE=png16m -r120 -sOutputFile=$1-sheet.png -dNOPAUSE $1-sheet.ps -c quit
ps2pdf $1-sheet.ps
# makeinfo --no-split --force --html $1.texi
mv *.svg html/
mv *.pdf html/
mv *.midi html/
cd html
explorer.exe $1.svg
cd ../
xdg-open html/$1.pdf | xdg-open html/$1-sheet.pdf | xdg-open html/$1.midi
# read -p "Hit enter: "
rm *.aux *.log *.dvi *.ps *.eps
ls -l
---------------------------------------------------------------------------------
     ¶ Ubuntu OS; (Recommend)
usally;$ lilypond --png --pdf milano2.ly[Enter]

However, this "LilyPond 2.24.0 + TeXLive + Ghostscript" is required.
    $ ./run--lily.sh milano2[Enter]
----------- File name is run--lily.sh -------------------------------------------
#!/usr/bin/bash
mkdir html
### lilypond ver 2.22.2-1 and ver 2.24.0
lilypond --eps $1.ly
lilypond --format=pdf $1.ly
lilypond --format=svg $1.ly
### See in $1-sheet.latex !!
latex $1-sheet.latex
dvips -t letterpepar -P pdf $1-sheet.dvi
# gs -sDEVICE=png16m -r120 -sOutputFile=$1-sheet.png -dNOPAUSE $1-sheet.ps -c quit
ps2pdf $1-sheet.ps
# makeinfo --no-split --force --html $1.texi
mv *.svg html/
mv *.pdf html/
mv *.midi html/
cd html
explorer.exe $1.svg
cd ../
xdg-open html/$1.pdf | xdg-open html/$1-sheet.pdf | xdg-open html/$1.midi
# read -p "Hit enter: "
rm *.aux *.log *.dvi *.ps *.eps
ls -l
-----------------------------------------------------------------------------------

Please display each name.png display by yourself. (Excuse me! I like the svg file format.)
ubuntu; Open! $ explorer.exe name.png[Enter] in the current directory(with png).