%% 10:07 PM Wednesday, May 7, 2025 %% 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 { \hspace #-1.8 \with-color #red \box { \pad-around #0.5 {\teeny \italic "Solo"} } } Bsolo=^\markup { \with-color #blue \box { \pad-around #0.5 {\teeny \bold \italic "Solo"} } } Tutti=^\markup { \with-color #blue { \override #'(box-padding . 0.5) \override #'(thickness . 2) \rounded-box { {\teeny \italic "Tutti"} } } } Both=^\markup { \with-color #blue \box { \pad-around #0.5 {\teeny \italic "Solo" } } or \with-color #blue \box { \pad-around #0.5 {\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 %%%%%%%%%%%%%%%%%%%%% sopranoVoiceTwo = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {cis''4. cis'' bis' ais' | cis''4 bis'8_\( ais' gis'8.\) r16 cis''4. cis'' | bis' ais' cis''4 bis'8_\( ais' gis'8.\) r16} | cis''4 cis'' dis''4. eis''2 r8 | \break %% 5-8(11) gis'16 ais'4 gis'16 \once \stemDown fis'8^._\( gis'^. ais'^.\) gis'8 ais'4^. bis'4.^. | \noBreak cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | \noBreak gis'8 bis'4. ais'8 cis''4._\( dis''4\) r8 gis'8_~ | \noBreak gis'8 r8 ais'4. ais'8 ais'4._\( bis'4\) r8 | \break %% 9-12(15) cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | ais'4_\(^. ais'^. ais'4^.\) gis'16 bis'4.. bis'8 r8 | %%\undo \hide Staff.BarLine \bar "|." \break } %%%%% sopranoVoiceLTwo = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. The storm from yes -- ter -- day has died down, %% and the fierce winds and rain are gone. n __ The sun is shin -- ing "in from" early this morn -- ing, %% and the sky is a solid blue, m __ her -- ald -- ing the "start of" a beau -- ti -- ful, fine day. It's the per -- fect day for a pa -- rade, or for a stroll out -- side in the sun -- shine. More -- over, the presi -- dent is "coming" to town today, so a cel -- ebra -- tory pa -- rade will be held. God has made today a good day. Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. } %%%%% sopranoVoiceMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {cis''4. cis'' bis' ais' | cis''4 bis'8_\( ais' gis'8.\) r16 cis''4. cis'' | bis' ais' cis''4 bis'8_\( ais' gis'8.\) r16} | cis''4 cis'' dis''4. eis''2 r8 | \break %% 5-8(11) gis'16 ais'4 gis'16 fis'8_._\( gis'^. ais'^.\) gis'8 ais'4^. bis'4.^. | cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | gis'8 bis'4. ais'8 cis''4._\( dis''4\) r8 gis'8_~ | gis'8 r8 ais'4. ais'8 ais'4._\( bis'4\) r8 | \break %% 9-12(15) cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | ais'4_\(^. ais'^. ais'^.\) gis'16 bis'4.. bis'8 r8 | %% \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Instruments part sopranoTwo = { \autoBeamOff \partial 2 r2 | %% 1-4 \repeat volta 2 { \pitchedTrill gis'1._\startTrillSpan ges' | gis'1. | gis'1. } | gis'1 r8\stopTrillSpan eis''4. | \break %% 5- %% \bar "|." \break } %%%%% end Soprano sheet. sopranoMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4 \repeat volta 2 { \pitchedTrill gis'1._\startTrillSpan ges' | gis'1. | gis'1. } | gis'1 r8\stopTrillSpan eis''4. | \break %% 5- %% \bar "|." \break } %%% end Soprano midi. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% mezzosoprano %%%%%%%%%%% mezzosopranoTwo = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 { r1. | r1. | r1. } | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break %% \undo \hide Staff.BarLine \bar "|." \break } %%%%% mezzosopranoLTwo = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny } %%%%% end mezzosoprano sheet. mezzosopranoMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 { r1. | r1. | r1. } | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break %% \bar "|." \break } %%%%% end mezzosoprano midi. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%% altoVoiceTwo = {\hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {cis'4. dis'8 cis'2 bis4. r8 | cis'2 dis'8._\( cis' bis\) r16 cis'8_\( dis' cis'16 bis\) | cis'8 cis'4.. bis ais r16 } | cis'4 cis' dis'4. eis'2 r8 | \break %% 5-8(11) cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | \noBreak ais16 gis4 fis4._. gis32 ais4_. gis8 ais4._. r32 | \noBreak cis'8 eis'4. dis'8 fis'4._\( gis'4\) r8 cis'8_~ | \noBreak cis'8 dis'4. dis'8 dis'4._\( eis'4\) r8 cis'8 | \break %% 9-12(15) bis8 dis'4. cis'8 cis'16 eis'4. fis'4_( gis'8 ais'16) | cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | %% \undo \hide Staff.BarLine \bar "|." \break } %%%%% altoVoiceLTwo = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. %% The storm from yes -- ter -- day has died down, m __ "and the" fierce winds and rain are gone. The sun is shin -- ing "in from" early this morn -- ing, and the sky is a solid blue, %% her -- ald -- ing the start of a %%beau -- ti -- ful, fine day. n __ beau -- ti -- ful, fine day. It's the per -- fect day for a pa -- rade, or for a stroll out -- side in the sun -- shine. More -- over, the presi -- dent is "coming" to town today, so a cel -- ebra -- tory pa -- rade will be held. God has made today a good day. Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. } %%%%% altoVoiceMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {cis'4. dis'8 cis'2 bis4. r8 | cis'2 dis'8._\( cis' bis\) r16 cis'8_\( dis' cis'16 bis\) | cis'8 cis'4.. bis ais r16 } | cis'4 cis' dis'4. eis'2 r8 | \break %% 5-8(11) cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | ais16 gis4 fis4._. gis32 ais4_. gis8 ais4.-. r32 | cis'8 eis'4. dis'8 fis'4._\( gis'4\) r8 cis'8_~ | cis'8 dis' dis'8 dis'4._\( eis'4\) r8 cis'8 eis'4 | \break %% 9-12(15) bis8 dis'4. cis'8 cis'16 eis'4. fis'4_( gis'8 ais'16) | cis'4\melisma dis'8 cis'4 dis'2 cis'4 r8\melismaEnd | %% \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Instruments altoTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {\pitchedTrill gis1._\startTrillSpan ges | gis1. | gis1. } | gis1 r8\stopTrillSpan dis'4. | \break %% 5(8)- %% \bar "|." \break } %%%%% end alto sheet. altoMTwo = { \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {\pitchedTrill gis1._\startTrillSpan ges | gis1. | gis1. } | gis1 r8\stopTrillSpan dis'4. | \break %% 5(8)- %% \bar "|." \break } %%%%% end alto midi. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% tenorVoiceTwo = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 { r4. ais4. ais ais | ais2 gis8_( fis) ais4 bis2 | bis8 ais gis4 fis fis8 gis ais bis4. } | ais4 ais bis4. cis'2 r8 | \break %% 5-8(11) ais4\melisma bis8 ais4 bis2 ais4 r8\melismaEnd | fis16 ais4 dis4._. eis32 fis4_. eis8 fis4._. r32 | ais8 cis'4. bis8 dis'4._\( eis'4\) r8 ais8_~ | ais8 r8 bis4. bis8 bis4._\( cis'4\) r8 | \break %% 9- ais4\melisma bis8 ais4 bis2 ais4 r8\melismaEnd | bis4_\(^. bis^. bis8.^.\) ais16 cis'4.. cis'8 r8. | %% \undo \hide Staff.BarLine \bar "|." \break } %%%%% tenorVoiceLTwo = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny Halle -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. %%The storm from yes -- ter -- day has died down, n __ "and the" fierce winds and rain are gone. The sun is shin -- ing "in from" early this morn -- ing, %% and the sky is a solid blue, m __ her -- ald -- ing the "start of" a beau -- ti -- ful, fine day. It's the per -- fect day for a pa -- rade, or for a stroll out -- side in the sun -- shine. More -- over, the presi -- dent is "coming" to town today, so a cel -- ebra -- tory pa -- rade will be held. God has made today a good day. Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. } %%%%% tenorVoiceMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 { r4. ais4. ais ais | ais2 gis8_( fis) ais4 bis2 | bis8 ais gis4 fis fis8 gis ais bis4. } | ais4 ais bis4. cis'2 r8 | \break %% 5-8(11) ais4\melisma bis8 ais4 bis2 ais4 r8\melismaEnd | fis16 ais4 dis4_. eis32 fis4._. eis8 fis4._. r32 | ais8 cis'4. bis8 dis'4._\( eis'4\) r8 ais8_~ | ais8 r8 bis4. bis8 bis4._\( cis'4\) r8 | \break %% 9- ais4\melisma bis8 ais4 bis2 ais4 r8\melismaEnd | bis4_\(^. bis^. bis8.^.\) ais16 cis'4.. cis'8 r8. | %% \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Instruments tenorTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {\pitchedTrill eis1._\startTrillSpan ees | eis | eis | } eis1 r8\stopTrillSpan cis'4. | \break %% 5- %% \bar "|." \break } %%%%% end tenor sheet. tenorMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {\pitchedTrill eis1._\startTrillSpan ees | eis | eis | } eis1 r8\stopTrillSpan cis'4. | \break %% 5- %% \bar "|." \break } %%%%% end tenor midi. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% baritoneTwo = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {r1. | r1. | r1. } | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break %% \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. baritoneMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {r1. | r1. | r1. } | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break r1. | r1. | r1. | r1. | \break %% \bar "|." \break } %%%%% end baritone midi. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%% bass; part %%%%%%%%%%%%%%%% bassVoiceTwo = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 { r4 dis4. dis dis2 | eis2 dis8_\( dis dis eis\) dis16_\( dis8 dis eis8.\) | dis4. dis4 dis4. eis2 } | dis4 dis eis4. fis2 r8 | \break %% 5-8(11) dis16 eis4 dis16 cis8_._\( dis^. eis^.\) dis8 eis4^. fis4.^. | gis,4\melisma ais,8 gis,4 ais,2 gis,4 r8\melismaEnd | dis8 fis4. eis8 gis4._\( ais4\) r8 dis8_~ | dis8 eis4. eis8 eis4._\( fis4\) r8 dis8 | \break %% 9-12(15) cis16 eis4.. dis8 dis16 fis4. ais4.. | gis,4\melisma ais,8 gis,4 ais,2 gis,4 r8\melismaEnd | %% \undo \hide Staff.BarLine \bar "|." \break } %%%%% bassVoiceLTwo = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. The storm from yes -- ter -- day has died down, %% and the fierce winds and rain are gone. m __ The sun is shin -- ing "in from" early this morn -- ing, and the sky is a solid blue, %% her -- ald -- ing the start of a %% beau -- ti -- ful, fine day. n __ beau -- ti -- ful, fine day. It's the per -- fect day for a pa -- rade, or for a stroll out -- side in the sun -- shine. More -- over, the presi -- dent is "coming" to town today, so a cel -- ebra -- tory pa -- rade will be held. God has made today a good day. Hal -- le -- lu -- jah, hal -- le -- lu -- jah, hal -- le -- lu -- jah. } %%%%% bassVoiceMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 { r4 dis4. dis dis2 | eis2 dis8_\( dis dis eis\) dis16_\( dis8 dis eis8.\) | dis4. dis4 dis4. eis2 } | dis4 dis eis4. fis2 r8 | \break %% 5-8(11) dis16 eis4 dis16 cis8_._\( dis^. eis^.\) dis8 eis4^. fis4.^. | gis,4\melisma ais,8 gis,4 ais,2 gis,4 r8\melismaEnd | dis8 fis4. eis8 gis4._\( ais4\) r8 dis8_~ | dis8 eis4. eis8 eis4._\( fis4\) r8 dis8 | \break %% 9-12(15) cis16 eis4.. dis8 dis16 fis4. ais4.. | gis,4\melisma ais,8 gis,4 ais,2 gis,4 r8\melismaEnd | %% \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Instruments bassTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {\pitchedTrill ais,1._\startTrillSpan aes, | ais, | ais, | } ais,1 r8\stopTrillSpan fis4. | \break %% 5-8(11) %% \bar "|." \break } %%%%% end bass-sheet. bassMTwo = { \autoBeamOff \partial 2 r2^\fermata | %% 1-4(7) \repeat volta 2 {\pitchedTrill ais,1._\startTrillSpan aes, | ais, | ais, | } ais,1 r8\stopTrillSpan fis4. | \break %% 5-8(11) %% \bar "|." \break } %%% end bass-midi. %%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%