Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
[file-code; "ly,texi,sh are UTF-8"]
Normally; Windows & Linux(Prompt) lilypond --png --pdf name.ly[Enter]
Script-run; Linux(Prompt) ./run--lily.sh name[Enter]
• road-11 — Music Sheet | ||
• road-11.ly — Source code framework | ||
• road-11cv.ly — Source code notes | ||
• road-11.texi — Source code document | ||
• run–makeinfo — Source code run-file |
road-11.mp3
The Jacket of a sheet is "png" and Sheets are "svg"
Next: road-11.ly, Previous: Top, Up: Top
Next: road-11cv.ly, Previous: Music Sheet, Up: Top
road-11.ly%% Yukio Yoshida. %% 9/27/2017 11:35 %% Time-stamp: "11:32:15.34 2.20.09/19" \version "2.22.1" \include "Road-11cv.ly" \book{ \bookpart{ %% I \markup{ \vspace #-.5 } %% make sheet-my-epstitle %% See use Fonts ===>[LilyPond] %% C:...\\LilyPond\usr\share\ghostscript\8.70\Resource\Init\ %% Fontmap.GS #(let* ((port (open-output-file "sheet-my-epstitle.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:20200615131319+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-11) false charpath 3 setlinewidth stroke" port) (close port)) %Trailer %% end make sheet-my-epstitle -------- \markup { \center-column { \epsfile #X #124 #"sheet-my-epstitle.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 "Road on my way!"} } subtitle = \markup{ \center-column { \italic "ees major; c d 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 { \line {\italic "Yukio Yoshida"} } arranger = \markup { \line {Op.97\hspace #1 10/13/2017} } copyright = "public Domain" meter = \markup { \column { \line { \hspace #14 \tiny \italic \column { \bold { \tiny " Baritone Sol; Voice Words" } "First)" "Where is the end of this Road?" \raise #1 " " \raise #2 "On the Road" \raise #3 "Many pleasures pass by" \raise #4 "On the Road" \raise #5 "Many sorrows pass by" \raise #6 "On the Road" \raise #7 "Many sufferings pass by" \raise #8 " " \raise #9 " " %% \vspace #1 }\hspace #4 \teeny \italic \column { \vspace #1 "Second)" "Road on my way!" \raise #1 " " \raise #2 "On the Road" \raise #3 "Many tears also" \raise #4 "On the Road" \raise #5 "A lot of sad also" \raise #6 " " \raise #7 "Where is the end of this Road!" }\hspace #8 \column { " " \bold \tiny "Chorus Voices; pronunciation" \raise #1 " " \raise #2 \teeny \italic " ' w ' ' m ' , ' e ' , ' u ' , ' ə ' ... and so on." \raise #3.5 " " \raise #4.5 \bold \tiny \italic "Chorus Voice; Words" \raise #5 \teeny \line {Who would you have console me,} \raise #6 \teeny \line {Let me die} \raise #7 \teeny \line {in this great martyrdom!} \raise #8 " " \raise #9 " " }} \line {\hspace #14 \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!! But, Only in notes of \with-color #red "Longa" and \with-color #red "Breve".} " " }\vspace #2 } } }%% End header %% get sheet music --------------------------------------------------- \score { << %% \context ChoirStaff = "FourPartStaffaddchorus" << \context StaffGroup << \context Voice = "soprano" { \clef soprano \key ees\major \time 3/2 \set Staff.instrumentName = "soprano" \soprano } \context Voice = "sopranoVocal" { \clef soprano \key ees\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 ees\major \time 3/2 \set Staff.instrumentName = "alto " \alto } \context Voice = "altoVocal" { \clef alto \key ees\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 ees\major \time 3/2 \set Staff.instrumentName = "tenor " \tenor } \context Voice = "tenorVocal" { \clef tenor \key ees\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 ees\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 ees\major \time 3/2 \set Staff.instrumentName = "bass " \bass } \context Voice = "bassVocal" { \clef bass \key ees\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 { %% \unfoldRepeats \articulate << \context Staff { \clef soprano \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoM } \context Staff { \clef soprano \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoVoiceM } \context Staff { \clef alto \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoM } \context Staff { \clef alto \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoVoiceM } \context Staff { \clef tenor \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenor } \context Staff { \clef tenor \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenorVoiceM } \context Staff { \clef baritone \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \baritoneM } \context Staff { \clef bass \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassM } \context Staff { \clef bass \key ees\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassVoiceM } >> \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 { " " } %%%%%%%% }%% 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 c\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 c\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/2018/road-11.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}%% end bokkpart III, End book %%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \markup { \column { "Name; road-11.y" %%%% %%%%% \verbatim-file #"road-11.ly" } } %%%% %%%%% \markup { \column { "Name; road-11-cv.ly" %%%% %%%%% \verbatim-file #"road-11-cv.ly" } } %%%% %%%%% \markup { \column { "Name; run--makeinfo-svg.cmd" %%%% %%%%% \verbatim-file #"run--makeinfo-svg.cmd" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: road-11.texi, Previous: road-11.ly, Up: Top
road-11cv.ly%% Yukio Yoshida. //emeditor// Maximum-width=<70 %% "9/28/2017 1:10" %% Time-stamp: "12/23/2017 0:53" %% Fri 06/11/2021 1:05:12.84;;>cmd /c Echo %DATE% %TIME% | clip;; %% Part Vocal;; Start: \hide Staff.BarLine %% and end: \undo \hide Staff.BarLine \bar "|." \break %% Main-File is Road-11.ly. %% This file is for main-file. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% 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 } \paper { %% ragged-last-bottom = ##f } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% sopranoVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 aes'1.\melisma g'\breve | aes'\longa | \break %% 3-4 aes'8\melismaEnd r1 bes'\breve\melisma bes'4.\melismaEnd r2 | r1 bes'1.\melisma aes'1 bes'2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 c'2. ees'1 r4 ees'\breve\melisma | ees'4 c'\breve ees'4\melismaEnd r1. | \break %% 23-24 f'2^\fermata ees' d'4 d'2 r8 c'2.. r2 f'4.-. f'-. | ees'2 r\breve ees'8 g'4 aes'4 g'_\( f' ees'4.\) | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \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 w __ u __ w __ "On the" road! m __ "Who would" "you have" con -- sole me, Let me die in this great mar -- tyr -- dom! } sopranoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 aes'1.\melisma g'\breve | aes'\longa | \break %% 3-4 aes'8\melismaEnd r1 bes'\breve\melisma bes'4.\melismaEnd r2 | r1 bes'1.\melisma aes'1 bes'2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19- r\longa | r\longa | \break %% 21-22 c'2. ees'1 r4 ees'\breve\melisma | ees'4 c'\breve ees'4\melismaEnd r1. | \break %% 23-24 f'2^\fermata ees' d'4 d'2 r8 c'2.. r2 f'4.-. f'-. | ees'2 r\breve ees'8 g'4 aes'4 g'_\( f' ees'4.\) | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \bar "|." \break } %%% %%% Instruments part soprano = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 aes'\breve g'\breve | aes'\longa | \break %% 3-4 g'\longa | aes'\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <c''' c''>8. <aes'' aes'>8 <f'' f'> <d'' d'> r16 c'2.. ~ <c' ees'>2 ~ <ees' g'> ~ <g' bes'> ~ <bes' d''> ~ <d'' f''> ~ | \repeat percent 8 { <f'' d''>16 <ees'' c''> <d'' bes'> <c'' aes'> <bes' g'> <aes' f'> <g' ees'> <f' d'> } | \break %% 19-20 << { s\breve ees''\breve ~ | ees''\longa } \\ { ees'\breve ~ ees'1 s1 | s\longa } >> | \break %% 21-22 <c' ees'>1 ~ c'\breve ees'1 ~ | ees'1 ~ <c' ees'>\breve ~ c'1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 <c' f'>1. ~ | c'1. ~ | <c' f'>1. ~ | c'1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve ees'\breve ~ | ees'1 s1 s\breve } \\ { <c' g'>\breve ~ c'\breve ~ | c'\longa ~ } >> | \time 3/2 << { s1. } \\ { c'1 s2 } >> \bar "|." \break } %%% end Soprano sheet. %%% sopranoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 aes'\breve g'\breve | aes'\longa | \break %% 3-4 g'\longa | aes'\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <c''' c''>8. <aes'' aes'>8 <f'' f'> <d'' d'> r16 c'2.. ~ <c' ees'>2 ~ <ees' g'> ~ <g' bes'> ~ <bes' d''> ~ <d'' f''> ~ | \repeat percent 8 { <f'' d''>16 <ees'' c''> <d'' bes'> <c'' aes'> <bes' g'> <aes' f'> <g' ees'> <f' d'> } | %% 19-20 << { s\breve ees''\breve ~ | ees''\longa } \\ { ees'\breve ~ ees'1 s1 | s\longa } >> | \break %% 21-22 <c' ees'>1 ~ c'\breve ees'1 ~ | ees'1 ~ <c' ees'>\breve ~ c'1 | \break %% ees'1 c'\breve r1 | c'\longa | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 <c' f'>1. ~ | c'1. ~ | <c' f'>1. ~ | c'1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve ees'\breve ~ | ees'1 s1 s\breve } \\ { <c' g'>\breve ~ c'\breve ~ | c'\longa ~ } >> | \time 3/2 << { s1. } \\ { c'1 s2 } >> \bar "|." \break } %%% end soprano-midi. %%% %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%% altoVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 ees'1.\melisma d'\breve | ees'\longa | \break %% 3-4 ees'8\melismaEnd r1 f'\breve\melisma f'4.\melismaEnd r2 | r1 f'1.\melisma ees'1 f'2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 f2. aes1 r4 g\breve\melisma | aes4 f\breve aes4\melismaEnd r1. | \break %% 23-24 bes2^\fermata aes g4 g2 r8 f2.. r2 bes4.-. bes-. | aes2 r\breve aes8 c'4 d'4 c'_\( bes aes4.\) | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \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 w __ u __ w __ "On the" road! m __ "Who would" "you have" con -- sole me, Let me die in this great mar -- tyr -- dom! } altoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 ees'1.\melisma d'\breve | ees'\longa | \break %% 3-4 ees'8\melismaEnd r1 f'\breve\melisma f'4.\melismaEnd r2 | r1 f'1.\melisma ees'1 f'2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 f2. aes1 r4 aes\breve\melisma | aes4 f\breve aes4\melismaEnd r1. | \break %% 23-24 bes2^\fermata aes g4 g2 r8 f2.. r2 bes4.-. bes-. | aes2 r\breve aes8 c'4 d'4 c'_\( bes aes4.\) | \break %% 25- \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \bar "|." \break } %%% %%% Instruments alto = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 ees'\breve d'\breve | ees'\longa | \break %% 3-4 d'\longa | ees'\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <f'' f'>8. <d'' d'>8 <bes' bes> <g' g> r16 f2.. ~ <f aes>2 ~ <aes c'> ~ <c' ees'> ~ <ees' g'> ~ <g' bes'> ~ | \repeat percent 8 { <bes' g'>16 <aes' f'> <g' ees'> <f' d'> <ees' c'> <d' bes> <c' aes> <bes g> } | \break %% 19-20 << { s\breve aes'\breve ~ | aes'\longa } \\ { aes\breve ~ aes1 s1 | s\longa } >> | \break %% 21-22 <f aes>1 ~ f\breve aes1 ~ | aes1 ~ <f aes>\breve ~ f1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 <f bes>1. ~ | f1. ~ | <f bes>1. ~ | f1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve aes\breve ~ | aes1 s1 s\breve } \\ { <f c'>\breve ~ f\breve ~ | f\longa ~ } >> | \time 3/2 << { s1. } \\ { f1 s2 } >> \bar "|." \break } %%% end alto sheet %%% altoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 ees'\breve d'\breve | ees'\longa | \break %% 3-4 d'\longa | ees'\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <f'' f'>8. <d'' d'>8 <bes' bes> <g' g> r16 f2.. ~ <f aes>2 ~ <aes c'> ~ <c' ees'> ~ <ees' g'> ~ <g' bes'> ~ | \repeat percent 8 { <bes' g'>16 <aes' f'> <g' ees'> <f' d'> <ees' c'> <d' bes> <c' aes> <bes g> } | \break %% 19-20 << { s\breve aes'\breve ~ | aes'\longa } \\ { aes\breve ~ aes1 s1 | s\longa } >> | \break %% 21-22 <f aes>1 ~ f\breve aes1 ~ | aes1 ~ <f aes>\breve ~ f1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 <f bes>1. ~ | f1. ~ | <f bes>1. ~ | f1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve aes\breve ~ | aes1 s1 s\breve } \\ { <f c'>\breve ~ f\breve ~ | f\longa ~ } >> | \time 3/2 << { s1. } \\ { f1 s2 } >> \bar "|." \break } %%% end alto-midi %%% %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% tenorVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 bes1.\melisma aes\breve | bes\longa | \break %% 3-4 bes8\melismaEnd r1 c'\breve\melisma c'4.\melismaEnd r2 | r1 c'1.\melisma bes1 c'2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 c2. ees1 r4 d\breve\melisma | ees4 c\breve ees4\melismaEnd r1. | \break %% 23-24 r4 f2^\fermata ees d4 d4. r8 c2. r2 f4.-. f-. | ees2 r1 ees8 g4 aes g\( f ees4.\) r1 | \break %% 25-28 \time3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \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 u __ w __ u __ "On the" road! m __ "Who would" "you have" con -- sole me, Let me die in this great mar -- tyr -- dom! } tenorVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 bes1.\melisma aes\breve | bes\longa | \break %% 3-4 bes8\melismaEnd r1 c'\breve\melisma c'4.\melismaEnd r2 | r1 c'1.\melisma bes1 c'2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 c2. ees1 r4 d\breve\melisma | ees4 c\breve ees4\melismaEnd r1. | \break %% 23-24 r4 f2^\fermata ees d4 d4. r8 c2. r2 f4.-. f-. | ees2 r1 ees8 g4 aes g\( f ees4.\) r1 | \break %% 25-28 \time3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \bar "|." \break } %%% %%% Instruments tenor = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 bes\breve aes\breve | bes\longa | \break %% 3-4 aes\longa | bes\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <c'' c'>8. <aes' aes>8 <f' f> <d' d> r16 c2.. ~ <c ees>2 ~ <ees g> ~ <g bes> ~ <bes d'> ~ <d' f'> ~ | \repeat percent 8 { <f' d'>16 <ees' c'> <d' bes> <c' aes> <bes g> <aes f> <g ees> <f d> } | %% 19-20 << { s\breve ees'\breve ~ | ees'\longa } \\ { ees\breve ~ ees1 s1 | s\longa } >> | \break %% 21-22 <c ees>1 ~ c\breve ees1 ~ | ees1 ~ <c ees>\breve ~ c1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 <c ees>8-. <d f>-. g4 <d f>8-. <ees g>-. aes4 <f aes>8-. <g bes>-. c'4 ~ | c'1. | <c f>16[ <d g> <ees aes>] bes8. <d g>16[ <ees aes> <f bes>] c'8. <ees aes>16[ <f bes> <g c'>] c'8. <f bes>16[ <g c'> <aes d'>] ees'8. ~ | ees'1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve ees\breve ~ | ees1 s1 s\breve } \\ { <c g>\breve ~ c\breve ~ | c\longa ~ } >> | \time 3/2 << { s1. } \\ { c1 s2 } >> \bar "|." \break } %%% end tenor sheet. %%% tenorM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 bes\breve aes\breve | bes\longa | \break %% 3-4 aes\longa | bes\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <c'' c'>8. <aes' aes>8 <f' f> <d' d> r16 c2.. ~ <c ees>2 ~ <ees g> ~ <g bes> ~ <bes d'> ~ <d' f'> ~ | \repeat percent 8 { <f' d'>16 <ees' c'> <d' bes> <c' aes> <bes g> <aes f> <g ees> <f d> } | %% 19-20 << { s\breve ees'\breve ~ | ees'\longa } \\ { ees\breve ~ ees1 s1 | s\longa } >> | \break %% 21-22 <c ees>1 ~ c\breve ees1 ~ | ees1 ~ <c ees>\breve ~ c1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 <c ees>8-. <d f>-. g4 <d f>8-. <ees g>-. aes4 <f aes>8-. <g bes>-. c'4 ~ | c'1. | <c f>16[ <d g> <ees aes>] bes8. <d g>16[ <ees aes> <f bes>] c'8. <ees aes>16[ <f bes> <g c'>] c'8. <f bes>16[ <g c'> <aes d'>] ees'8. ~ | ees'1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve ees\breve ~ | ees1 s1 s\breve } \\ { <c g>\breve ~ c\breve ~ | c\longa ~ } >> | \time 3/2 << { s1. } \\ { c1 s2 } >> \bar "|." \break } %%% end tenor-midi %%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% baritone = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\breve ees1\melisma f2 g | \break %% 5-8 \time 3/2 g2 aes4\melismaEnd r4 aes2 | g4 aes4. bes c'2 ~ | c'4 r2 c'2. | f4. aes4 bes r8 c'4. c8 ~ | \break %% 9-12 c2 r4. c'2 r8 | f4. c bes, aes, | c'2 r2 c2 | c'4. r8 aes4 d'2\( ees'4 ~ | \break %% 13-16 ees'4\) bes2 g2. | r1 f2 | r8 ees4. f2. g4 ~ | g2 r1 | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 r\longa | r\longa | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r2^\markup {\hspace #-6 \italic \column { " " " " " " \line {From here(33 bar) is OK! free-play if you can it.} \line {with each parts instruments and % each chorus(choirs) voice or words by free.}}} ees'2. r4 | ees'1 r4 ees'4( | d' c'4.) r8 aes2. | g2 r1 | \break %% 37-40 c2 bes, c ~ | c2 d8 ees4. f2 ~ | f2 c2 bes,4\melisma c | bes,1 c4\melismaEnd r4 | \break %% 41-44 ees'1 c'4. c'8 | ees2. f4. r8 bes,4 ~ | bes,2 c1 | r1. | \break %% 45- \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \undo \hide Staff.BarLine \bar "|." \break } %%% end baritone sheet %%% baritoneL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny o __ Where "is the end" of this Road? "On the Road" Many pleas -- ures pass by "On the Road" Many sor -- rows pass by "On the Road" Many suf -- fer -- ings pass by Road on my way! On "the Road" Many tears also On the Road A "lot of" sad also m __ Where is the end of this Road! } baritoneM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\breve ees1\melisma f2 g | \break %% 5- \time 3/2 g2 aes4\melismaEnd r4 aes2 | g4 aes4. bes c'2 ~ | c'4 r2 c'2. | f4. aes4 bes r8 c'4. c8 ~ | \break %% 9-12 c2 r4. c'2 r8 | f4. c bes, aes, | c'2 r2 c2 | c'4. r8 aes4 d'2\( ees'4 ~ | \break %% 13-16 ees'4\) bes2 g2. | r1 f2 | r8 ees4. f2. g4 ~ | g2 r1 | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 r\longa | r\longa | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r2 ees'2. r4 | ees'1 r4 ees'4( | d' c'4.) r8 aes2. | g2 r1 | \break %% 37-40 c2 bes, c ~ | c2 d8 ees4. f2 ~ | f2 c2 bes,4\melisma c | bes,1 c4\melismaEnd r4 | \break %% 41-44 ees'1 c'4. c'8 | ees2. f4. r8 bes,4 ~ | bes,2 c1 | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \bar "|." \break } %%% end baritone midi %%% %%%%%%% bass; part %%%%%%%%%%%%%%%% bassVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 f1.\melisma ees\breve | f\longa | \break %% 3-4 f8\melismaEnd r1 g\breve\melisma g4.\melismaEnd r2 | r1 g1.\melisma f1 g2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 f,2. aes,1 r4 g,\breve\melisma | aes,4 f,\breve aes,4\melismaEnd r1. | \break %% 23-25 r4 bes,2^\fermata aes, g,4 g,4. r8 f,2. r2 bes,4.-. bes,-. | aes,2 r1 aes,8 c4 d4 c\( bes, aes,4.\) r1 | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \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 u __ w __ u __ "On the" road! m __ "Who would" "you have" con -- sole me, Let me die in this great mar -- tyr -- dom! } bassVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r2 f1.\melisma ees\breve | f\longa | \break %% 3-4 f8\melismaEnd r1 g\breve\melisma g4.\melismaEnd r2 | r1 g1.\melisma f1 g2\melismaEnd | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 r\longa | r\longa | \break %% 19-20 r\longa | r\longa | \break %% 21-22 f,2. aes,1 r4 g,\breve\melisma | aes,4 f,\breve aes,4\melismaEnd r1. | \break %% 23-25 r4 bes,2^\fermata aes, g,4 g,4. r8 f,2. r2 bes,4.-. bes,-. | aes,2 r1 aes,8 c4 d4 c\( bes, aes,4.\) r1 | \break %% 25-28 \time 3/2 r1. | r1. | r1. | r1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 r\longa | r\longa | \time 3/2 r1 s2 \bar "|." \break } bass = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 f\breve ees\breve | f\longa | \break %% 3-4 ees\longa | f\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <f' f>8. <d' d>8 <bes bes,> <g g,> r16 f,2.. ~ <f, aes,>2 ~ <aes, c> ~ <c ees> ~ <ees g> ~ <g bes> ~ | \repeat percent 8 { <bes g>16 <aes f> <g ees> <f d> <ees c> <d bes,> <c aes,> <bes, g,> } | \break %% 19-20 << { s\breve aes\breve ~ | aes\longa } \\ { aes,\breve ~ aes,1 s1 | s\longa } >> | \break %% 21-22 <f, aes,>1 ~ f,\breve aes,1 ~ | aes,1 ~ <f, aes,>\breve ~ f,1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 <ees, g,>8-. <f, aes,>-. bes,4 <f, aes,>8-. <g, bes,>-. c4 <g, bes,>8-. <aes, c>-. d4 ~ | d1. | <ees, aes,>16[ <f, bes,> <g, c>] d8. <f, bes,>16[ <g, c> <aes, d>] ees8. <g, c>16[ <aes, d> <bes, ees>] f8. <aes, d>16[ <bes, ees> <c f>] g8. ~ | g1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve aes,\breve ~ | aes,1 s1 s\breve } \\ { <f, c>\breve ~ f,\breve ~ | f,\longa ~ } >> | \time 3/2 << { s1. } \\ { f,1 s2 } >> \bar "|." \break } %%% end bass-sheet %%% bassM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 f\breve ees\breve | f\longa | \break %% 3-4 ees\longa | f\breve r\breve | \break %% 5-8 \time 3/2 r1. | r1. | r1. | r1. | \break %% 9-12 r1. | r1. | r1. | r1. | \break %% 13-16 r1. | r1. | r1. | r1. | \break %% 17-18 \time 4/1 <f' f>8. <d' d>8 <bes bes,> <g g,> r16 f,2.. ~ <f, aes,>2 ~ <aes, c> ~ <c ees> ~ <ees g> ~ <g bes> ~ | \repeat percent 8 { <bes g>16 <aes f> <g ees> <f d> <ees c> <d bes,> <c aes,> <bes, g,> } | \break %% 19-20 << { s\breve aes\breve ~ | aes\longa } \\ { aes,\breve ~ aes,1 s1 | s\longa } >> | \break %% 21-22 <f, aes,>1 ~ f,\breve aes,1 ~ | aes,1 ~ <f, aes,>\breve ~ f,1 | \break %% 23-24 r\longa | r\longa | \break %% 25-28 \time 3/2 <ees, g,>8-. <f, aes,>-. bes,4 <f, aes,>8-. <g, bes,>-. c4 <g, bes,>8-. <aes, c>-. d4 ~ | d1. | <ees, aes,>16[ <f, bes,> <g, c>] d8. <f, bes,>16[ <g, c> <aes, d>] ees8. <g, c>16[ <aes, d> <bes, ees>] f8. <aes, d>16[ <bes, ees> <c f>] g8. ~ | g1. | \break %% 29-32 r1. | r1. | r1. | r1. | \break %% 33-36 r1. | r1. | r1. | r1. | \break %% 37-40 r1. | r1. | r1. | r1. | \break %% 41-44 r1. | r1. | r1. | r1. | \break %% 45-47 \time 4/1 << { s\breve aes,\breve ~ | aes,1 s1 s\breve } \\ { <f, c>\breve ~ f,\breve ~ | f,\longa ~ } >> | \time 3/2 << { s1. } \\ { f,1 s2 } >> \bar "|." \break } %%% end bass-midi %%% %%%%%%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% Thank you. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run--makeinfo, Previous: road-11cv.ly, Up: Top
road-11.texi%% 4:23 AM Saturday, December 18, 2021 %% Yukio Yoshida \input colordvi.tex \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename road-11.info @settitle Road-11 @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 @html <code> [file-code; "ly,texi,sh are UTF-8"]<br /> Normally; Windows & Linux(Prompt)<kbd> lilypond --png --pdf name.ly</kbd>[Enter]<br /> Script-run; Linux(Prompt)<kbd> ./run--lily.sh name</kbd>[Enter]<br /> </code> <br /> @end html @menu * road-11 --- Music Sheet: Music Sheet. * road-11.ly --- Source code framework: road-11.ly. * road-11cv.ly --- Source code notes: road-11cv.ly. * road-11.texi --- Source code document: road-11.texi. * run--makeinfo --- Source code run-file: run--makeinfo. @end menu @html • <a href="road-11.tar.gz">road-11.tar.gz</a> (All-files;<9,800bytes)<br /> @end html @html <br />          <a href="road-11.midi">road-11.midi</a>   <a href="road-11.pdf">-.pdf</a>   <p align = "center"> <a href="road-11.mp3">road-11.mp3</a><br /> <audio src="road-11.mp3" controls> Download <a href="road-11.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-11.ly, Top, Top @comment node-name, next, previous, up @end ifnottex @unnumbered Music Sheet @html <div align="center"> <a href="road-11.pdf"> @end html @ifhtml @image{road-11-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="road-11-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-11-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-11-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-11-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-11-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-11-7.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> @end html @end ifhtml @html </a></div> @end html @ifnottex @node road-11.ly, road-11cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript score file. @html <blockquote><blockquote> <b><i>road-11.ly</i></b> @end html @verbatiminclude road-11.ly @html </blockquote></blockquote> @end html @ifnottex @node road-11cv.ly, road-11.texi, road-11.ly, Top @comment ode-name, next, previous, up @end ifnottex @unnumbered My manuscript score sub file. @html <blockquote><blockquote> <b><i>road-11cv.ly</i></b> @end html @verbatiminclude road-11cv.ly @html </blockquote></blockquote> @end html @ifnottex @node road-11.texi, run--makeinfo, road-11cv.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript file @html <blockquote><blockquote> <b><i>road-11.texi</i></b> @end html @verbatiminclude road-11.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , road-11.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 Linux(Ubuntu).</i><br /> @end html @ifhtml @html <span style="font: 16px;"> <table> <td>    <b><i>run--lily.sh</i></b><br /> <span style="color: red;"> <pre> #!/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 *.png html/ mv *.midi html/ mv *.html html/ cd html xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html cd ../ rm *.eps ls -la /pre> </span> </td> </table> @end html @end ifhtml @* @html <hr style="width:68%; height:4px;" /> @end html This is under the following environment.@* "Ubuntu[on WSL(windows10)]@* ---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-11.texi, Up: Top
"mmanuscript.html" is created by makeinfo on Texinfo.
Running is on Linux(Ubuntu).
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 *.png html/ mv *.midi html/ mv *.html html/ cd html xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html cd ../ rm *.eps ls -la /pre>
This is under the following environment.
"Ubuntu[on WSL(windows10)]
—Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)—"