Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
Venezia-2
[file-code; "ly,texi,sh are UTF-8"]
Normally; Windows & Linux "[Prompt] lilypond --png --pdf name.ly[Enter]"
And---- Only;
Linux(Prompt) $ ./run--lily.sh name[Enter](need makeinfo) ----
venezia-2.midi(//The one below is mp3//)
venezia-2.pdf
All files (venezia-2.tar.gz;<2,500bytes)
Next: venezia-2.texi, Previous: Music Sheet, Up: Top
%% 3:28 AM Tuesday, April 18, 2023 %% Yukio Yoshida \version "2.24.1" #(set-default-paper-size "letter") #(set-global-staff-size 18) \header { dedication = \markup { \column { " " " " "Wordless Poem" " " } } title = "Moon of Venezia" subtitle = "At Venezia city in Italia" subsubtitle = "soprano; C clef on 1th line" meter = "Largo" poet = "" composer = \markup { \italic "yukio yoshida" } arranger = \markup{\tiny "No.13 (Jan. 12, 2007)"} copyright = "public Domain" %% tagline = " " } sopranoOne = { \autoBeamOff %%1-4 \repeat volta 2 { %%====>12 \tempo 4 = 62 e'8[ gis' b'] e'[ fis' gis'] e'[ gis' b'] e'[ fis' gis'] | a'2. cis'' | e'8[ fis' gis'] e'[ gis' b'] e'[ fis' gis'] e'[ gis' b'] | a'2. cis'' | \break %%5-8 e'8[ dis' e'] fis'[ e' fis'] e'[ dis' e'] fis'[ e' fis'] | e'16[ fis' gis' a' b' cis''] r16[ b' a' gis' fis' e'] r16[ fis' gis' a' b' cis''] b'4. | \break cis''4. e'16[ fis' gis' a' b' cis''] r16[ b' a' gis' fis' e'] r16[ fis' gis' a' b' cis''] | a'2. cis'' | e'8[ gis' b'] e'[ fis' gis'] e'[ gis' b'] e'[ fis' gis'] | \break %%9-12 e'4 r8 e'4 r8 e'2.~ | e'4 fis' gis' b' e' fis' | gis' b' e'4 fis' gis' b' | } \break %%13-16 \repeat volta 3 { { \tempo 4 = 160 e'8[^\markup{\hspace #-10.0 \italic "Vivace"} gis' b' e''] fis'[ gis' a' dis''] e'[ fis' gis' cis''] | e'[ fis' gis' cis''] fis'[ gis' a' dis''] e'[ gis' b' e''] | e'[ gis' b' e''] e'[ fis' gis' cis''] fis'[ gis' a' dis''] | e'[ fis' gis' cis''] fis'[ gis' a' dis''] e'[ gis' b' e''] | }} \break %%17-21 { \tempo 4 = 62 e'8-.[^\markup{\hspace #-10.0 \italic "a tempo"} fis'-. gis'-.] e'-.[ gis'-. b'-.] e'2 fis'8[ gis'] | e'8-.[ gis'-. b'-.] e'-.[ fis'-. gis'-.] e'2 gis'8[ b'] | a'2. cis'' | e'8-.[ fis'-. gis'-.] e'-.[ gis'-. b'-.] e'2 gis'8[ b'] | e'8-.[ gis'-. b'-.] e'-.[ fis'-. gis'-.] e'2 fis'8[ gis'] | \break %%22-25 e'4. r8 e'4. r8 e'2 | a'2. cis'' | r8 e'4. r8 e'4. r8 e'4. | r4 e'8[ fis' gis' a' b' cis''] e'2 | r4 e'4. r8 e'4. r8 e'4~ | \break %%26-30 e'4 fis' e' fis'2 e'4~ | \repeat volta 3 { e'8[ fis' gis' cis''] fis'[ gis' a' dis''] e'[ gis' b' e''] | e'[ gis' b' e''] e'[ fis' gis' cis''] fis'[ gis' a' dis''] | } gis'8[ e'] r4 e'1~ | e'1.^\fermata \bar "|." }} %% --- get sheet music \score { \new Voice \with { \consists Ambitus_engraver} { \clef soprano \key e\major \time 3/2 \tempo 4 = 62 \set Staff.instrumentName = \markup{"soprano "} \sopranoOne } \layout { } } %% --- get midi music \score { \new Staff { \clef soprano \key e\major \time 3/2 \tempo 4 = 62 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoOne } \midi { } }
Next: run–makeinfo, Previous: venezia-2.ly, Up: Top
%% 12:37 PM Friday, January 19, 2024 %% Yukio Yoshida %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input colordvi.tex \input texinfo @c %**start of header @setfilename venezia-2.info @c @settitle venezia-2 @documentlanguage en @documentencoding utf-8 @setchapternewpage odd @c %**end of header @c *********** Body start ****************** @node Top, Music Sheet, ("dir"), ("dirTop") @comment node-name, next, previous, up @c @node Top @ifhtml @html <p align = "center"> <span style="font-size: 40px;"><b>Venezia-2</b></spam> </p> <code> [file-code; "ly,texi,sh are UTF-8"]<br /> <span style="font-size: 16px;"> <b>Normally; Windows & Linux "[Prompt] <kbd> lilypond --png --pdf name.ly</kbd>[Enter]"</b><br /> <b>And---- Only; <i>Linux(Prompt)<kbd> <span style="color: red;">$ ./run--lily.sh name</span></kbd>[Enter]</i>(need makeinfo) ----</b><br /> </span> </code> <br /> @end html @end ifhtml @c @top @c @ignore ------------------------------------------------------------------------ @ifhtml @menu * venezia-2:: --- Music Sheet: Music Sheet. * venezia-2.ly:: --- Source code framework: venezia-2.ly. * venezia-2.texi:: --- Source code document: venezia-2.texi. * run--makeinfo:: --- Source code run-file: run--makeinfo. @end menu @end ifhtml @c @ignore ------------------------------------------------------------------------ @html <p align = "center">       <a href="earth.mid">venezia-2.midi</a>(//The one below is mp3//)         <a href="venezia-2.pdf">venezia-2.pdf</a>          • <a href="venezia-2.tar.gz">All files</a> (venezia-2.tar.gz;<2,500bytes)<br /> <audio src="venezia-2.mp3" controls> Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a> </audio></p> @end html @ifnottex @node Music Sheet, venezia-2.ly, Top, Top @comment node-name, next, previous, up @c @top @end ifnottex @unnumbered Music Sheet @ifhtml @html <p align = "center"> <a href="venezia-2.pdf"> <img src="venezia-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> </a></p> <br /> @end html @end ifhtml @html </div> @end html @ifnottex @node venezia-2.ly, venezia-2.texi, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered venezia-2.ly @html <blockquote><blockquote> @end html @verbatiminclude venezia-2.ly @html </blockquote></blockquote> @end html @ifnottex @node venezia-2.texi, run--makeinfo, venezia-2.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered venezia-2.texi @html <blockquote><blockquote> @end html @verbatiminclude venezia-2.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , venezia-2.texi, Top @comment node-name, next, previous, up @end ifnottex @unnumbered run--makeinfo @html <blockquote><blockquote> <b><i>Only; running is on Linux(on WSL).</i></b><br /> @end html @ifhtml @html <span style="font: 16px;"> <table> <td>    <b><i>run--lily.sh</i></b><br /> <span style="color: red;"> @verbatiminclude run--lily.sh </span> </td> </table> @end html @end ifhtml @ @ @ @ This is under the following environment.@* @ @ @ @ Linux[on WSL(windows11)]@ ---(GNU/Linux 4.4.0-19041-Microsoft x86_64) or (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)---@* @html </blockquote></blockquote> <br /> <br /> @end html @c *********** End Body ********************* @bye
Previous: venezia-2.texi, Up: Top
Only; running is on Linux(on WSL).
run--lily.sh
#!/usr/bin/bash # rm -r html lilypond --pdf --png $1.ly lilypond --svg $1.ly makeinfo --no-split --force --html $1.texi mkdir html mv *.svg html/ mv *.pdf html/ mv *.midi html/ mv *.html html/ cd html xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html cd ../ rm *.eps *.png ls -lXThis is under the following environment.
Linux[on WSL(windows11)] —(GNU/Linux 4.4.0-19041-Microsoft x86_64) or (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)—