Next: , Previous: , Up: ("dirTop")  

Top

Pompei-4

[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) ----

      pompei-4.midi(//The one below is mp3//)         pompei-4.pdf          • All files (pompei-4.tar.gz;<2,600bytes)


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]




Next: , Previous: , Up: Top  

pompei-4.ly

%%  3:28 AM Tuesday, April 18, 2023
%% Yukio Yoshida
\version "2.24.1"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)

sopranoOne = {
             \clef soprano
             \set Staff.midiInstrument = "acoustic grand"
\autoBeamOff
%1-
 \repeat volta 3 {
 \repeat volta 2 {
 cis''2._\mp\<\( | e''4. d'' | b'2. | d''4. cis'' |
 e''2. | b'4. cis''\!\) | } d''2.^\fermata | }
\break
}

altoOne = {
          \clef alto
          \set Staff.midiInstrument = "acoustic grand"
\autoBeamOff
%1-
 \repeat volta 3 {
 \repeat volta 2 {
 fis'2._\mp\<\( | a'4. g' | e'2. | g'4. fis' |
 a'2. | e'4. fis'\!\) | } g'2. | }
\break
}

tenorOne = {
          \clef tenor
          \set Staff.midiInstrument = "acoustic grand"
\autoBeamOff
%1-
 \repeat volta 3 {
 \repeat volta2 {
 fes4 ges\mp^\<  fes | des2.\! | ces4\mp^\< ees des |
 ees2.\! | des4\mp^\< fes ees | ces2.\! | } des2._\fermata | }
\break
}

bassOne = {
          \clef bass
          \set Staff.midiInstrument = "acoustic grand"
\autoBeamOff
%1-
 \repeat volta 3 {
 \repeat volta2 {
 bes,4 ces\mp^\<  bes, | ges,2.\! | fes,4\mp^\< aes, ges, |
 aes,2.\! | ges,4\mp^\< bes, aes, | fes,2.\! | } ges,2. | }
\break
}

\header {
  dedication = \markup { \column { " " " " "Wordless Poem" " " } }
  title = "Passing by the grave, to town."
  subtitle = "grand piano"
  subsubtitle = \markup\center-column {
                   "soprano; C clef on 1th line,   alto; C clef on 3th line."
                   "     tenor; C clef on 4th line,   bass; F clef on 4th line."}
  composer = \markup { \italic "yukio yoshida" }
  arranger = \markup{\tiny "No.19(Apr. 4, 2007)"}
copyright = "public Domain"
%% tagline = " "
}
%% --- get sheet music
\score {
           \context ChoirStaff = "UP" <<
               \context Staff = "Up" { \key d\major \time 3/4 \tempo 4 = 62
                                           \altoOne
                                      }

               \context Staff = "Down" { \key ces\major \time 3/4 \tempo 4 = 62
                                            \bassOne
                                      }
                                      >>

  \layout { indent = 20.00\mm }
}

\markup { \column {
\line {\hspace #10 "Passing in cemetery, We are going into a town."}
\line {\hspace #10 "Passing out cemetery, We are going out the town"}
\line {" "}
\line {" "}
\line {" "}
\line {" "}
\line {" "}
\line {" "}
                  }
        }


\score {
           \context ChoirStaff = "DOWN" <<
               \context Voice = "Up" { \key d\major \time 3/4 \tempo 4 = 62
                                           \sopranoOne
                                      }

               \context Voice = "Down" { \key ces\major \time 3/4 \tempo 4 = 62
                                           \tenorOne
                                      }
                                      >>

  \layout { indent = 20.00\mm }
}

%% --- get midi music
\score {
           \unfoldRepeats
           \context ChoirStaff = "UPDOWN" <<
               \context Staff = "Up" { \key d\major \time 3/4 \tempo 4 = 64
                                            \altoOne \sopranoOne
                                      }

               \context Staff = "Down" { \key ces\major \time 3/4 \tempo 4 = 64
                                              \bassOne \tenorOne
                                      }
                                      >>

  \midi {  }
}

\markup { \column {
\line {\hspace #10 "This , Our life is the same?"}
\line {\hspace #10 "Born to live life, Life in the dead leaves!"}
\line {" "}
\line {" "}
                 }
        }


Next: , Previous: , Up: Top  

pompei-4.texi

%% 9:59 AM Friday, January 19, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input colordvi.tex
\input texinfo

@c %**start of header
@setfilename pompei-4.info
@c @settitle pompei-4
@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>Pompei-4</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
* pompei-4::                 --- Music Sheet:                    Music Sheet.
* pompei-4.ly::             --- Source code framework:  pompei-4.ly.
* pompei-4.texi::          --- Source code document:    pompei-4.texi.
* run--makeinfo::   --- Source code run-file:        run--makeinfo.
@end menu
@end ifhtml
@c @ignore ------------------------------------------------------------------------
@html
<p align = "center">
&#160;&#160;&#160;&#160;&#160;
<a href="earth.mid">pompei-4.midi</a>(//The one below is mp3//)&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="pompei-4.pdf">pompei-4.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="pompei-4.tar.gz">All files</a>&#160;(pompei-4.tar.gz;&lt;2,600bytes)<br />
<audio src="pompei-4.mp3" controls>
Download <a href="earth.mp3">episode 42 Learnung to love HTML5</a>
</audio></p>
@end html

@ifnottex
@node        Music Sheet,   pompei-4.ly,       Top,      Top
@comment      node-name,     next,          previous,    up
@c @top
@end ifnottex
@unnumbered Music Sheet
@ifhtml
@html
<p align = "center">
<a href="pompei-4.pdf">
<img src="pompei-4.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
</a></p>
<br />
@end html
@end ifhtml
@html
</div>
@end html

@ifnottex
@node          pompei-4.ly,       pompei-4.texi,  Music Sheet,  Top
@comment    node-name,     next,         previous,        up
@end ifnottex
@unnumbered pompei-4.ly
@html
<blockquote><blockquote>
@end html
@verbatiminclude pompei-4.ly
@html
</blockquote></blockquote>
@end html

@ifnottex
@node     pompei-4.texi,   run--makeinfo,      pompei-4.ly, Top
@comment   node-name,         next,          previous,    up
@end ifnottex
@unnumbered pompei-4.texi
@html
<blockquote><blockquote>
@end html
@verbatiminclude pompei-4.texi
@html
</blockquote></blockquote>
@end html

@ifnottex
@node     run--makeinfo,           ,  pompei-4.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>
&#160;&#160;&#160;<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: , Up: Top  

run–makeinfo

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 -lX

    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)—