Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
[file-code; "UTF-8"] | ||
---|---|---|
• road-15 — Music Sheet | ||
• road-15.ly — Source code framework | ||
• road-15cv.ly — Source code notes | ||
• road-15.texi — Source code document | ||
• run–makeinfo — Source code run |
Sound is mp3.
The Jacket of a sheet is "png" and Sheets are "svg"
Next: road-15.ly, Previous: Top, Up: Top
Next: road-15cv.ly, Previous: Music Sheet, Up: Top
road-15.ly%% Yukio Yoshida. %% 5:42 AM Tuesday, October 19, 2021 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LilyPond "\book format" use. \version "2.22.1" #(set-default-paper-size "letter") #(set-global-staff-size 18) \include "Road-15cv.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 %%BoundingBox: 10 10 580 810 %%HiResBoundingBox: 10.00 10.00 580.00 810.00 %%Creator: GPL Ghostscript 950 (eps2write) %%LanguageLevel: 2 %%CreationDate: D:20200613060944+09'00' %%Pages: 1 %%EndComments newpath 20 20 moveto 20 800 lineto 20 800 moveto 570 800 lineto 570 800 moveto 570 20 lineto 570 20 moveto 20 20 lineto .22 0 0 setrgbcolor 20 setlinewidth stroke %% in-line newpath 50 50 moveto 50 760 lineto 50 760 moveto 540 760 lineto 540 760 moveto 540 50 lineto 540 50 moveto 50 50 lineto 0 0 0 setrgbcolor 1 setlinecap 3 setlinewidth stroke %% Title-Word /Times-Italic findfont 120 scalefont setfont 84 510 moveto 1 0 0 setrgbcolor (Road-15) 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" \vspace #-6 %% Under of Title letters \line { \bold \italic \tiny "The dynamic of performance is freedom(the conductor's) discretion." } }} }%% end bookpart I \pageBreak \bookpart{ %% II \header { dedication = \markup { \italic " " } title = \markup{ \line { \italic \huge "Shadows cuddle to sorrow"} } subtitle = \markup{ \center-column { \italic "bes major; c d ees f g a 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 { \line {\italic "Yukio Yoshida"} } arranger = \markup { \line {Op.106\hspace #1 06/01/2019} } copyright = "public Domain" meter = \markup { \column { \line { \hspace #18 \tiny \italic \column { \bold { \tiny " Baritone Sol; Voice Words" } " [ Shadows cuddle to sorrow ]" \raise #1 "1)" \raise #2 "Stuck on the shadow" \raise #3 "In the drift of the darkness" \raise #4 "The moon is illuminating the road" \raise #5 " " \raise #6 "2)" \raise #7 "As a clown on a streetlight" \raise #8 "Shadows play right and left" \raise #9 "Trying to erase the loneliness into the dark" \raise #10 " " \vspace #1 }\hspace #4 \teeny \italic \column { \vspace #2.4 \raise #1 "3)" \raise #2 "Breathe in walking sucks" \raise #3 "A breath of walking exhale" \raise #4 "Shadow is gently hugging" \raise #5 " " }\hspace #10 \teeny \italic \column { \vspace #2.4 \raise #1 "4)" \raise #2 "Sounds of the stars" \raise #3 "The moon illuminates the ground" \raise #4 "Sparkle the glow" \raise #5 " " \raise #6 "5)" \raise #7 "Time is erasing everything" \raise #8 "Walking road ahead" \raise #9 "(I) Can not see inside forever." \raise #10 " " }} %% \line {\hspace #20 \lower #4 { %% \musicglyph #"noteheads.s2blackpetrucci"}\hspace #.5 %% \lower #4.6 \tiny \italic { %% If you are able to do anything, please to dance %% ( Modern dance and all free!! OK through the whole score. )} %% " " } \vspace #2 } } }%% End header %% get sheet music --------------------------------------------------- \score { << %% \context ChoirStaff = "FourPartStaffaddchorus" << \context StaffGroup << \context Voice = "soprano" { \clef soprano \key bes\major \time 3/2 \set Staff.instrumentName = "soprano" \soprano } %%\context Voice = "sopranoVocal" { \clef soprano \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \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 bes\major \time 3/2 \set Staff.instrumentName = "alto " \alto } %% \context Voice = "altoVocal" { \clef alto \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \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 bes\major \time 3/2 \set Staff.instrumentName = "tenor " \tenor } %% \context Voice = "tenorVocal" { \clef tenor \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \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 } \context Voice = "baritone" { \clef baritone \key bes\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 bes\major \time 3/2 \set Staff.instrumentName = "bass " \bass } %% \context Voice = "bassVocal" { \clef bass \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \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 { \RemoveEmptyStaffContext %% \override VerticalAxisGroup #'remove-first = ##t } } } %%% get midi music \score { << \context ChoirStaff = "FourPartStaffaddchorus" << \context Voice = "soprano" { \clef soprano \key bes\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "soprano" \unfoldRepeats \sopranoM } %%\context Voice = "sopranoVocal" { \clef soprano \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \override Staff.StaffSymbol #'staff-space = #(magstep -4) %% \override Staff.StaffSymbol #'thickness = #(magstep -4) %% \set Staff.instrumentName = "Voice; sop " %% \VoiceColorBlue { \sopranoVoiceM } } %% \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceLM } \context Voice = "alto" { \clef alto \key bes\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "alto " \unfoldRepeats \altoM } %% \context Voice = "altoVocal" { \clef alto \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \override Staff.StaffSymbol #'staff-space = #(magstep -4) %% \override Staff.StaffSymbol #'thickness = #(magstep -4) %% \set Staff.instrumentName = "Voice; alt " %% \VoiceColorBlue { \altoVoiceM } } %% \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceLM } \context Voice = "tenor" { \clef tenor \key bes\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "tenor " \unfoldRepeats \tenorM } %% \context Voice = "tenorVocal" { \clef tenor \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \override Staff.StaffSymbol #'staff-space = #(magstep -4) %% \override Staff.StaffSymbol #'thickness = #(magstep -4) %% \set Staff.instrumentName = "Voice; tenor " %% \VoiceColorBlue { \tenorVoiceM } } %% \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceLM } \context Voice = "baritone" { \clef baritone \key bes\major \time 3/2 \set Staff.midiInstrument = "pad 2 (warm)" \set Staff.instrumentName = \markup { \column { \with-color #blue "baritone " \tiny \with-color #blue "Solo; singer" } } \BaritoneSol { \baritoneM } } \new Lyrics = "mainTL" \lyricsto "baritone" { \baritoneL } \context Voice = "bass" { \clef bass \key bes\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "bass " \unfoldRepeats \bassM } %% \context Voice = "bassVocal" { \clef bass \key bes\major \time 3/2 %% \set Staff.fontSize = #-4 %% \override Staff.StaffSymbol #'staff-space = #(magstep -4) %% \override Staff.StaffSymbol #'thickness = #(magstep -4) %% \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 { " " } %% \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."} %%%%%%%% }%% end bookpart II \bookpart{ %% III wrting of attention And out of source code \markup { \vspace #4 } \markup { \column { \line { \huge " Note"\tiny \italic "(by Yukio Yoshida)" } \raise #1 \line { \hspace #6 \teeny \italic "Since, this is Sure!(especially; at \"Stage Position\")" } } } \markup { \vspace #4 } \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 bes\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 bes\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 #4 } \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 { \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 { \hspace #20 \italic " About Position of Sololist is placed freely(on the stage) " } \markup { \vspace #2 } \markup { \hspace #16 About Instrument arrangement; \teeny \italic "(must be reverse for Chours's position)" } \markup { \hspace #16 \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 #36 \huge " Conductor " } \markup { " " } \markup { \hspace #26 ........... Audience seats ........... } \markup { \vspace #1 } \markup { \fill-with-pattern #2 #CENTER - \null \null } \markup { " " } \pageBreak \markup { " " } %% For adjustment of the page. \markup { \vspace #30 } \markup { " " } \pageBreak %% \markup { " " } %% For adjustment of the page. %% \markup { \vspace #30 } %% \markup { " " } %%%% This is for page's even number. %%%% %%%% If odd number; need not do. %% \pageBreak %% 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/2019/road-15.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}%% end bokkpart III, End book %%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \markup { \column { "Name; road-15.y" %%%% %%%%% \verbatim-file #"road-15.ly" } } %%%% %%%%% \markup { \column { "Name; road-15cv.ly" %%%% %%%%% \verbatim-file #"road-15cv.ly" } } %%%% %%%%% \markup { \column { "Name; run--makeinfo-svg.cmd" %%%% %%%%% \verbatim-file #"run--makeinfo-svg.cmd" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: road-15.texi, Previous: road-15.ly, Up: Top
road-15cv.ly%% Yukio Yoshida. %% 5:42 AM Tuesday, October 19, 2021 %% Part Vocal;; Start: \hide Staff.BarLine %% and end: \undo \hide Staff.BarLine \bar "|." \break %% @And \score{ \context StaffGroup << } !! %% !! only road-15cv.ly; don't write "\undo \hide Staff.BarLine \bar "|."" %% !! Only Baritone-Score is OK(do it)!! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% If you want to change of color, then do see! in %% "define-grobs.scm"(lilypond's system file) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% This is system-files and for midi's effect \include "articulate.ly" %% But here isn't use. See----> midi block %% 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.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.Dots #'color = #red } VoiceColorRedRevert = { \revert Voice.NoteHead #'color \revert Voice.Rest #'color \revert Voice.Stem #'color \revert Voice.Dots #'color } \paper { %% ragged-last-bottom = ##f } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% %{ %%% Road-15 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% sopranoVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 } sopranoVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny } sopranoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 } %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments part soprano = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 c'4 c''2 bes'32 a' g' f' ees' d' c' r32 c'32 d' ees' f' g' a' bes' c'' r4 f'1. c'1 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r1 r8[ <ees' bes'> <f' c''> <g' d''>] ~ | <g' d''>8 ~ d''2.. bes'2 | <g' d''>16 <f' ees''> <ees' f''> <d' g''> r4 c'2 ees' | c'4. <ees' g'>16[ <f' a'> <g' bes'> <a' c''>] ~ <ees' c''>2 ~ ees'4. | \break %% 11-|-15 \repeat percent 4 { \acciaccatura { g''32 f'' ees'' d'' c'' bes' a' } c''2 \slashedGrace { f''32 ees'' d'' c'' bes' a' g' } bes'4 r4 \acciaccatura { g''32 f'' ees'' d'' c'' bes' a' } c''2 } c''4\repeatTie bes'8( a' g') r8 f'8( ees' d' c'4) r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 r1 r8 <c' c''>4. ~ | <c' c''>4. gis'1 r8 | ees'2 c'1 | ees'2. bes' ~ | \break %% 28- \time 4/1 <bes' ees'>\breve ~ ees'\breve ~ | \break %% 29-30 ees'\breve r1 f'1 | r\longa | \break %% 31-34 \time 3/2 f'1.\startTrillSpan | ees' ~ | ees' | f'1 ees'4 f'\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { c'''32 bes''32 } r8 bes'4 \afterGrace r8_( { bes''32 c''') } r4 } } \break %% 39-42 r4. f''2 g''4. r4 | \pitchedTrill ees'2.\startTrillSpan f' f'\stopTrillSpan ~ | \pitchedTrill f'\startTrillSpan ees' ees'\stopTrillSpan ~ | ees' r2. | \break %% 43-46 c'1.( | d')( | c')( | d') | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 c'1 f'1 r4 c''32 bes' a' g' f' ees' d' c' r32 c'32 d' ees' f' g' a' bes' c''2 c'2. ~ \time 3/2 c'1^\fermata s2 \bar "|." \break } %%% end Soprano sheet. sopranoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 c'4 c''2 bes'32 a' g' f' ees' d' c' r32 c'32 d' ees' f' g' a' bes' c'' r4 f'1. c'1 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r1 r8[ <ees' bes'> <f' c''> <g' d''>] ~ | <g' d''>8 ~ d''2.. bes'2 | <g' d''>16 <f' ees''> <ees' f''> <d' g''> r4 c'2 ees' | c'4. <ees' g'>16[ <f' a'> <g' bes'> <a' c''>] ~ <ees' c''>2 ~ ees'4. | \break %% 11-|-15 \repeat percent 4 { \acciaccatura { g''32 f'' ees'' d'' c'' bes' a' } c''2 \slashedGrace { f''32 ees'' d'' c'' bes' a' g' } bes'4 r4 \acciaccatura { g''32 f'' ees'' d'' c'' bes' a' } c''2 } c''4\repeatTie bes'8( a' g') r8 f'8( ees' d' c'4) r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 r1 r8 <c' c''>4. ~ | <c' c''>4. gis'1 r8 | ees'2 c'1 | ees'2. bes' ~ | \break %% 28- \time 4/1 <bes' ees'>\breve ~ ees'\breve ~ | \break %% 29-30 ees'\breve r1 f'1 | r\longa | \break %% 31-34 \time 3/2 f'1.\startTrillSpan | ees' ~ | ees' | f'1 ees'4 f'\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { c'''32 bes''32 } r8 bes'4 \afterGrace r8_( { bes''32 c''') } r4 } } \break %% 39-42 r4. f''2 g''4. r4 | \pitchedTrill ees'2.\startTrillSpan f' f'\stopTrillSpan ~ | \pitchedTrill f'\startTrillSpan ees' ees'\stopTrillSpan ~ | ees' r2. | \break %% 43-46 c'1.( | d')( | c')( | d') | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 c'1 f'1 r4 c''32 bes' a' g' f' ees' d' c' r32 c'32 d' ees' f' g' a' bes' c''2 c'2. ~ \time 3/2 c'1^\fermata s2 \bar "|." \break } %%% end Soprano sheet. %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%% %{ %%% Road-15 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% altoVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 } altoVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny } altoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 } %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments alto = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 f4 f'2 ees'32 d' c' bes a g f r32 f32 g a bes c' d' ees' f' r4 bes1. f1 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r1 r8 a4 bes8 ~ | <bes ees'>8 ~ ees'2 c'2.. | <a' ees>16 <g' f> <f' g> <ees' a> r4 f2 a | f4. <a c'>16[ <bes d'> <c' ees'> <d' f'>] a4. ~ <a a'>2 | \break %% 11-|-15 \repeat percent 4 { r4 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 r4 \slashedGrace { f'16 ees' d' c' f' ees' d' c' a } c'2 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 } c'2\repeatTie bes4 a8. g f4 r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 r2. <c' c''>4. r4. | <c' c''>4. gis'1 r8 | a2 f1 | a2. ees' ~ | \break %% 28- \time 4/1 <a ees'>\breve ~ a\breve | \break %% 29-30 r\longa | a\breve r1 bes1 | \break %% 31-34 \time 3/2 bes1.\startTrillSpan | a ~ | a | bes1 a4 bes\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { f''32 ees''32 } r8 r4 \afterGrace r8_( { ees''32 f'') } ees'4 } } \break %% 39-42 r2 f'4. g' r4 | \pitchedTrill a2.\startTrillSpan bes bes\stopTrillSpan ~ | \pitchedTrill bes\startTrillSpan a a\stopTrillSpan ~ | a r2. | \break %% 43-46 f1.( | g)( | f)( | g) | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 f1 bes1 r4 f'32 ees' d' c' bes a g f32 r32 f32 g a bes c' d' ees' f'2 f2. ~ | \time 3/2 f1^\fermata s2 \bar "|." \break } %%% end alto sheet. altoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 f4 f'2 ees'32 d' c' bes a g f r32 f32 g a bes c' d' ees' f' r4 bes1. f1 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r1 r8 a4 bes8 ~ | <bes ees'>8 ~ ees'2 c'2.. | <a' ees>16 <g' f> <f' g> <ees' a> r4 f2 a | f4. <a c'>16[ <bes d'> <c' ees'> <d' f'>] a4. ~ <a a'>2 | \break %% 11-|-15 \repeat percent 4 { r4 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 r4 \slashedGrace { f'16 ees' d' c' f' ees' d' c' a } c'2 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 } c'2\repeatTie bes4 a8. g f4 r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 r2. <c' c''>4. r4. | <c' c''>4. gis'1 r8 | a2 f1 | a2. ees' ~ | \break %% 28- \time 4/1 <a ees'>\breve ~ a\breve | \break %% 29-30 r\longa | a\breve r1 bes1 | \break %% 31-34 \time 3/2 bes1.\startTrillSpan | a ~ | a | bes1 a4 bes\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { f''32 ees''32 } r8 r4 \afterGrace r8_( { ees''32 f'') } ees'4 } } \break %% 39-42 r2 f'4. g' r4 | \pitchedTrill a2.\startTrillSpan bes bes\stopTrillSpan ~ | \pitchedTrill bes\startTrillSpan a a\stopTrillSpan ~ | a r2. | \break %% 43-46 f1.( | g)( | f)( | g) | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 f1 bes1 r4 f'32 ees' d' c' bes a g f32 r32 f32 g a bes c' d' ees' f'2 f2. ~ | \time 3/2 f1^\fermata s2 \bar "|." \break } %%% end alto midi. %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% %{ %%% Road-15 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% tenorVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 } tenorVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny } tenorVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 } %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments tenor = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 d4 c'32 bes a g f ees d r32 d32 ees f g a bes c' d' d2 r4 g\breve d2 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r2. ees ~ | ees ~ <ees bes>8[ <f c'> <g d'> ] <ees c'> <f d'> < g ees'> ~ | <g ees'>8 r4. c2 ees ~ | <ees bes>1_( bes2) | \break %% 11-|-15 \repeat percent 4 { r4 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 r4 \slashedGrace { f'16 ees' d' c' f' ees' d' c' a } c'2 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 } c'2\repeatTie ees4 f8. g a4 r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 r4. <c c'>4. r2. | <c c'>4. fes1 r8 | f2 d1 | f2. c' ~ | \break %% 28- \time 4/1 <c' f>\breve ~ f\breve ~ | \break %% 29-30 f\breve r1 g1 | r\longa |\break %% 31-34 \time 3/2 g1.\startTrillSpan | f ~ | f | g1 f4 g\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { g'32 f'32 } r8 r4 \afterGrace r8_( { f'32 g') } f4 } } \break %% 39-42 r2 f4. g r4 | d1.( | ees)( | d2.) r2. | \break %% 43-46 \pitchedTrill f2.\startTrillSpan g g\stopTrillSpan ~ | \pitchedTrill g\startTrillSpan f g\stopTrillSpan ~ | g( f2.)( | ees1.) | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 d1 g1 r4 d'32 c' bes a g f ees d r32 d32 ees f g a bes c' d'2 d2. ~ | \time 3/2 d1^\fermata s2 \bar "|." \break } %%% end tenor sheet. tenorM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 d4 c'32 bes a g f ees d r32 d32 ees f g a bes c' d' d2 r4 g\breve d2 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r2. ees ~ | ees ~ <ees bes>8[ <f c'> <g d'> ] <ees c'> <f d'> < g ees'> ~ | <g ees'>8 r4. c2 ees ~ | <ees bes>1_( bes2) | \break %% 11-|-15 \repeat percent 4 { r4 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 r4 \slashedGrace { f'16 ees' d' c' f' ees' d' c' a } c'2 \acciaccatura { g'32 f' ees' d' g' f' ees' d' a } c'4 } c'2\repeatTie ees4 f8. g a4 r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 r4. <c c'>4. r2. | <c c'>4. fes1 r8 | f2 d1 | f2. c' ~ | \break %% 28- \time 4/1 <c' f>\breve ~ f\breve ~ | \break %% 29-30 f\breve r1 g1 | r\longa |\break %% 31-34 \time 3/2 g1.\startTrillSpan | f ~ | f | g1 f4 g\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { g'32 f'32 } r8 r4 \afterGrace r8_( { f'32 g') } f4 } } \break %% 39-42 r2 f4. g r4 | d1.( | ees)( | d2.) r2. | \break %% 43-46 \pitchedTrill f2.\startTrillSpan g g\stopTrillSpan ~ | \pitchedTrill g\startTrillSpan f g\stopTrillSpan ~ | g( f2.)( | ees1.) | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 d1 g1 r4 d'32 c' bes a g f ees d r32 d32 ees f g a bes c' d'2 d2. ~ | \time 3/2 d1^\fermata s2 \bar "|." \break } %%% end tenor midi. %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% baritone = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa | \break %% 2-6 \time 3/2 r4 ees4. c8 d ees4.\( f4_~ | f4\) r8 g4 a4. f4 g | a4_(\( bes2) bes4.\) r4. | ees4 bes4.( ees) c4 c\( | ees8 f g4 g4.\) ees8 bes2 | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-|-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-19 ees4 c8 bes2 a8 c'4_(_\( d') | ees'2\) r8 ees4.\( c2\) | bes,2. bes2. | ees'8( d' c' bes) ees16( d) bes,2. bes,16( c) | \break %% 20-23 ees4._\( g bes\)( c'4) r8 | a4. f d2. | ees1\melisma c2 | bes2 c'1\melismaEnd | \break %% 24-27 r1. | r1. | r1. | r1. |\break %% 28- \time 4/1 r\longa \break %% 29-30 ees4( d8 c bes,4) a, g,4.\( bes,2\) r8 c4_( d8 ees f4. g8) r1 | a8 a4( bes8 c' d'4) ees' f'4.( d'2) c'4( bes8 a g4. f8) r1 | \break %% 31-34 \time 3/2 ees'2\( ees\) ees4 c4\( ~ | c4 c'2\) f2. | r1 ees2\melisma | ees2 c1\melismaEnd | \break %% 35-38 r1. | r1. | r1. | r1. |\break %% 39-42 r1 bes2 | c'8. ees'2_( f'2.) r16 | f4 f2 ees8\( d16 c bes,2\) | c4. ees2.. r4 | \break %% 43-46 ees8_(_\( f g a bes c'4.) a8_( f d bes, | a,2)\) bes,4 c2._( | ees2.) r2. | r1. | \break %% 47-50 bes4.( a8 g f ees4.) f4. | c4.( bes,2..) r4 | c'2_\( ees'1\) | bes,2\( c1\) | \break %% 51-54 ees2. c2.~ | c2. r4 ees4 f | bes4._\( c'2\) r8 bes2_\( | ees'1.\) | \break %% 55-56 \time 4/1 bes,2\melisma ees1^\fermata \melismaEnd r2 r\breve | \time 3/2 r1 s2 \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 Stuck on the shad -- ow "In the" drift of the dark -- ness The moon is il -- lu -- mi -- nat -- ing the road As a clown "on a" street -- light Shad -- ows play "right and left" Trying to erase the lone -- li -- ness into the dark ɑ __ Breathe in walk -- ing sucks A breath of walking "ex -- hale" Shad -- ow is gen -- tly hugging ɔ __ Sounds "of the" stars The moon il -- lu -- mi -- nates the ground Spar -- kle the glow Time is erasing every -- thing Walk -- ing road ahead %% (I) Can not Can't see in -- side for -- ever. m __ } %%% end baritone sheet. baritoneM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa | \break %% 2-6 \time 3/2 r4 ees4. c8 d ees4.\( f4_~ | f4\) r8 g4 a4. f4 g | a4_(\( bes2) bes4.\) r4. | ees4 bes4.( ees) c4 c\( | ees8 f g4 g4.\) ees8 bes2 | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-|-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-19 ees4 c8 bes2 a8 c'4_(_\( d') | ees'2\) r8 ees4.\( c2\) | bes,2. bes2. | ees'8( d' c' bes) ees16( d) bes,2. bes,16( c) | \break %% 20-23 ees4._\( g bes\)( c'4) r8 | a4. f d2. | ees1\melisma c2 | bes2 c'1\melismaEnd | \break %% 24-27 r1. | r1. | r1. | r1. |\break %% 28- \time 4/1 r\longa \break %% 29-30 ees4( d8 c bes,4) a, g,4.\( bes,2\) r8 c4_( d8 ees f4. g8) r1 | a8 a4( bes8 c' d'4) ees' f'4.( d'2) c'4( bes8 a g4. f8) r1 | \break %% 31-34 \time 3/2 ees'2\( ees\) ees4 c4\( ~ | c4 c'2\) f2. | r1 ees2\melisma | ees2 c1\melismaEnd | \break %% 35-38 r1. | r1. | r1. | r1. |\break %% 39-42 r1 bes2 | c'8. ees'2_( f'2.) r16 | f4 f2 ees8\( d16 c bes,2\) | c4. ees2.. r4 | \break %% 43-46 ees8_(_\( f g a bes c'4.) a8_( f d bes, | a,2)\) bes,4 c2._( | ees2.) r2. | r1. | \break %% 47-50 bes4.( a8 g f ees4.) f4. | c4.( bes,2..) r4 | c'2_\( ees'1\) | bes,2\( c1\) | \break %% 51-54 ees2. c2.~ | c2. r4 ees4 f | bes4._\( c'2\) r8 bes2_\( | ees'1.\) | \break %% 55-56 \time 4/1 bes,2\melisma ees1^\fermata \melismaEnd r2 r\breve | \time 3/2 r1 s2 \bar "|." \break } baritoneLM = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny Stuck on the shad -- ow "In the" drift of the dark -- ness The moon is il -- lu -- mi -- nat -- ing the road As a clown "on a" street -- light Shad -- ows play "right and left" Trying to erase the lone -- li -- ness into the dark ノ・__ Breathe in walk -- ing sucks A breath of walking "ex -- hale" Shad -- ow is gen -- tly hugging ノ・__ Sounds "of the" stars The moon il -- lu -- mi -- nates the ground Spar -- kle the glow Time is erasing every -- thing Walk -- ing road ahead %% (I) Can not Can't see in -- side for -- ever. m __ } %%% end baritone midi. %%%%%%% bass; part %%%%%%%%%%%%%%%% %{ %%% Road-15 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% bassVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 } bassVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny } bassVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 } %} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments bass = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 g,4 f32 ees d c bes, a, g, r32 g,32 a, bes, c d ees f g g,2 r4 c\breve g,2 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r2. a, ~ | a, ~ <a, ees>8[ <bes, f> <c g>] <a, f> <bes, g> <c a> ~ | <c a>8 r4. f,2 a, ~ | a,4. <ees ees,>2.( ees,4.) | \break %% 11-|-15 \repeat percent 4 { \acciaccatura { g32 f ees d c bes, a, } c2 \slashedGrace { f32 ees d c bes, a, g, } bes,4 r4 \acciaccatura { g32 f ees d c bes, a, } c2 } c4\repeatTie bes,8( c d) r8 ees8( f g a4) r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 <c c'>4. r1 r8 | <c c'>4. fes1 r8 | bes,2 g,1 | bes,2. f ~ | \break %% 28- \time 4/1 <f bes,>\breve ~ bes,\breve | \break %% 29-30 r\longa | bes,\breve r1 c1 | \break %% 31- \time 3/2 c1.\startTrillSpan | bes, ~ | bes, | c1 bes,4 c\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { c'32 bes32 } r8 bes,4 \afterGrace r8_( { bes32 c') } r4 } } \break %% 39-42 r4. c2 d4. r4 | g,1.( | a,)( | g,2.) r2. | \break %% 43-46 \pitchedTrill bes,2.\startTrillSpan c c\stopTrillSpan ~ \pitchedTrill c\startTrillSpan bes, c\stopTrillSpan ~ c( bes,2.)( | a,1.) | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 g,1 c1 r4 g32 f ees d c bes, a, g, r32 g,32 a, bes, c d ees f g2 g,2. ~ | \time 3/2 g,1^\fermata s2 \bar "|." \break } %%% end bass-sheet. bassM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 g,4 f32 ees d c bes, a, g, r32 g,32 a, bes, c d ees f g g,2 r4 c\breve g,2 | \break %% 2-6 \time 3/2 r1. | r1. | r1. | r1. | r1. | \break %% 7-10 r2. a, ~ | a, ~ <a, ees>8[ <bes, f> <c g>] <a, f> <bes, g> <c a> ~ | <c a>8 r4. f,2 a, ~ | a,4. <ees ees,>2.( ees,4.) | \break %% 11-|-15 \repeat percent 4 { \acciaccatura { g32 f ees d c bes, a, } c2 \slashedGrace { f32 ees d c bes, a, g, } bes,4 r4 \acciaccatura { g32 f ees d c bes, a, } c2 } c4\repeatTie bes,8( c d) r8 ees8( f g a4) r8 \break %% 16-19 r1. | r1. | r1. | r1. | \break %% 20-23 r1. | r1. | r1. | r1. | \break %% 24-27 <c c'>4. r1 r8 | <c c'>4. fes1 r8 | bes,2 g,1 | bes,2. f ~ | \break %% 28- \time 4/1 <f bes,>\breve ~ bes,\breve | \break %% 29-30 r\longa | bes,\breve r1 c1 | \break %% 31- \time 3/2 c1.\startTrillSpan | bes, ~ | bes, | c1 bes,4 c\stopTrillSpan | \break %% 35-38 \repeat percent 4 { \repeat percent 2 { \acciaccatura { c'32 bes32 } r8 bes,4 \afterGrace r8_( { bes32 c') } r4 } } \break %% 39-42 r4. c2 d4. r4 | g,1.( | a,)( | g,2.) r2. | \break %% 43-46 \pitchedTrill bes,2.\startTrillSpan c c\stopTrillSpan ~ \pitchedTrill c\startTrillSpan bes, c\stopTrillSpan ~ c( bes,2.)( | a,1.) | \break %% 47-50 r1. | r1. | r1. | r1. | \break %% 51-54 r1. | r1. | r1. | r1. | \break %% 55-56 \time 4/1 g,1 c1 r4 g32 f ees d c bes, a, g, r32 g,32 a, bes, c d ees f g2 g,2. ~ | \time 3/2 g,1^\fermata s2 \bar "|." \break } %%% end bass-midi. %%%%%%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% Thank you. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run--makeinfo, Previous: road-15cv.ly, Up: Top
road-15.texi%% Yukio Yoshida. %% 5:42 AM Tuesday, October 19, 2021 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input colordvi.tex \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename road-15.info @settitle Road-15 @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 @c @top @end ifnottex @menu [file-code; "UTF-8"] * road-15 --- Music Sheet: Music Sheet. * road-15.ly --- Source code framework: road-15.ly. * road-15cv.ly --- Source code notes: road-15cv.ly. * road-15.texi --- Source code document: road-15.texi. * run--makeinfo --- Source code run: run--makeinfo. @end menu @html <br /> <div align="center"> <a href="road-15.midi">road-15.midi</a>    <a href="road-15.pdf">road-15.pdf</a> </div> <p align = "center"> <a href="road-15.mp3">Sound is mp3.</a><br /> <audio src="road-15.mp3" controls> Download <a href="road-15.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, road-15.ly, Top, Top @comment node-name, next, previous, up @c @top @end ifnottex @unnumbered Music Sheet @html <div align="center"> <a href="road-15.pdf"> @end html @ifhtml @image{road-15-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="road-15-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-15-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-15-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-15-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-15-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-15-7.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> </a> @end html @end ifhtml @html </div> @end html @ifnottex @node road-15.ly, road-15cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript score file. @html <blockquote><blockquote> <b><i>road-15.ly</i></b> @end html @verbatiminclude road-15.ly @html </blockquote></blockquote> @end html @ifnottex @node road-15cv.ly, road-15.texi, road-15.ly, Top @comment ode-name, next, previous, up @end ifnottex @unnumbered My manuscript score sub file. @html <blockquote><blockquote> <b><i>road-15cv.ly</i></b> @end html @verbatiminclude road-15cv.ly @html </blockquote></blockquote> @end html @ifnottex @node road-15.texi, run--makeinfo, road-15cv.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript file @html <blockquote><blockquote> <b><i>road-15.texi</i></b> @end html @verbatiminclude road-15.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , road-15.texi, Top @comment node-name, next, previous, up @end ifnottex @unnumbered run--makeinfo @html <blockquote><blockquote> <b><i>"mmanuscript.html" is created by makeinfo on Texinfo.</i></b><br /> <i>Running is on WSL(GNU/Linux 4.4.0-19041-Microsoft x86_64).</i><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.@* "Ubuntu[on WSL(windows OS)]@* ---Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)---"@* @html </blockquote></blockquote> <br /> <br /> @end html @c *********** End Body ********************* @bye
Previous: road-15.texi, Up: Top
"mmanuscript.html" is created by makeinfo on Texinfo.
Running is on WSL(GNU/Linux 4.4.0-19041-Microsoft x86_64).
run--lily.sh
#!/usr/bin/bash rm -r html lilypond --pdf --png $1.ly lilypond -dbackend=svg $1.ly makeinfo --no-split --force --html $1.texi mkdir html mv *.svg html/ mv *.pdf html/ mv *-page1.png html/ mv *.midi html/ mv *.html html/ cd html xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html cd ../ rm *.png *.eps ls -lThis is under the following environment.
"Ubuntu[on WSL(windows OS)]
—Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)—"