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

Top

Nothing(Earth 2)

[file-code; "ly,texi,sh are UTF-8"]
Normally; Windows & Linux "[Prompt] lilypond --pdf --png name.ly[Enter]"
And---- Only; Linux(Prompt) $ ./run--lily.sh name[Enter](need makeinfo) ----

nothing.midi(//The one below is mp3//)           nothing.pdf          • nothing.tar.gz (All-files;<11,400bytes)

The Jacket of a sheet is "png" and Sheets are "svg"


Next: , Previous: , Up: Top  

Music Sheet

[picture of music]
[picture of music]
[picture of music]
[picture of music]
[picture of music]
[picture of music]
[picture of music]
[picture of music]
[picture of music]

Next: , Previous: , Up: Top  

nothing.ly

%% 2:47 AM Thursday, March 28, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LilyPond "\book format" use.
\version "2.24.0"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
\include "nothing-cv.ly"
\book{
\bookpart{ %% #I Caver's title
\markup{ \vspace #-.5 }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#(let* ((port (open-output-file "sheet-title-line.eps")))
  (display "%!PS-Adobe-3.0 EPSF-3.0
%!PS-Adobe-3.0 EPSF-3.0
%%Invocation: gs -sDEVICE=eps2write -sOutputFile=? -dNOPAUSE ? ? ?
%%BoundingBox: 15 10 585 810
%%HiResBoundingBox: 15.00 10.00 585.00 810.00
%%Creator: GPL Ghostscript 9550 (eps2write)
%%LanguageLevel: 2
%%CreationDate: D:20240203130209+09'00'
%%Pages: 1
%%EndComments
newpath
25 20 moveto 25 800 lineto 25 800 moveto 575 800 lineto
575 800 moveto 575 20 lineto 575 20 moveto 25 20 lineto
.22 0 0 setrgbcolor 20 setlinewidth stroke
%% in-line
newpath
50 50 moveto 50 760 lineto 50 760 moveto 546 760 lineto
546 760 moveto 546 50 lineto 546 50 moveto 50 50 lineto
0 0 0 setrgbcolor 1 setlinecap 3 setlinewidth stroke
%% Title-Word
/Times-Italic findfont 14 scalefont setfont 80 740 moveto
0 0 0 setrgbcolor
(Soprano;  Instrument  and Voice                          --- C \\clef on 1st line) false charpath 0 setlinewidth stroke
/Times-Italic findfont 14 scalefont setfont 80 725 moveto
0 0 0 setrgbcolor
(MezzoSoprano;  Instrument  and Voice               --- C \\clef on 2nd line) false charpath 0 setlinewidth stroke
/Times-Italic findfont 14 scalefont setfont 80 710 moveto
0 0 0 setrgbcolor
(Alto;  Instrument  and Voice                                --- C \\clef on 3rd line) false charpath 0 setlinewidth stroke
/Times-Italic findfont 14 scalefont setfont 80 695 moveto
0 0 0 setrgbcolor
(Tenor;  Instrument  and Voice                             --- C \\clef on 4th line) false charpath 0 setlinewidth stroke
/Times-Italic findfont 14 scalefont setfont 80 680 moveto
0 0 0 setrgbcolor
(Baritone;  Instrument  and Voice                         --- C \\clef on 5th line) false charpath 0 setlinewidth stroke
/Times-Italic findfont 14 scalefont setfont 80 665 moveto
0 0 0 setrgbcolor
(bas;  Instrument  and Voice                                 --- F \\clef on 4th line) false charpath 0 setlinewidth stroke
/Times-Italic findfont 120 scalefont setfont 110 560 moveto
1 0 0 setrgbcolor
(SHEET) false charpath 3 setlinewidth stroke
/Times-Italic findfont 16 scalefont setfont 180 540 moveto
0 0 0 setrgbcolor
(Typesetting output with LilyPond) false charpath 0 setlinewidth stroke
%%%%
/Times-Italic findfont 110 scalefont setfont 120 400 moveto
0 1 0 setrgbcolor
(POEM) false charpath 3 setlinewidth stroke
%%%%
/Times-Italic findfont 24 scalefont setfont 180 440 moveto
0 0 0 setrgbcolor
(         Nothing) false charpath 2 setlinewidth stroke
/Times-Italic findfont 20 scalefont setfont 210 340 moveto
0 0 0 setrgbcolor
(MUSICAL   INSTRUMENT) false charpath 1 setlinewidth stroke
/Times-Italic findfont 20 scalefont setfont 280 320 moveto
0 0 0 setrgbcolor
(and) false charpath 1 setlinewidth stroke
/Times-Italic findfont 120 scalefont setfont 61 234 moveto
0 0 0 setrgbcolor
(MIXED) false charpath 3 setlinewidth stroke
/Times-Italic findfont 120 scalefont setfont 58 150 moveto
0 0 0 setrgbcolor
(CHORUS) false charpath 3 setlinewidth stroke
/Times-Italic findfont 120 scalefont setfont 58 62 moveto
0 0 0 setrgbcolor
(GROUP) false charpath 3 setlinewidth stroke" port )

 (close port))
%Trailer
%% end make sheet-title-line.eps --------
\markup { \center-column {
\epsfile #X #124 #"sheet-title-line.eps"
%% \epsfile #X #140 #"sheet-title-line.eps"
\vspace #-3  %% Under of Title letters
\line { \bold \italic \tiny
"The dynamic of performance is freedom(the conductor's) discretion." } }}
}%% end bookpart I %%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageBreak
%%%%%% Poem area
\markup { \vspace #8 }
\markup { \hspace #18 \column {
" "
\magnify #1.5 \with-color #red "A world without words"
"  "
"  "
"a world without words"
"  "
"A world without everything"
"No! There is"
"snow and rocky cliff"
"silence and peace"
"Just assimilate into the universe"
"waiting for the right time"
"  "
"a world without words"
"   "
"   "
\line { \hspace #24 \italic "manuscript(2-16/2024), End. " }
\vspace #2
\line { \tiny \italic "Add; as vocal" }
\line { \smallCaps {\with-color #blue "Pronunciation-Symbol" } \bold "ɑ" \tiny \italic "or" \bold "ɔ , ɔː , m , n , ɑ ,  ɑː" }
} }
%% End poem %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageBreak
\bookpart{ %% II
\header {
dedication = \markup { \italic "  " }
title = \markup{ \line { 
            \italic \huge "Nothing"\normalsize "(Earth 2)"} }
subtitle = \markup{ \center-column {
            \italic "e major; c des ees f g aes bes" } }
subsubtitle = \markup{\center-column {
%% \italic \with-color #blue "Baritone; C clef on 5th line(& Solo; singer)."
\italic "soprano; C clef on 1st line,       alto; C clef on 3rd line."
\italic "     bass; F clef on 4th line,     tenor; C clef on 4th line."}}
composer = \markup { \bold "    Op.113; Nothing" }
arranger = \markup { \italic "Yukio Yoshida" }
copyright = "public Domain"
meter = \markup { \hspace #8 \column { \line { \tiny \italic \column { %% get; 4-column
\bold { \tiny " Voice Words [ Sop , Alt , Ten , Bas ]" }
"  "
\raise #1 "Soprano)"
\raise #2 "a world without words"
\vspace #.3
\raise #3 "A world without everything,"
\raise #4 "to be everything"
\raise #5 "No! There is"
\raise #6 "Snow and rocky Cliff"
\raise #7 "Silence and Peace"
\raise #8 "Just assimilate into the universe"
\raise #9 "Waiting for the right Time "
\vspace #.3
\raise #10 "a world without words"
\raise #11 "  "
}\hspace #1 \teeny \italic \column {
\vspace #2.4
\raise #1 "Alto)"
\raise #2 "a world without words"
\vspace #.3
\raise #3 "A world without everything,"
\raise #4 "to be everything"
\raise #5 "No! There is"
\raise #6 "Snow and rocky Cliff"
\raise #7 "Silence and Peace"
\raise #8 "Just assimilate into the universe"
\raise #9 "Waiting for the right Time "
\vspace #.3
\raise #10 "a world without words"
\raise #11 "  "
}\hspace #1 \teeny \italic \column {
\vspace #2.4
\raise #1 "Tenor)"
\raise #2 "a world without words"
\vspace #.3
\raise #3 "A world without everything,"
\raise #4 "to be everything"
\raise #5 "No! There is"
\raise #6 "Snow and rocky Cliff"
\raise #7 "Silence and Peace"
\raise #8 "Just assimilate into the universe"
\raise #9 "Waiting for the right Time "
\vspace #.3
\raise #10 "a world without words"
\raise #11 "  "
}\hspace #6 \teeny \italic \column {
\vspace #2.4
\raise #1 "Bass)"
\raise #2 "a world without words"
\vspace #.3
\raise #3 "A world without everything,"
\raise #4 "to be everything"
\raise #5 "No! There is"
\raise #6 "Snow and rocky Cliff"
\raise #7 "Silence and Peace"
\raise #8 "Just assimilate into the universe"
\raise #9 "Waiting for the right Time "
\vspace #.3
\raise #10 "a world without words"
\raise #11 "  "
%% Special my personal writting ; Normally dont' use !! %%%
\raise #9 \with-color #blue "(Pronunciation-Symbol)"
\raise #10 \bold \with-color #blue " ɔ , ɔː , m , n , ɑ ,  ɑː "
}}
\vspace #2 } }
poem = "Yukio Toshida"
%% tagline = "    "
}%% End header
%% get sheet music ---------------------------------------------------
\score {
  <<
%%  \context ChoirStaff = "FourPartStaffaddchorus" <<
    \context StaffGroup <<
  \context Voice = "soprano" { \clef soprano \key aes\major \time 3/2
         \set Staff.instrumentName = "soprano" \soprano }
  \context Voice = "sopranoVocal" { \clef soprano \key aes\major \time 3/2
         %% \set Staff.fontSize = #-3
         %% \override Staff.StaffSymbol.staff-space = #(magstep -4)
         %% \override Staff.StaffSymbol.thickness = #(magstep -4)
         \set Staff.instrumentName = "Voice; sop "
                               \VoiceColorBlue { \sopranoVoice } }
  \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceL }

  \context Voice = "alto" { \clef alto \key aes\major \time 3/2
           \set Staff.instrumentName = "alto   " \alto }
  \context Voice = "altoVocal" { \clef alto \key aes\major \time 3/2
         %% \set Staff.fontSize = #-3
         %% \override Staff.StaffSymbol.staff-space = #(magstep -4)
         %% \override Staff.StaffSymbol.thickness = #(magstep -4)
         \set Staff.instrumentName = "Voice; alt "
                              \VoiceColorBlue { \altoVoice } }
  \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceL }

  \context Voice = "tenor" { \clef tenor \key aes\major \time 3/2
           \set Staff.instrumentName = "tenor  " \tenor }
  \context Voice = "tenorVocal" { \clef tenor \key aes\major \time 3/2
         %% \set Staff.fontSize = #-3
         %% \override Staff.StaffSymbol.staff-space = #(magstep -4)
         %% \override Staff.StaffSymbol.thickness = #(magstep -4)
         \set Staff.instrumentName = "Voice; tenor "
                             \VoiceColorBlue { \tenorVoice  } }
  \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceL }
  
%%%%%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%
%%   \context Voice = "baritone" { \clef baritone \key aes\major \time 3/2
%%           \set Staff.instrumentName = \markup { \column {
%%           \with-color #blue "baritone  "
%%                         \tiny \with-color #blue "Solo; singer" } }
%%                                      \BaritoneSol { \baritone } }
%%   \new Lyrics = "mainTL" \lyricsto "baritone" { \baritoneL }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

  \context Voice = "bass" { \clef bass \key aes\major \time 3/2
          \set Staff.instrumentName = "bass   " \bass }
  \context Voice = "bassVocal" { \clef bass \key aes\major \time 3/2
         %% \set Staff.fontSize = #-3
         %% \override Staff.StaffSymbol.staff-space = #(magstep -4)
         %% \override Staff.StaffSymbol.thickness = #(magstep -4)
         \set Staff.instrumentName = "Voice; bass "
                           \VoiceColorBlue { \bassVoice } }
  \new Lyrics = "mainBL" \lyricsto "bassVocal" { \bassVoiceL }
  >>
            >>

  \layout {
     \context { \Staff \RemoveEmptyStaves
                       %% \override VerticalAxisGroup.remove-first = ##t
                      }
           }
}
%%% get midi music
%%% get midi music
\score {
  <<
  \context ChoirStaff = "FourPartStaffaddchorus" <<
  \context Voice = "soprano" { \clef soprano \key aes\major \time 3/2
         \set Staff.midiInstrument = "pad 4 (choir)"
         \set Staff.instrumentName = "soprano" \unfoldRepeats \sopranoM }
\context Voice = "sopranoVocal" { \clef soprano \key aes\major \time 3/2
         \set Staff.midiInstrument = "pad 4 (choir)"
         \set Staff.instrumentName = "Voice; sop "
                               \VoiceColorBlue { \sopranoVoiceM } }
  %% \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceLM }

  \context Voice = "alto" { \clef alto \key aes\major \time 3/2
           \set Staff.midiInstrument = "pad 4 (choir)"
           \set Staff.instrumentName = "alto   " \unfoldRepeats \altoM }
  \context Voice = "altoVocal" { \clef alto \key aes\major \time 3/2
         \set Staff.midiInstrument = "pad 4 (choir)"
         \set Staff.instrumentName = "Voice; alt "
                              \VoiceColorBlue { \altoVoiceM } }
%%  \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceLM }

  \context Voice = "tenor" { \clef tenor \key aes\major \time 3/2
           \set Staff.midiInstrument = "pad 4 (choir)"
           \set Staff.instrumentName = "tenor  " \unfoldRepeats \tenorM }
  \context Voice = "tenorVocal" { \clef tenor \key aes\major \time 3/2
         \set Staff.midiInstrument = "pad 4 (choir)"
         \set Staff.instrumentName = "Voice; tenor "
                             \VoiceColorBlue { \tenorVoiceM  } }
%%  \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceLM }

%%%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%   \context Voice = "baritone" { \clef baritone \key aes\major \time 3/2
%%           \set Staff.midiInstrument = "pad 4 (choir)"
%%           \set Staff.instrumentName = \markup { \column {
%%           \with-color #blue "baritone  "
%%                         \tiny \with-color #blue "Solo; singer" } }
%%                                      \BaritoneSol { \baritoneM } }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 

  \context Voice = "bass" { \clef bass \key aes\major \time 3/2
          \set Staff.midiInstrument = "pad 4 (choir)"
          \set Staff.instrumentName = "bass   " \unfoldRepeats \bassM }
  \context Voice = "bassVocal" { \clef bass \key aes\major \time 3/2
         \set Staff.midiInstrument = "pad 4 (choir)"
         \set Staff.instrumentName = "Voice; bass "
                           \VoiceColorBlue { \bassVoiceM } }
%%  \new Lyrics = "mainBL" \lyricsto "bassVocal" { \bassVoiceLM }
  >>
            >>
  \midi { tempoWholesPerMinute = #(ly:make-moment 46 4) }
}
%%%%%%%%%
%% \markup { " " }
%%\pageBreak %% since, Even-Page.
%% \markup { \null }
%%%%%%
%%\pageBreak
\markup { " " }
%% \markup { \vspace #4 }
\markup { \column { \line {
About location \hspace #3 \musicglyph #"noteheads.uM2"(longa)
\hspace #2 and \hspace #3 \musicglyph #"noteheads.sM1"(breve) }
\line { \hspace #4 \italic
"Please, Breath of longa and breve do in the members alternating
(But, like Don't stand out). " } } }
\markup { \vspace #.5 }
\markup { " " }
\markup { \line {
At location \musicglyph #"scripts.ufermata", \hspace #1
\italic " Always, please look at the conductor(or baton). " } }
\markup { " " }
\markup { \with-color #blue {ɑ , ɔ , ɔː , m , n}(pronunciation-symbol);
\hspace #1 \italic "To cearly distinguish pronunciation." }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { \line {* Modern ballet dancing is OK throughout the entire section(however, you must remain stationary between bars 37 and 38).}}
\markup { \vspace #1 }
%%%%%%%%
}%% end bookpart II
\bookpart{ %% III wrting of attention And out of source code
%% \markup { \vspace #6 }
\markup { \hspace #26 \huge "INSTRUMENT RANGES" }
\markup { \hspace #8 \italic "About;" \teeny\italic
"Some of Instruments; there is a difference between
writing-note and real-note."
\italic "for instance:" }
\markup { \hspace #8 \column { \line { \bold %%
           "WOODWINDS; Piccolo(in C)"--\tiny "like this"-- }
\line { \score { { \clef treble \key aes\major \time 4/1
 d'1^\markup {\italic "written" } s1 g'''1 s1 \bar"||"
 s2 d''1_\markup { \hspace #-8 \italic "sounds one octave higher" }
 s1  g''''1 s2 | \break
                  }
\layout { \context { \Staff
        \override ClefSignature.transparent = ##t
        \override TimeSignature.transparent = ##t }
           indent = 20.00\mm line-width = 160.00\mm }
                 } }
         }}
\markup { " " }
\markup { \vspace #2 }
\markup { \hspace #8 \column {
\line { \hspace #18.4 \bold "Bass Flute"--\tiny "like this"-- }
\line { \score { {
\clef treble \key aes\major \time 4/1
c'1^\markup {\italic "written" } s1 a'''1 s1 \bar"||"
\clef bass s2 c1_\markup {
\hspace #-8 \italic "sounds one octave lower" }
s1 \clef treble a''1 s2| \break
   }
\layout { \context { \Staff
  \override ClefSignature.transparent = ##t
  \override TimeSignature.transparent = ##t }
   indent = 20.00\mm line-width = 160.00\mm }
         } }
                  }}
\markup { " " }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup { \vspace #6 }
\markup { \fill-with-pattern #2 #CENTER - \null \null }
\markup { " " }
\markup { \hspace #20 \magnify #2 {
 Stage Position;\tiny \italic "(This arrangement--with the instrument needles column below--)" } }
\markup { " " }
\markup { \hspace #26 \column { \line { About the Chorus; \teeny \italic "(For instsnce")}
\line { \hspace # 18 \rounded-box {Bass}\hspace #2 \rounded-box {Tenor}\hspace #2 \rounded-box {Alto}\hspace #2
\rounded-box{Soprano} } \teeny \italic " since, They must be reverse for Instrument's arrangement " } }
\markup { \vspace #2 }
\markup { \italic " About Position of Sololist is placed freely(on the stage) " }
\markup { \vspace #2 }
\markup { About Instrument arrangement;\teeny \italic "(must be reverse for Chours's position)" }
\markup { \hspace # 20 \rounded-box { \column { \huge " Instruments " "   Soprano " "   Group "} }\hspace #3
\rounded-box { \column { \huge " Instruments " "   Alto " "   Group "} }\hspace #3
\rounded-box { \column { \huge " Instruments " "   Tenor " "   Group "} }\hspace #3
\rounded-box { \column { \huge " Instruments " "   Bass " "   Group "} } }
\markup { \vspace #2 }
\markup { \hspace #56 \huge " Conductor " }
\markup { " " }
\markup { \vspace #1 }
\markup { \fill-with-pattern #2 #CENTER - \null \null }
\markup { \vspace #2 }
\markup { ........... Audience seats ........... }
\markup { \vspace #4 }
\markup { \teeny { \column { \bold \italic
"If you can do it, please running on;"
\line { \wordwrap {
As it is the lighting of the audience's Seats(Do not turn off even when the play began). \hspace #2 \italic "When play began, lighting the stage (rather than the audience's) more brightly."}}}}}
\markup { "   " }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageBreak
\markup { "  " }
%% eps-part -------------------------------------------------------------------
%% C:\Program Files (x86)\LilyPond\usr\share\ghostscript\8.70\Resource\Init\
%% Fontmap.GS // Not!! [Windows--ghostscript]
#(let* ((port (open-output-file "Source-code.eps")))
  (display "%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 60 227 525 636
%%HiResBoundingBox: 60.20 227.30 524.50 635.60
%%Creator: GPL Ghostscript 922 (eps2write)
%%LanguageLevel: 2
%%CreationDate: D:20180608144500+09'00'
%%Pages: 1
%%EndComments
/Times-Italic findfont 200 scalefont setfont 120 500 moveto 1 0 0 setrgbcolor
(ALL) false charpath 4 setlinewidth stroke

/Times-Italic findfont 120 scalefont setfont 60 320 moveto 0 0 0 setrgbcolor
(SOURCE) false charpath 3 setlinewidth stroke

/Times-Italic findfont 120 scalefont setfont 100 230 moveto 0 0 0 setrgbcolor
(CODE) false charpath 1 setlinewidth stroke"
port)

  (close port))
%Trailer
%% end -----eps part-------------------------------------------------------------------
%%%% Needn't Surce code's Title-String for texi-document.
\markup { \vspace #10 }
\markup { \hspace #12 \epsfile #X #100 #"Source-code.eps" }
\markup { " " }
\markup { \vspace #1 }
\markup { \fill-line { \center-column {
\line { As all;\hspace #2 See! (HTML) @menu }
"https://www.sheet-poem.com/poem/html/2024/2.24.0/nothing/nothing.html" } } }
\pageBreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}}%% end bokkpart III, End book
%%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% \markup { \column { "Name; nothing.ly"                   %%%%
%%%%%            \verbatim-file #"nothing.ly" } }             %%%%
%%%%%  \markup { \column { "Name; nothing-cv.ly"               %%%%
%%%%%            \verbatim-file #"nothing-cv.ly" } }           %%%%
%%%%%  \markup { \column { "Name; run--lily.sh"      %%%%
%%%%%            \verbatim-file #"run--lily.sh" } }  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

nothing-cv.ly

%% 2:31 AM Thursday, March 28, 2024
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% "\repeat percent Avoid straight \break after", put in one bar and run \break. And Sometimes everywhere need "\noBreak" 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Part Vocal;; Start: \hide Staff.BarLine
%%              and end: \undo \hide Staff.BarLine \bar "|." \break 
%%      And \score{   \context StaffGroup <<    } !!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% For exaple; Should  use-Top barLine :   "\tempo \markup { \hspace #-3 \with-color #red \italic \medium "ritenuto" } dis'8 ......."
%% And From Second bar-line: "dis'8^\markup { \hspace #-3 \with-color #red \italic \medium "ritenuto" } .........."
%% Well No-apper obje "tempo = *" on Top-barLine 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% If you want to change of color, then do see! in
%% "define-grobs.scm"(lilypond's system file) 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.24.0"
%% for sheet-music
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
BaritoneSol = {
              \override Staff.StaffSymbol.color = #blue
              \override Staff.LedgerLineSpanner.color = #blue
              \override Staff.Clef.color = #blue
              \override Staff.TimeSignature.color = #blue
              \override Staff.KeySignature.color = #blue
              \override Staff.BarLine.color = #blue
              \override Voice.NoteHead.color = #blue
              \override Voice.Rest.color = #blue
              \override Voice.Stem.color = #blue
              \override Voice.Flag.color = #blue
              \override Voice.Beam.color = #blue
              \override Voice.Slur.color = #blue
              \override Voice.PhrasingSlur.color = #blue
              \override Voice.Tie.color = #blue
              \override Voice.Dots.color = #blue
              \override Voice.Script.color = #blue
              \override Voice.Accidental.color = #blue
              \override Voice.DynamicLineSpanner.color = #blue
              \override Voice.DynamicText.color = #blue
              \override Voice.DynamicTextSpanner.color = #blue
              \override Voice.TupletNumber.color = #blue
              \override Voice.TupletBracket.color = #blue
              \override Voice.BreathingSign.color = #blue
              \override Voice.PercentRepeat.color = #blue
              \override Voice.RepeatSlash.color = #blue
}

VoiceColorBlue = {
              \override Staff.StaffSymbol.color = #blue
              \override Staff.LedgerLineSpanner.color = #blue
              \override Staff.Clef.color = #blue
              \override Staff.TimeSignature.color = #blue
              \override Staff.KeySignature.color = #blue
              \override Staff.BarLine.color = #blue
              \override Voice.NoteHead.color = #blue
              \override Voice.Rest.color = #blue
              \override Voice.Stem.color = #blue
              \override Voice.Flag.color = #blue
              \override Voice.Beam.color = #blue
              \override Voice.Slur.color = #blue
              \override Voice.PhrasingSlur.color = #blue
              \override Voice.Tie.color = #blue
              \override Voice.Dots.color = #blue
              \override Voice.Script.color = #blue
              \override Voice.Accidental.color = #blue
              \override Voice.DynamicLineSpanner.color = #blue
              \override Voice.DynamicText.color = #blue
              \override Voice.DynamicTextSpanner.color = #blue
              \override Voice.TupletNumber.color = #blue
              \override Voice.TupletBracket.color = #blue
              \override Voice.BreathingSign.color = #blue
              \override Voice.PercentRepeat.color = #blue
              \override Voice.RepeatSlash.color = #blue
}
VoiceColorBlueRevert = {
              \revert Voice.NoteHead.color
              \revert Voice.Rest.color
              \revert Voice.Stem.color
              \revert Voice.Flag.color
              \revert Voice.Beam.color
              \revert Voice.Slur.color
              \revert Voice.PhrasingSlur.color
              \revert Voice.Tie.color
              \revert Voice.Dots.color
              \revert Voice.Script.color
              \revert Voice.Accidental.color
              \revert Voice.DynamicLineSpanner.color
              \revert Voice.DynamicTextSpanner.color
              \revert Voice.DynamicText.color
              \revert Voice.TupletNumber.color
              \revert Voice.TupletBracket.color
              \revert Voice.BreathingSign.color
              \revert Voice.PercentRepeat.color
              \revert Voice.RepeatSlash.color
}
Solo=^\markup { \with-color #red \box { \pad-around #0.5
                                   {\teeny \italic "Solo"} } }
Tutti=^\markup { \with-color #blue { \override #'(box-padding . 0.5)
                          \override #'(thickness . 2) \rounded-box {
                                   {\teeny \italic "Tutti"} } } }
VoiceColorRed = {
              \override Voice.NoteHead.color = #red
              \override Voice.Rest.color = #red
              \override Voice.Stem.color = #red
			  \override Voice.Flag.color = #red
              \override Voice.Dots.color = #red
              \override Voice.Script.color = #red
              \override Voice.PhrasingSlur.color = #red
}
VoiceColorRedRevert = {
              \revert Voice.NoteHead.color
              \revert Voice.Rest.color
              \revert Voice.Stem.color
			  \revert Voice.Flag.color
              \revert Voice.Dots.color
              \revert Voice.Script.color
              \revert Voice.PhrasingSlur.color
}

\paper {
             %% ragged-last-bottom = ##f
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%%
sopranoVoice = { \hide Staff.BarLine
    \autoBeamOff
    \partial 2 r2^\fermata |
%% 1-4
   bes'1.^\Tutti\melisma | f' | bes' | f'1 bes'2\melismaEnd | \break
%% 5-8
    ees'8 f'2^\Solo f'8\melisma aes' bes' des'' c'' des'' c'' | des''\melismaEnd  c''4^\Tutti des''4. ees''2. | \noBreak
	r1. | r1.^\fermata | \break
%% 9-12
    c'1.^\Solo\melisma
	    \mark \markup { \hspace #8 \large \italic \column { "If possible, playing musical instruments is also OK(bar9~~bar12)."
											                "    " "   " "    " "   " }}
	| des'1. | c'1. | des'1 c'8 \melismaEnd r4. | \break
\pageBreak
%% 13-16
    r4. ees'2^\Tutti r16 \once \stemDown f'16_\(_( g' aes' bes') c''_( des'' ees''8.)\)_~ | ees''8. ees''4.. f''2 r4. |
    f''2 r8 ees''4. c''2 | ees'2 g'8_( aes' bes') c''2 r8 | \break
%% 17-20
    r4. c'4_\( des'4.\) r2 | c'2 ees' r2 | r4^\fermata g'4_( aes'4.) r8 bes'4\melisma aes'4 |
    g' aes' bes'\melismaEnd c''8 c''4 des''4. | \break
%% 21-24
    r4 des''4. c''4 bes'8_( aes' g' f'4) | \noBreak ees'8_( des' c'2 des'4) des''2 | \noBreak ees''4 f''2 ges''2._( | g''2.) r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
    ees'1.^\Tutti\melisma | ees'1 f'8\melismaEnd ees'4.^\Solo\melisma | ees'1. | ees' | \break
%% 33-36
    ees'8\melismaEnd r4. g'2^\Tutti c''2_~ | c''2. r2. | aes'4. \breathe ees' f'_( bes' | ees'' f'') g''2.\melisma | \break
\pageBreak
%%37-38
    \time 4/2 f''\longa \time 3/2 f''2 r2^\fermata \undo \hide Staff.BarLine \bar "|." \break
}
%%%%%
sopranoVoiceL = \lyricmode {
    \override Lyrics.LyricText.color = #blue
    \override Lyrics.LyricHyphen.color = #blue
    \override Lyrics.LyricExtender.color = #blue
    \override Score.LyricText.font-shape = #'italic
    \teeny
%% "ɔ , ɔː , m , n , ɑ ,  ɑː "
n __

a world { \override Lyrics.LyricText.color = #red 
\override Lyrics.LyricExtender.color = #red ɑː __ 
\override Lyrics.LyricText.color = #blue
\override Lyrics.LyricExtender.color = #blue
}with -- out words ɑ __

"A world" with -- out every -- thing
No! "There is"
snow and rocky cliff  %% and<===The performance part is a rest.
si -- lence and peace %% and<===The performance part is a rest.
Just a __ s -- simi -- late into the uni -- verse
waiting "for the" right time

n __ m __

a world with -- out words

n __
}
%%%%%
sopranoVoiceM = {
    \autoBeamOff
    \partial 2 r2^\fermata |
%% 1-4
    bes'1.^\Tutti\melisma | f' | bes' | f'1 bes'2\melismaEnd | \break
%% 5-8
    ees'8 f'2^\Solo f'8\melisma aes' bes' des'' c'' des'' c'' | des''\melismaEnd  c''4^\Tutti des''4. ees''2. |
	r1. | r1.^\fermata | \break
%% 9-12
    c'1.\melisma | des'1. | c'1. | des'1 c'8\melismaEnd r4. | \break
\pageBreak
%% 13-16
     r4. ees'2 r16 f'16\(( g' aes' bes') c''( des'' ees''8.)\) ~ | ees''8. ees''4.. f''2 r4. |
    f''2 r8 ees''4. c''2 | ees'2 g'8_( aes' bes') c''2 r8 | \break
%% 17-20
    r4. c'4_\( des'4.\) r2 | c'2 ees' r2 | r4^\fermata g'4_( aes'4.) r8 bes'4\melisma aes'4 |
	g' aes' bes'\melismaEnd c''8 c''4 des''4. | \break
%% 21-24
    r4 des''4. c''4 bes'8_( aes' g' f'4) | ees'8_( des' c'2 des'4) des''2 | ees''4 f''2 ges''2._( | g''2.) r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
    ees'1.^\Tutti\melisma | ees'1 f'8\melismaEnd ees'4.^\Solo \melisma | ees'1. | ees' | \break
%% 33-36
    ees'8\melismaEnd r4. g'2^\Tutti c''2_~ | c''2. r2. | aes'4. \breathe ees' f'_( bes' | ees'' f'') g''2.\melisma | \break
\pageBreak
%%37-38
    \time 4/2 f''\longa \time 3/2 f''2 r2 \bar "|." \break
}
%%%%% Instruments part
soprano = {
    \autoBeamOff
    \partial 2 r2^\fermata |
%% 1-4
    f'1. | c' | f' | c' | \break
%% 5-8
    <des' f'>4 <ees' g'>4. ~ <ees' ees''>2.. |
    <ees'' c''>8. <des'' bes'> <c'' aes'> <bes' g'> <aes' f'> <g' ees'> <f' des'> <ees' c'>_~ | \noBreak
    ees'1. | c'^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    <c' ees' g'>1 r2 | <c' ees' g'>2 <bes' des'' f''>1_~ | <bes' des'' f''> <c' ees' g'>2 | r2 <c' ees' g'>1 | \break
%% 17-20
    <c' f'>4 ~ <c' ees'> ~ <c' des'> aes'2. | <des'' bes'>8 <c'' aes'> <bes' g'> <aes' f'> <g' ees'> <f' des'> c'2. |
    <f' aes'>2 <ees' bes'>1 | g'1. | \break
%% 21-24
    <f' aes'>1\startTrillSpan g'2\stopTrillSpan \mordent | <ees' bes'>1.\startTrillSpan ~ | <ees' bes'>1. ~ |
	<ees' bes'>1 g''2\stopTrillSpan ~ | \break
%% 25-28
    g''2 \mark \markup { \hspace #8 \large \italic \column {
	                                 "If possible, each part can be pronounced solo(bar25~~bar28)."  "    " "   " "    " "   " }}
	<f'' des''>16 <ees'' c''> <des'' bes'> <c'' aes'> <bes' g'>8. <aes' f'> <g' ees'>8 <f' des'> <ees' c'> ~ |
	<c' ees'>8 ~ c'2 <ees' g'>8. <g' bes'> c''2 ~ | c''2 f' c'2 ~ | <c' ees'>4. <des' f'> <ees' g'> <aes' bes'> | \break
%% 29-32
    <c' g'>2 f' des' | c'1. | c' | c' | \break
%% 33-36
    r1. | r2 <f' aes'>2 <bes' des''> | r1. | r1. | \break
%% 37-38
    \time 4/2 <c' ees'>\longa | \time 3/2 <des' f'>2 r2\fermata \bar "|." \break
}
%%%%% end Soprano sheet.
sopranoM = {
    \autoBeamOff
    \partial 2 r2^\fermata |
%% 1-4
    f'1. | c' | f' | c' | \break
%% 5-8
    <des' f'>4 <ees' g'>4. ~ <ees' ees''>2.. |
    <ees'' c''>8. <des'' bes'> <c'' aes'> <bes' g'> <aes' f'> <g' ees'> <f' des'> <ees' c'> ~ |
    ees'1. | c'^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    <c' ees' g'>1 r2 | <c' ees' g'>2 <bes' des'' f''>1 ~ | <bes' des'' f''> <c' ees' g'>2 | r2 <c' ees' g'>1 | \break
%% 17-20
    <c' f'>4 ~ <c' ees'> ~ <c' des'> aes'2. | <des'' bes'>8 <c'' aes'> <bes' g'> <aes' f'> <g' ees'> <f' des'> c'2. |
    <f' aes'>2 <ees' bes'>1 | g'1. | \break
%% 21-24
    <f' aes'>1\startTrillSpan g'2\stopTrillSpan \mordent | <ees' bes'>1.\startTrillSpan ~ | <ees' bes'>1. ~ |
	<ees' bes'>1 g''2\stopTrillSpan ~ | \break
%% 25-28
    g''2 <f'' des''>16 <ees'' c''> <des'' bes'> <c'' aes'> <bes' g'>8. <aes' f'> <g' ees'>8 <f' des'> <ees' c'> ~ |
	<c' ees'>8 ~ c'2 <ees' g'>8. <g' bes'> c''2 ~ | c''2 f' c'2 ~ | <c' ees'>4. <des' f'> <ees' g'> <aes' bes'> | \break
%% 29-
    <c' g'>2 f' des' | c'1. | c' | c' | \break
%% 33-36
    r1. | r2 <f' aes'>2 <bes' des''> | r1. | r1. | \break
%% 37-38
    \time 4/2 <c' ees'>\longa | \time 3/2 <des' f'>2 r2\fermata \bar "|." \break
}
%%% end Soprano midi.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%%
altoVoice = { \hide Staff.BarLine
    \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    ees'1.^\Tutti\melisma | bes | ees' | bes1 ees'2\melismaEnd | \break
%% 5-8
    r4 aes8 bes2^\Solo bes8\melisma des' ees' des' ees' | des'\melismaEnd ees'4^\Tutti f'4. g'2. |  
	r1. | r1.^\fermata | \break
%% 9-12
    f1.^\Solo\melisma | g1. | f1. | g1 f4.\melismaEnd r8 | \break
\pageBreak
%% 13-16
   r4. g2^\Tutti r16 \once \stemDown aes16_\(_( \once \stemDown bes c' des') ees'_( f' g'8.)\)_~ | g'8. g'4.. aes'2 r4. | 
    aes'2 g'2 r8 ees'4. | g2 \once \stemDown bes8_( c' des') ees'2 r8 | \break
%% 17-20
    r2 g2 r2 | f2 g8_( aes4.) r2 | r8^\fermata bes4_( c'4.) r8 des'4\melisma c' bes8_~ |
	bes c'4 des'\melismaEnd ees'8 f'4 g'2 | \break
%% 21-24
    r8 g'4. r8 f'4 ees'4_( des') c'8_( | bes aes g 2) g'2. | aes'4 bes'2 ces''2._( | c'') r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
   aes1.^\Tutti\melisma | aes1 bes8\melismaEnd aes4.^\Solo\melisma | aes1. | aes | \break
%% 33-36
   aes8\melismaEnd r4 bes8_(^\Tutti c'2) f'_~ | f'2 r1 | des'4. \breathe aes bes_( c' | des' ees') f'2.\melisma | \break
\pageBreak
%% 37-38
    \time 4/2 f'\longa | \time 3/2 f'2\melismaEnd r2\fermata \undo \hide Staff.BarLine \bar "|." \break
}
%%%%%
altoVoiceL = \lyricmode {
    \override Lyrics.LyricText.color = #blue
    \override Lyrics.LyricHyphen.color = #blue
    \override Lyrics.LyricExtender.color = #blue
    \override Score.LyricText.font-shape = #'italic
    \teeny
%% "ɔ , ɔː , m , n , ɑ ,  ɑː "
m __

a world { \override Lyrics.LyricText.color = #red 
\override Lyrics.LyricExtender.color = #red ɑː __ 
\override Lyrics.LyricText.color = #blue
\override Lyrics.LyricExtender.color = #blue
}with -- out words ɑ __

"A world" with -- out every -- thing
No! "There is"
snow and rocky cliff %% and<===The performance part is a rest.
silence and peace %% and<===The performance part is a rest.
Just a __ s -- simi -- late into the uni -- verse
waiting "for the" right time

m __ n __

a world with -- out words

n __
}
%%%%%
altoVoiceM = {
    \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    ees'1. | bes | ees' | bes1 ees'2 | \break
%% 5-8
    r4 aes8 bes2 bes8 des' ees' des' ees' | des' ees'4 f'4. g'2. |
    r1. | r1.^\fermata | \break
%% 9-12
    f1.\melisma | g1. | f1. | g1 f4.\melismaEnd r8 | \break
\pageBreak
%%13-16
   r4. g2 r16 \once \stemDown aes16\(( bes c' des') ees'( f' g'8.)\)_~ | g'8. g'4.. aes'2 r4. |
    aes'2 g'2 r8 ees'4. | g2 bes8( c' des') ees'2 r8 | \break
%% 17-20
    r2 g2 r2 | f2 g8_( aes4.) r2 | r8^\fermata bes4_( c'4.) r8 des'4\melisma c' bes8_~ |
	bes c'4 des'\melismaEnd ees'8 f'4 g'2 | \break
%% 21-24
    r8 g'4. r8 f'4 ees'4_( des') c'8_( | bes aes g 2) g'2. | aes'4 bes'2 ces''2._( | c'') r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
   aes1.^\Tutti\melisma | aes1 bes8\melismaEnd aes4.^\Solo\melisma | aes1. | aes | \break
%% 33-36
   aes8\melismaEnd r4 bes8_(^\Tutti c'2) f'_~ | f'2 r1 | des'4. \breathe aes bes_( c' | des' ees') f'2.\melisma | \break
\pageBreak
%% 37-38
    \time 4/2 f'\longa | \time 3/2 f'2\melismaEnd r2\fermata \bar "|." \break
}
%%%%% Instruments 
alto = {
     \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    bes1. | f | bes | f | \break
%% 5-8
    <g c'>1. | <f aes>16 <g bes> <aes c'> f8 aes bes c'8. <bes des'>8 <c' ees'> <des' f'> <ees' g'> aes'4_~ |
	aes'1. | f'^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%%13-16
    r2 <f aes c'>1 | <f aes>1 <bes des' f'>2_~ | <bes des' f'>2 <f aes>1 | r2 <f aes c'>1 | \break
%% 17-20
    <f bes>4 ~ <f aes> ~ <f g> des'2. | <g' ees'>8 <f' des'> <ees' c'> <des' bes> <c' aes> <bes g> f2. |
    c'1 <ees' aes>2 | < des' bes>1. | \break
%% 21-24
    <ees' aes>2\mordent c'2\mordent <ees' aes>2\mordent | < des' bes>1.\startTrillSpan ~ | < des' bes>1. ~ |
    < des' bes>1 c''2\stopTrillSpan ~ | \break
%% 25-28
    c''2 f' bes | <f aes>4. <bes des'> <ees' g'> <aes' bes'> ~ |
    <bes' g'>16 <aes' f'> <g' ees'> <f' des'> <ees' c'> <des' bes> <c' aes> <bes g>8. <aes f> ~ f8. ~ <f c'>2 |
    aes2 c'1 | \break
%% 29-32
    <f  c'>2 bes g | f1. | f | f | \break
%% 33-36
    r1. | r2 <bes des'>2 <ees' g'> | r1. | r1. | \break
%% 37-38
    \time 4/2 <f aes>\longa | \time 3/2 <g bes>2 r2\fermata \bar "|." \break
}
%%%%% end alto sheet.
altoM = {
     \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    bes1. | f | bes | f | \break
%% 5-8
   <g c'>1. | <f aes>16 <g bes> <aes c'> f8 aes bes c'8. <bes des'>8 <c' ees'> <des' f'> <ees' g'> aes'4 ~ |
	aes'1. | f'^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    r2 <f aes c'>1 | <f aes>1 <bes des' f'>2_~ | <bes des' f'>2 <f aes>1 | r2 <f aes c'>1 | \break
%% 17-20
    <f bes>4 ~ <f aes> ~ <f g> des'2. | <g' ees'>8 <f' des'> <ees' c'> <des' bes> <c' aes> <bes g> f2. |
    c'1 <ees' aes>2 | < des' bes>1. | \break
%% 21-24
    <ees' aes>2\mordent c'2\mordent <ees' aes>2\mordent | < des' bes>1.\startTrillSpan ~ | < des' bes>1. ~ |
    < des' bes>1 c''2\stopTrillSpan ~ | \break
%% 25-28
    c''2 f' bes | <f aes>4. <bes des'> <ees' g'> <aes' bes'> |
    <bes' g'>16 <aes' f'> <g' ees'> <f' des'> <ees' c'> <des' bes> <c' aes> <bes g>8. <aes f> ~ f8. ~ <f c'>2 |
    aes2 c'1 | \break
%% 29-32
    <f c'>2 bes g | f1. | f | f | \break
%% 33-36
    r1. | r2 <bes des'>2 <ees' g'> | r1. | r1. | \break
%% 37-38
    \time 4/2 <f aes>\longa | \time 3/2 <g bes>2 r2\fermata \bar "|." \break
}
%%%%% end alto midi.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%%
tenorVoice = { \hide Staff.BarLine
    \autoBeamOff
    \partial 2 r2^\fermata |
%% 1-4
    bes1.^\Tutti\melisma | f | bes | f1 bes2\melismaEnd | \break
%% 5-8
    r2 f4 g2.^\Solo ~ | g4. c'4^\Tutti des'4. ees'2 | 	r1. | r1.^\fermata | \break
%% 9-12
    des1.^\Solo\melisma | ees1. | des1. | ees1 des8\melismaEnd r4. | \break
\pageBreak
%% 13-16
    ees2^\Tutti r4 f4. g | f8_\(_( g aes bes) c'_( des' ees'4)\) r2 | ees'2 r8 des'4. bes2 | des2 f _\( aes^\fermata\) | \break
%% 17-20
    r4. des4_\( ees4.\)r2 | des2 f r2^\fermata | g4_( aes4.) <f aes>2.\melisma <ees g>8\melismaEnd |
    f4 g4. aes2.. | \break
%% 21-24
    r8 f4. g4 f2. | ees1 ees'2 | c'4 aes g2 fes_( | f2.) r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
   f1.^\Tutti\melisma | f1 g8\melismaEnd g4.^\Solo\melisma | f1. | f | \break
%% 33-36
   f8\melismaEnd r4 g8_(^\Tutti aes2) des'2_~ | des' r1 | bes4. \breathe f g_( aes | bes c') des'2.\melisma | \break 
\pageBreak
%% 37-38
   \time 4/2 des'\longa \time 3/2 des'2 r2^\fermata \undo \hide Staff.BarLine \bar "|." \break
}
%%%%%
tenorVoiceL = \lyricmode {
    \override Lyrics.LyricText.color = #blue
    \override Lyrics.LyricHyphen.color = #blue
    \override Lyrics.LyricExtender.color = #blue
    \override Score.LyricText.font-shape = #'italic
    \teeny
%% "ɔ , ɔː , m , n , ɑ ,  ɑː "
ɔː __

a world with -- out words m __

"A world" with -- out every -- thing
No! "There is"
snow and rocky cliff %% and<===The performance part is a rest.
si -- lence and peace %% and<===The performance part is a rest.
Just ɑː __ as -- simi -- late into the uni -- verse
waiting for the right time

ɔ __ ɔː __

a world with -- out words

ɔ __
}
%%%%%
tenorVoiceM = {
    \autoBeamOff
    \partial 2 r2^\fermata |
%% 1-4
    bes1. | f | bes | f1 bes2 | \break
%% 5-8
    r2 f4 g2. ~ | g4. c'4 des'4. ees'2 | r1. | r1.^\fermata | \break
%% 9-12
    des1.\melisma | ees1. | des1. | ees1 des8\melismaEnd r4. | \break
\pageBreak
%% 13-16
    ees2 r4 f4. g | f8_\(_( g aes bes) c'_( des' ees'4)\) r2 | ees'2 r8 des'4. bes2 | des2 f _\( aes^\fermata\) | \break
%% 17-20
    r4. des4_\( ees4.\)r2 | des2 f r2^\fermata | g4_( aes4.) <f aes>2.\melisma <ees g>8\melismaEnd |
    f4 g4. aes2.. | \break
%% 21-24
    r8 f4. g4 f2. | ees1 ees'2 | c'4 aes g2 fes_( | f2.) r2. | \break
%% 25-
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
   f1.^\Tutti\melisma | f1 g8\melismaEnd g4.^\Solo\melisma | f1. | f | \break
   f8\melismaEnd r4 g8_(^\Tutti aes2) des'2_~ | des' r1 | bes4. \breathe f g_( aes | bes c') des'2.\melisma | \break 
\pageBreak
%% 37-38
   \time 4/2 des'\longa \time 3/2 des'2 r2^\fermata \bar "|." \break
}
%%%%% Instruments
tenor = {
     \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    c1. | f | c | f | \break
%% 5-8
    r4 <ees g>1 ~ g4 | ees 2 ees'1 |
    <f' des'>8. <ees' c'> <c' aes> <bes g> <aes f> <g ees> <f des> <ees c>_~ | ees1.^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    \repeat percent 2 {<c ees g>8-. <des f aes>-. <ees g bes>-.} r2. | <des f>2 <c' ees' g'>1_~ |
    <c' ees' g'>1 <des f>2 | r2 <des f aes>1 | \break
%% 17-20
    <c ees>4. des <c g>2._~ | <c g> r2. |
	<c ees>8. <des f> <ees g> <f aes> <g bes> <aes c'> <bes des'> <c' ees'> | des'4  aes ees1 | \break
%% 21-24
    ees2\mordent <des f>\mordent ees\mordent | <des f>1.\startTrillSpan ~ | <des f>1. ~ |
	<des f>1 c2\stopTrillSpan ~ | \break
%% 25-28
    \arpeggioArrowUp <c ees g bes des'>1.\arpeggio^\markup {\teeny \italic "Up"} |
	\arpeggioArrowDown <des f aes c'>1.\arpeggio^\markup {\teeny \italic "Down"} |
    \arpeggioArrowUp <ees aes des' g' c''>1.\arpeggio^\markup {\teeny \italic "Up"} |
	\arpeggioArrowDown <bes g ees c>1.\arpeggio^\markup {\teeny \italic "Down"} | \break
%% 29-32
    <des aes>2. <ees bes>4. <f c'> | c'1. | c' | c' | \break
%% 33-36
    r1. | r2 <g bes>2 <c' ees'> | r1. | r1. | \break
%% 37-38
    \time 4/2 <des f>\longa | \time 3/2 <ees g>2 r2\fermata \bar "|." \break
}
%%%%% end tenor sheet.
tenorM = {
     \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    c1. | f | c | f | \break
%% 5-8
    r4 <ees g>1 ~ g4 | ees 2 ees'1 |
    <f' des'>8. <ees' c'> <c' aes> <bes g> <aes f> <g ees> <f des> <ees c>_~ | ees1.^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    \repeat percent 2 {<c ees g>8-. <des f aes>-. <ees g bes>-.} r2. | <des f>2 <c' ees' g'>1_~ |
    <c' ees' g'>1 <des f>2 | r2 <des f aes>1 | \break
%% 17-20
    <c ees>4. des <c g>2._~ | <c g> r2. |
 	<c ees>8. <des f> <ees g> <f aes> <g bes> <aes c'> <bes des'> <c' ees'> | des'4  aes ees1 | \break
%% 21-24
    ees2\mordent <des f>\mordent ees\mordent | <des f>1.\startTrillSpan ~ | <des f>1. ~ |
	<des f>1 c2\stopTrillSpan ~ | \break
%% 25-28
    \arpeggioArrowUp <c ees g bes des'>1.\arpeggio | \arpeggioArrowDown <des f aes c'>1.\arpeggio |
    \arpeggioArrowUp <ees aes des' g' c''>1.\arpeggio | \arpeggioArrowDown <bes g ees c>1.\arpeggio | \break
%% 29-32
    <des aes>2. <ees bes>4. <f c'> | c'1. | c' | c' | \break
%% 33-36
    r1. | r2 <g bes>2 <c' ees'> | r1. | r1. | \break
%% 37-38
    \time 4/2 <des f>\longa | \time 3/2 <ees g>2 r2\fermata \bar "|." \break
}
%%%%% end tenor midi.
%%%%%%%%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%%
%% baritone = { \hide Staff.BarLine
%%      \autoBeamOff
%%    \partial 2 r2^\fermata |
%% %% 1-4
%% 
%% %% \undo \hide Staff.BarLine \bar "|." \break 
%%  }
%% %%%%%
%% baritoneL = \lyricmode {
%%     \override Lyrics.LyricText.color = #blue
%%     \override Lyrics.LyricHyphen.color = #blue
%%     \override Lyrics.LyricExtender.color = #blue
%%     \override Score.LyricText.font-shape = #'italic
%%     \teeny
%% 
%% }
%% %%%%% end baritone sheet.
%% baritoneM = {
%%      \autoBeamOff
%%    \partial 2 r2^\fermata |
%% %% 1-4
%% 
%% }
%%%%% end baritone midi.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%% bass; part %%%%%%%%%%%%%%%%
bassVoice = { \hide Staff.BarLine
   \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    ees1.^\Tutti\melisma | bes, | ees | bes,1 ees2\melismaEnd | \break
%% 5-8
    r2..bes,4 c4.^\Solo ~ | c4. f4^\Tutti g4. aes2 | r1. | r1.^\fermata | \break
%% 9-12
    bes,1.^\Solo\melisma | c1. | bes,1. | c1 bes,4.\melismaEnd r8 | \break
\pageBreak
%% 13-16
    bes,2^\Tutti r4 bes,4. des4. | bes,8_\(_( c des ees) f_( g aes4)\) r2 | aes2 g2 r8 ees4. | bes,2 des_\(  f^\fermata\) | \break
%% 17-20
    r2 c2 r2 | bes,2 c8_( des4.) r4.^\fermata bes,8_( _~ | bes,8 c4.) <bes, des>4.\melisma <aes, c>2 <bes, des>8\melismaEnd
    c4 des2 ees2. | \break
%% 21-24
    r4 bes,4. c8  bes,2. | aes,2. aes2. | f4 des c2 beses,2_( | bes,2.) r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
    bes,1.^\Tutti\melisma | bes,1 c8\melismaEnd c4.^\Solo\melisma | bes,1. | bes, | \break
%% 33-36
    bes,8\melismaEnd r4. des2^\Tutti g2_~ | g2. r2. | ees4. \breathe bes, c_( f  | bes c') des'2.\melisma | \break
\pageBreak
%% 37-38
    \time 4/2 c'\longa | \time 3/2 c'2\melismaEnd r2\fermata \undo \hide Staff.BarLine \bar "|." \break 
}
%%%%%
bassVoiceL = \lyricmode {
    \override Lyrics.LyricText.color = #blue
    \override Lyrics.LyricHyphen.color = #blue
    \override Lyrics.LyricExtender.color = #blue
    \override Score.LyricText.font-shape = #'italic
    \teeny
%% "ɔ , ɔː , m , n , ɑ ,  ɑː "
ɔ __

a world with -- out words m __

"A world" with -- out every -- thing
No! "There is"
snow and rocky cliff %% and<===The performance part is a rest.
silence and peace %% and<===The performance part is a rest.
Just ɑː __ as -- simi -- late into the uni -- verse
waiting for the right time

ɔː __ ɔ __
 
a world with -- out words

ɔ __
}
%%%%% 
bassVoiceM = {
    \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    ees1. | bes, | ees | bes,1 ees2 | \break
%% 5-8
    r2.. bes,4 c4. ~ | c4. f4 g4. aes2 | r1. | r1.^\fermata | \break
%% 9-12
    bes,1.\melisma | c1. | bes,1. | c1 bes,4.\melismaEnd r8 | \break
\pageBreak
%% 13-16
    bes,2 r4 bes,4. des4. | bes,8_\(_( c des ees) f_( g aes4)\) r2 | aes2 g2 r8 ees4. | bes,2 des_( f^\fermata\) | \break
%% 17-20
    r2 c2 r2 | bes,2 c8_( des4.) r4.^\fermata bes,8_( _~ | bes,8 c4.) <bes, des>4.\melisma <aes, c>2 <bes, des>8\melismaEnd |
    c4 des2 ees2. | \break
%% 21-24
    r4 bes,4. c8  bes,2. | aes,2. aes2. | f4 des c2 beses,2_( | bes,2.) r2. | \break
%% 25-28
    r1. | r1. | r1. | r1. | \break
\pageBreak
%%29-32
   bes,1.^\Tutti\melisma | bes,1 c8\melismaEnd c4.^\Solo\melisma | bes,1. | bes, | \break
%% 33-36
    bes,8\melismaEnd r4. des2^\Tutti g2_~ | g2. r2. | ees4. \breathe bes, c_( f  | bes c') des'2.\melisma | \break
\pageBreak
%% 37-38
    \time 4/2 c'\longa | \time 3/2 c'2\melismaEnd r2\fermata \bar "|." \break 
}
%%%%% Instruments 
bass = {
    \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    bes,1. | f, | bes, | f, | \break
%% 5-8
    <aes,  c>2. ~ <aes, aes>2._~ | <aes, c>1 ~ c2 |
   <f, aes,>16 <g, bes,> <aes, c> f,8 aes, bes, c8. <bes, des>8 <c ees> <des f> <ees g> aes4 | g1.^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    \repeat percent 2 {<ees, g, bes,>16-. <f, aes, c>-. <g, bes, des>-. <aes, c ees>-. <bes, des f>-. <c ees g>-.} r2. | 
    <g, bes, des>1 <c ees g>2_~ | <c ees g>  <g, bes, des>1 | r2 <g, bes, des>1 | \break
%% 17-20
    <ees, aes,>2 <f, bes,>1_~ | <f, bes,> r2 | <ees, aes,>4.  ges,2.. <f, bes,>4_~ | <f, bes,>4 g,2.. ees,4._~ | \break
%% 21-24
    <ees, g,>1\startTrillSpan f,2\stopTrillSpan \mordent | <ees, g,>1.\startTrillSpan ~ | <ees, g,>1. ~ |
	<ees, g,>1 ~ ees,2\stopTrillSpan ~ | \break
%% 25-28
    \arpeggioArrowUp <ees, g, bes,  des f>1.\arpeggio^\markup {\teeny \italic "Up"} |
    \arpeggioArrowDown <f, aes, c ees>1.\arpeggio^\markup {\teeny \italic "Down"} |
    \arpeggioArrowUp <g, c f bes ees'>1.\arpeggio^\markup {\teeny \italic "Up"} |
    \arpeggioArrowDown <des bes, g, ees,>1.\arpeggio^\markup {\teeny \italic "Down"} | \break
%% 29-32
    <g, des>2 <des aes>1 | aes1. | aes | aes | \break
%% 33-36
    r1. | r2 <c ees>2 <f aes> | r1. | r1. | \break
%% 37-38
    \time 4/2 <g, bes,>\longa | \time 3/2 <aes, c>2 r2\fermata \bar "|." \break
}
%%%%% end bass-sheet.
bassM = {
    \autoBeamOff
   \partial 2 r2^\fermata |
%% 1-4
    bes,1. | f, | bes, | f, | \break
%% 5-8
    <aes,  c>2. ~ <aes, aes>2. ~ | <aes, c>1 ~ c2 |
   <f, aes,>16 <g, bes,> <aes, c> f,8 aes, bes, c8. <bes, des>8 <c ees> <des f> <ees g> aes4 |	g1.^\fermata | \break
%% 9-12
    r1. | r1. | r1. | r1. | \break
%% 13-16
    \repeat percent 2 {<ees, g, bes,>16-. <f, aes, c>-. <g, bes, des>-. <aes, c ees>-. <bes, des f>-. <c ees g>-.} r2. | 
    <g, bes, des>1 <c ees g>2_~ | <c ees g>  <g, bes, des>1 | r2 <g, bes, des>1 | \break
%% 17-20
    <ees, aes,>2 <f, bes,>1_~ | <f, bes,> r2 | <ees, aes,>4.  ges,2.. <f, bes,>4_~ | <f, bes,>4 g,2.. ees,4. | \break
%% 21-
    <ees, g,>1\startTrillSpan f,2\stopTrillSpan \mordent | <ees, g,>1.\startTrillSpan ~ | <ees, g,>1. ~ |
    <ees, g,>1 ~ ees,2\stopTrillSpan ~ | \break
%% 25-28
    \arpeggioArrowUp <ees, g, bes,  des f>1.\arpeggio | \arpeggioArrowDown <f, aes, c ees>1.\arpeggio |
    \arpeggioArrowUp <g, c f bes ees'>1.\arpeggio | \arpeggioArrowDown <des bes, g, ees,>1.\arpeggio | \break
%% 29-32
    <g, des>2 <des aes>1 | aes1. | aes | aes | \break
%% 33-36
    r1. | r2 <c ees>2 <f aes> | r1. | r1. | \break
%% 37-38
    \time 4/2 <g, bes,>\longa | \time 3/2 <aes, c>2 r2\fermata \bar "|." \break
}
%%% end bass-midi.
%%%%%%%%%%%%%%%% End. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%% Thank you. Good have time ! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

nothing.texi

%% 4:34 AM Wednesday, February 21, 2024
%% Yukio Yoshida.
\input colordvi.tex
\input texinfo 
@c %**start of header
@setfilename nothing.info
@c @settitle Nothing
@documentlanguage en
@documentencoding utf-8
@setchapternewpage odd
@c %**end of header

@c *********** Body start ******************
@ifnottex
@node       Top,         Music Sheet,    ("dir"),    ("dirTop")
@comment  node-name,        next,        previous,       up
@end ifnottex
@c @node Top
@ifhtml
@html
<p align = "center">
<span  style="font-size: 40px;"><b>Nothing</span><span  style="font-size: 24px;">(Earth 2)</b></spam>
</p>
<code>
[file-code; "ly,texi,sh are UTF-8"]<br />
<span style="font-size: 16px;">
<b>Normally; Windows & Linux</b> "[Prompt] <tt>lilypond --pdf --png name.ly</tt>[Enter]"<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
* nothing::                     --- Music Sheet:                       Music Sheet.
* nothing.ly::                 --- Source code framework:     nothing.ly.
* nothing-cv.ly::             --- Source code notes:              nothing-cv.ly.
* nothing.texi::              --- Source code document:       nothing.texi.
* run--makeinfo::           --- Source code run-file:           run--makeinfo.
@end menu
@end ifhtml
@c @ignore ------------------------------------------------------------------------
@html
<p align = "center">
<a href="nothing.midi">nothing.midi</a>(//The one below is mp3//)&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="nothing.pdf">nothing.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="nothing.tar.gz">nothing.tar.gz</a>&#160;(All-files;&lt;11,400bytes)<br />
<audio src="nothing.mp3" controls>
Download <a href="nothing.mp3">episode 42 Learnung to love HTML5</a>
</audio><br />
The Jacket of a sheet is "png" and Sheets are "svg"</p>
@end html


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


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


@ifnottex
@node          nothing-cv.ly,     nothing.texi,            nothing.ly,     Top
@comment    ode-name,            next,                      previous,       up
@end ifnottex
@unnumbered nothing-cv.ly
@html
<blockquote><blockquote>
@end html
@verbatiminclude nothing-cv.ly
@html
</blockquote></blockquote>
@end html


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


@ifnottex
@node          run--makeinfo,                ,       nothing.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 $1-page1.png html/
mv *.midi html/
mv *.html html/
cd html
## explorer.exe $1.html | explorer.exe $1.pdf | explorer.exe $1.midi
xdg-open $1.pdf | xdg-open $1.midi | xdg-open $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)—