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]
• only-alone — Music Sheet | ||
• only-alone.ly — Source code framework | ||
• only-alonecv.ly — Source code notes | ||
• only-alone.texi — Source code document | ||
• run–makeinfo — Source code run-file |
Sound is mp3.
The Jacket of a sheet is "png" and Sheets are "svg"
Next: only-alone.ly, Previous: Top, Up: Top
Next: only-alonecv.ly, Previous: Music Sheet, Up: Top
only-alone.ly%% 2:06 PM Monday, December 20, 2021 %% Yukio Yoshida. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.22.1" \include "only-alonecv.ly" \book{ \bookpart{ %% I \markup{ \vspace #4 } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #(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:20200616031758+09'00' %%Pages: 1 %%EndComments %% out-line 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 3 setlinewidth stroke %% Title-Word /Times-Italic findfont 96 scalefont setfont 82 520 moveto 1 0 0 setrgbcolor (Only alone) false charpath 3 setlinewidth stroke" port ) (close port)) %Trailer %% end make sheet-title-line.eps -------- \markup{ \hspace #13 \epsfile #X #100 #"sheet-title-line.eps" } %%%%%%%%%%%%%%%%% omit end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }%% end bookpart I \pageBreak \bookpart{ %% II music's body \header { dedication = \markup { \italic " " } title = \markup{ \line { \italic \huge "Only alone"} } subtitle = \markup{ \center-column {\italic "d major; cis d e fis g a b" } } subsubtitle = \markup{\center-column { \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.100\hspace #1 05/15/2018} } meter = \markup { \hspace #24 \italic \line { \column { \bold { \tiny \with-color #red " Voice Words(S,A,T,B)" } %% Don't vertical-Space {\roman \with-color #blue \teeny \lower #1 "First."} "In times of sadness" "And disappointment," "Stay gently as time passes" "Only one person, only one person." " " {\roman \with-color #blue \teeny \lower #1 "Second."} "Even the lonesome days" "And trembling days," "Stay gently as time passes" "Only one person, only one person." " " " " }\hspace #10 %% add a very little vertical-space \column { \vspace #1.2 {\roman \with-color #blue \teeny \lower #1 "Third."} "In the room," "Passing the loneliness of living," "Without lighting, only one person" "Bearing, only one person." " " {\roman \with-color #blue \teeny \lower #1 "Fourth."} "With people coming and going" "Loneliness of living and good bye," "I could not say it, only one person" "The way of life, only one person." " " " " }} \vspace #2 } piece = \markup { \hspace #4 \italic "Moderato" } copyright = "public Domain" }%% End header %% get sheet music --------------------------------------------------- \score { << %% \context ChoirStaff = "FourPartStaffaddchorus" << \context StaffGroup << \context Voice = "soprano" { \clef soprano \key d\major \time 3/2 \set Staff.instrumentName = "soprano" \soprano } \context Voice = "sopranoVocal" { \clef soprano \key d\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 d\major \time 3/2 \set Staff.instrumentName = "alto " \alto } \context Voice = "altoVocal" { \clef alto \key d\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 d\major \time 3/2 \set Staff.instrumentName = "tenor " \tenor } \context Voice = "tenorVocal" { \clef tenor \key d\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; ten " \VoiceColorBlue { \tenorVoice } } \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceL } %%%%%%% omit! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% \context Voice = "baritone" { \clef baritone \key d\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 d\major \time 3/2 \set Staff.instrumentName = "bass " \bass } \context Voice = "bassVocal" { \clef bass \key d\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; bas " \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 d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoM } \context Staff { \clef soprano \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoVoiceM } \context Staff { \clef alto \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoM } \context Staff { \clef alto \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoVoiceM } \context Staff { \clef tenor \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenor } \context Staff { \clef tenor \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenorVoiceM } %%%%%%% omit! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% \context Staff { \clef baritone \key d\major \time 3/2 \tempo 4 = 92 %% \set Staff.midiInstrument = "pad 4 (choir)" %% \unfoldRepeats \baritoneM } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \context Staff { \clef bass \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassM } \context Staff { \clef bass \key d\major \time 3/2 \tempo 4 = 92 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassVoiceM } >> \midi { tempoWholesPerMinute = #(ly:make-moment 92 4) } } %%%%%%%%% %% \markup { " " } \pageBreak %% \markup { \null } %%%%%% \markup { \vspace #3 " " } \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 { \vspace #1 } \markup { \bold "About location \"Additional performance\" " } \markup { \hspace #4 \tiny \italic "Instrument performance; Do not break each part!" \tiny "(Play freely in each part.)" } \markup { " " } %%%%%%%% }%% end bookpart II \pageBreak \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 %% 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: Yukio.Yoshida %%CreationData 2/16/2.20.0:54 %%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. \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \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/only-alone.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}%% end bokkpart III, End book %%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \markup { \column { "Name; only-alon.ly" %%%% %%%%% \verbatim-file #"only-alone.ly" } } %%%% %%%%% \markup { \column { "Name; only-alonecv.ly" %%%% %%%%% \verbatim-file #"only-alonecv.ly" } } %%%% %%%%% \markup { \column { "Name; run--makeinfo-svg.cmd" %%%% %%%%% \verbatim-file #"run--makeinfo-svg.cmd" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: only-alone.texi, Previous: only-alone.ly, Up: Top
only-alonecv.ly%% 2:04 PM Monday, December 20, 2021 %% Yukio Yoshida. %% Part Vocal;; Start: \hide Staff.BarLine %% and end: \undo \hide Staff.BarLine \bar "|." \break %% Main-File is only-alone.ly. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% 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) 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- \time 4/1 r\longa %% 2-3 c''\breve\melisma f'' | cis''\breve fis'' ~ | \break %% 4-6 fis''8\melismaEnd r8 fis''2.~\melisma fis''\breve \tuplet 3/2 {c''4 cis'' c'' cis'' c'' cis''\melismaEnd } | \time 3/2 r8 cis''4.. a'4. g'8 r16 e'4.\( | d'\) r8 cis'4 cis''8.\( cis'' cis'' cis''\) | \break %% 7-10 %% Out-plan; %% << \context Voice = "SopranoSong" { %% \VoiceColorBlue { \stemNeutral e''2 fis''4\( d''4.\) cis''8 e''4 ~ | %% e'' fis''2. r8 cis''4. | } } \\ %% { \override NoteHead.font-size = #-3 cis'1._\( %% _\markup { \tiny \italic {Additional performance: %% Only;one or two instruments.}} | %% b1.\) } %% >> e''2 fis''4\( d''4.\) cis''8 e''4 ~ | e'' fis''2. r8 cis''4. | e''4. e''8\( cis''4.\) r4 cis''4. | r4. d''4. e''4\( fis''2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 cis''4_(^\fermata d''4.) ^\markup {\column { " " " " \line {\hspace #-14 \with-color #blue { \huge \italic "a cappella" with Sopano and Alto}}} } cis''8 b'4. a'4 r8 | g'2 cis''8 g'4. fis'2 | e'2. r4. d'4. | c'2. d'4 e'2 | fis'1.^\fermata | \break %% 21-25 fis''4. fis''4 g''2 r4. | fis''4. fis''4 r8 g''2._\( | g''1.\)^\fermata | r1 c''2\melisma | cis''1 c''4.\melismaEnd r8 | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 fis'4.^\markup { \italic \with-color #red "Largo" } cis'2 fis'4. cis'4 fis'4. r4. cis'4(_\( d'8 e' fis') g'4 a'8( b' cis'' d'' e''8)\) r16 fis'8. | \break %% 44-45 g'2. r4. cis'4. d'2 a'1 r1 | r4. e''2 e'4. cis'4 d'2 r8 cis'2 r8 fis'2 a'8( cis'' e'') fis''4. ~ | \break %% 46-48 fis'' r4 d'4 fis' a8 cis''4. r8 b'4 cis''2 b'8( a' g' fis') e'1 | cis'\breve^\markup { \italic \with-color #red "a tempo" } \melisma fis'\breve ~ | \time 3/2 fis'1 s2^\fermata\melismaEnd \undo \hide Staff.BarLine \bar "|." \break } sopranoVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny m __ n __ In times of sad -- ness And dis -- ap -- point -- ment, %%% Out-plan[\context Voice = "SopranoSong"]--separate--writeing Stay gen -- tly as time passes Only one per -- son, only one per -- son. Even the lone -- some days And trem -- bling days, Stay gently as time passes Only one person, only one per -- son. n __ %% In the room, %% Passing the lone -- li -- ness of living, %% Without light -- ing, only one per -- son %% Bear -- ing, only one person. With people coming and going Lone -- li -- ness of living and good bye, I "couldn't" say it, only one per -- son The way of life, only one per -- son. n __ } sopranoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa %% 2-3 c''\breve\melisma f'' | cis''\breve fis'' ~ | \break %% 4-6 fis''8\melismaEnd r8 fis''2.~\melisma fis''\breve \tuplet 3/2 {c''4 cis'' c'' cis'' c'' cis''\melismaEnd } | \time 3/2 r8 cis''4.. a'4. g'8 r16 e'4.\( | d'\) r8 cis'4 cis''8.\( cis'' cis'' cis''\) | \break %% 7-10 e''2 fis''4\( d''4.\) cis''8 e''4 ~ | e'' fis''2. r8 cis''4. | e''4. e''8\( cis''4.\) r4 cis''4. | r4. d''4. e''4\( fis''2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 cis''4_(^\fermata d''4.) cis''8 b'4. a'4 r8 | g'2 cis''8 g'4. fis'2 | e'2. r4. d'4. | c'2. d'4 e'2 | fis'1.^\fermata | \break %% 21-25 fis''4. fis''4 g''2 r4. | fis''4. fis''4 r8 g''2._\( | g''1.\)^\fermata | r1 c''2\melisma | cis''1 cis''4.\melismaEnd r8 |\break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 fis'4. cis'2 fis'4. cis'4 fis'4. r4. cis'4(_\( d'8 e' fis') g'4 a'8( b' cis'' d'' e''8)\) r16 fis'8. | \break %% 44-45 g'2. r4. cis'4. d'2 a'1 r1 | r4. e''2 e'4. cis'4 d'2 r8 cis'2 r8 fis'2 a'8( cis'' e'') fis''4. ~ | \break %% 46-48 fis'' r4 d'4 fis' a8 cis''4. r8 b'4 cis''2 b'8( a' g' fis') e'1 | \tempo 4 = 92 cis'\breve\melisma fis'\breve ~ | \time 3/2 fis'1 s2^\fermata\melismaEnd \bar "|." \break } %%% %%% Instruments part soprano = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 \repeat percent 2 { << { cis'2 d'4 e' fis' r8 d'2 e'4 fis' g' r8 e'2 fis'4 g' a' } \\ { <fis a>1\( <b d'>4.\) <g b>1\( <cis' e'>4.\) <a cis'>1\( <d' fis'>4\) } >> } %% 2-3 << { a'4\repeatTie g' fis' e'2 r8 g'4 fis' e' d'2 r8 fis'4 e' d' cis'2 ~ } \\ { <fis' d'>1\repeatTie\( <cis' a>4\) <e' cis'>1\( <b g>4.\) <d' b>1\( <a fis>4.\) ~ } >> | \break %% 4-6 << { cis'1 r1 } \\ { <a fis>\breve } >> r\breve \time 3/2 \repeat percent 6 { fis'8-. <cis' cis''>-. } \repeat percent 6 { g'8-. <cis' cis''>-. } | \break %% 7-10 \override NoteHead.font-size = #-3 cis'1._\( ^\markup { \tiny \italic {Additional performance: Only;one or two instruments.}} | b\)_\( | cis'\)_\( | b\)_\( \revert NoteHead.font-size | \break %% 11-15 <b d' fis'>1\)^\markup {\italic "Revert"} ~ b4 r8 cis'8 ~ | <cis' e' g'>8 <fis' a' cis''>8 <b' d'' fis''>2 ~ fis''2 cis''4 ~ | cis'' r8 <cis'' a'>8 b'8 a'16 g' fis' e' d' cis' r8 cis'4. ~ | cis'1. | cis''^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21- r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 cis''1.^\fermata | cis' ~ | cis'4 r4 cis'16 d' e' fis' g' a' b'8 <a' cis''> r8 cis''4 ~ | cis''4 fis''2 ~ <fis'' d'' b'> <cis'' a' fis'>8 <g' e' cis'> ~ | cis'8 r8 b4 ~ <b d' fis'>1 ~ | \break %% 41-33 fis'1 r8 <fis' a' cis''>4. ~ | <fis' a' cis''> <b' g' e'>16 <a' fis' d'> <g' e' cis'> r16 cis'2.. | \time 4/1 r1^\markup { \italic \with-color #red "Largo" } <fis' cis'>\breve ~ cis'1 ~ | \break %% 44-45 cis'\breve ~ <cis' fis'>\breve ~ | <cis' fis'>\breve ~ fis'\breve ~ | \break %% 46-48 fis'1 cis'\breve ~ cis'1 ~ | cis'\longa^\markup { \italic \with-color #red "a tempo" } ~ | \time 3/2 cis'1 s2^\fermata \bar "|." \break } %%% end Soprano sheet. %%% sopranoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 \repeat percent 2{ << { cis'2 d'4 e' fis' r8 d'2 e'4 fis' g' r8 e'2 fis'4 g' a' } \\ { <fis a>1\( <b d'>4.\) <g b>1\( <cis' e'>4.\) <a cis'>1\( <d' fis'>4\) } >> } %% 2-3 << { a'4\repeatTie g' fis' e'2 r8 g'4 fis' e' d'2 r8 fis'4 e' d' cis'2 ~ } \\ { <fis' d'>1\repeatTie\( <cis' a>4\) <e' cis'>1\( <b g>4.\) <d' b>1\( <a fis>4.\) ~ } >> | \break %% 4-6 << { cis'1 r1 } \\ { <a fis>\breve } >> r\breve | \time 3/2 \repeat percent 6 { fis'8-. <cis' cis''>-. } \repeat percent 6 { g'8-. <cis' cis''>-. } | \break %% 7-10 cis'1._\( | b\)_\( | cis'\)_\( | b\)_\( | \break %% 11-15 <b d' fis'>1\) ~ b4 r8 cis'8 ~ | <cis' e' g'>8 <fis' a' cis''>8 <b' d'' fis''>2 ~ fis''2 cis''4 ~ | cis'' r8 <cis'' a'>8 b'8 a'16 g' fis' e' d' cis' r8 cis'4. ~ | cis'1. | cis''^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 cis''1.^\fermata | cis' ~ | cis'4 r4 cis'16 d' e' fis' g' a' b'8 <a' cis''> r8 cis''4 ~ | cis''4 fis''2 ~ <fis'' d'' b'> <cis'' a' fis'>8 <g' e' cis'> ~ | cis'8 r8 b4 ~ <b d' fis'>1 ~ | \break %% 41-33 fis'1 r8 <fis' a' cis''>4. ~ | <fis' a' cis''> <b' g' e'>16 <a' fis' d'> <g' e' cis'> r16 cis'2.. | \time 4/1 \tempo 4 = 46 r1 <fis' cis'>\breve ~ cis'1 ~ | \break %% 44-45 cis'\breve ~ <cis' fis'>\breve ~ | <cis' fis'>\breve ~ fis'\breve ~ | \break %% 46-48 fis'1 cis'\breve ~ cis'1 ~ | \tempo 4 = 92 cis'\longa ~ | \time 3/2 cis'1 s2^\fermata \bar "|." \break } %%% end soprano-midi. %%% %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%% altoVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa %% 2-3 c'\breve\melisma f' | cis'\breve fis' ~ | \break %% 4-6 fis'8\melismaEnd r8 fis'2.~\melisma fis'\breve \tuplet 3/2 { c'4 cis' c' cis' c' cis'\melismaEnd } | \time 3/2 r8 fis'4.. d'4. cis'8 r16 b4.\( | a\) r8 g4 g'8.\( g' g' g'\) | \break %% 7-10 r4 a'2 b'4. g'4 r8 | b'2 a'2. g'4 | a'4. a'4\( fis'\) r8 fis'2 | r4. g'4. a'4\( b'2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 r4.^\fermata fis2 r8 fis4 b4 ~ | b cis'4. d'2 fis4. | b4. cis'2 r4 g4. | fis4 f2 g4 a2 | b1.^\fermata | \break %% 21-25 r4 b4. r8 b4 cis'2 | r4 b'4. b'4 r8 cis''2_\( | cis''1.\)^\fermata | r1 cis'2\melisma | c'1 cis'4.\melismaEnd r8 | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 b4. cis'4( e'4.) r16 fis'2 r16 e'4. cis'2 r4 d'4._\( fis'8 a'2\) r8 e'8 ~ | \break %% 44-45 e' fis'2 e'4. r8 fis'4( e'8 d' cis' b4.) a2.. r1 | r4. cis'8. e'8( fis' g') r16 b'2 fis2 r8 fis4. fis' %% r16 e'8.( d'8 cis' b) fis2 | \break r16 e'4_( d'16 cis' b a g) fis2 ~ | \break %% 46-48 fis r8 g4 b d'8 fis'4. r8 e'4 fis'2 e'8( d' cis' b) a1 | cis'\breve^\markup { \italic \with-color #red "a tempo" } \melisma fis'\breve_~ | \time 3/2 fis'1\melismaEnd s2^\fermata \undo \hide Staff.BarLine \bar "|." \break } altoVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny m __ n __ In times of sad -- ness And dis -- ap -- point -- ment, Stay gently as time passes Only one per -- son, only one per -- son. Even the lone -- some days And trembling days, Stay gen -- tly as time passes Only one person, only one per -- son. n __ %% In the room, %% Passing the lone -- li -- ness of living, %% Without light -- ing, only one per -- son %% Bear -- ing, only one person. With people coming and going Lone -- li -- ness of living and good bye, I couldn't say it, only one per -- son The way of life, only one per -- son. n __ } altoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa %% 2-3 c'\breve\melisma f' | cis'\breve fis' ~ | \break %% 4-6 fis'8\melismaEnd r8 fis'2.~\melisma fis'\breve \tuplet 3/2 { c'4 cis' c' cis' c' cis'\melismaEnd } | \time 3/2 r8 fis'4.. d'4. cis'8 r16 b4.\( | a\) r8 g4 g'8.\( g' g' g'\) | \break %% 7-10 r4 a'2 b'4. g'4 r8 | b'2 a'2. g'4 | a'4. a'4\( fis'\) r8 fis'2 | r4. g'4. a'4\( b'2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 r4.^\fermata fis2 r8 fis4 b4 ~ | b cis'4. d'2 fis4. | b4. cis'2 r4 g4. | fis4 f2 g4 a2 | b1.^\fermata | \break %% 21-25 r4 b4. r8 b4 cis'2 | r4 b'4. b'4 r8 cis''2_\( | cis''1.\)^\fermata | r1 cis'2\melisma | c'1 cis'4.\melismaEnd r8 | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 b4. cis'4( e'4.) r16 fis'2 r16 e'4. cis'2 r4 d'4._\( fis'8 a'2\) r8 e8 ~ | \break %% 44-45 e' fis'2 e'4. r8 fis'4( e'8 d' cis' b4.) a2.. r1 | r4. cis'8. e'8( fis' g') r16 b'2 fis2 r8 fis4. fis' r16 e'4_( d'16 cis' b a g) fis2 ~ | \break %% 46-48 fis r8 g4 b d'8 fis'4. r8 e'4 fis'2 e'8( d' cis' b) a1 | \tempo 4 = 92 cis'\breve\melisma fis'\breve_~ | \time 3/2 fis'1\melismaEnd s2^\fermata \bar "|." \break } %%% %%% Instruments alto = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 fis'\breve_\( cis'\)_\( | %% 2-3 fis'\)_\( cis'\)_\( | cis'\breve\)_\( fis'\breve\) ~ | \break %% 4-6 fis'\breve r\breve | \time 3/2 \repeat percent 6 { <fis fis'>8-. b-. } \repeat percent 6 { <fis fis'>8-. cis'-. } | \break %% 7-10 \override NoteHead.font-size = #-3 fis1._\( ^\markup { \tiny \italic {Additional performance: Only;one or two instruments.}} | e\)_\( | fis\)_\( | e\)_\( \revert NoteHead.font-size | \break %% 11-15 <e g b>1\)^\markup {\italic "Revert"} ~ e4 r8 fis8 ~ | <fis a cis'>8 <b d' fis'> <e' g' b'>2 ~ b'2 fis'4 ~ | fis' r8 <fis' d'>8 e' d'16 cis' b a g fis r8 fis4. ~ | fis1. | fis'^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 fis'1.^\fermata | fis ~ | fis4 r4 fis16 g a b cis' d' e'8 <fis' d'> r8 fis'4 ~ | fis' b'2 ~ <b' g' e'> <fis' d' b>8 <cis' a fis> ~ | fis8 r8 e4 ~ <e g b>1 ~ | %% 41-43 b1 r8 <b d' fis'>4. ~ | <b d' fis'> <e' cis' a>16 <d' b g> <cis' a fis> r16 fis2.. | \time 4/1 r1^\markup { \italic \with-color #red "Largo" } <fis b>\breve ~ fis1 ~ | %% 44-45 fis\breve ~ <fis b>\breve ~ | <fis b>\breve ~ b\breve ~ | \break %% 46-48 b1 fis\breve ~ fis1 ~ | fis\longa^\markup { \italic \with-color #red "a tempo" } ~ | \time 3/2 fis1 s2^\fermata \bar "|." \break } altoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 fis'\breve_\( cis'\)_( | %% 2-3 fis'\)_\( cis'\)_\( | cis'\breve\)_\( fis'\breve\) ~ | \break %% 4-6 fis'\breve r\breve | \time 3/2 \repeat percent 6 { <fis fis'>8-. b-. } \repeat percent 6 { <fis fis'>8-. cis'-. } | \break %% 7-10 fis1._\( | e\)_\( | fis\)_\( | e\)_\( | \break %% 11- <e g b>1\) ~ e4 r8 fis8 ~ | <fis a cis'>8 <b d' fis'> <e' g' b'>2 ~ b'2 fis'4 ~ | fis' r8 <fis' d'>8 e' d'16 cis' b a g fis r8 fis4. ~ | fis1. | fis'^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 fis'1.^\fermata | fis ~ | fis4 r4 fis16 g a b cis' d' e'8 <fis' d'> r8 fis'4 ~ | fis' b'2 ~ <b' g' e'> <fis' d' b>8 <cis' a fis> ~ | fis8 r8 e4 ~ <e g b>1 ~ | %% 41- b1 r8 <b d' fis'>4. ~ | <b d' fis'> <e' cis' a>16 <d' b g> <cis' a fis> r16 fis2.. | \time 4/1 \tempo 4 = 46 r1 <fis b>\breve ~ fis1 ~ | %% 44-45 fis\breve ~ <fis b>\breve ~ | <fis b>\breve ~ b\breve | \break %% 46-48 b1 fis\breve ~ fis1 ~ | \tempo 4 = 92 fis\longa ~ | \time 3/2 fis1 s2^\fermata \bar "|." \break } %%% end alto-midi %%% %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% tenorVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa %% 2-3 fis\breve\melisma b | fis\breve b ~ | \break %% 4-6 b8\melismaEnd r8 b2.~\melisma b\breve \tuplet 3/2 { f4 fis f fis f fis\melismaEnd } | \time 3/2 r16 cis'4.. e'4.( d'8) fis'4\( g'4_~ | g'4.\) r8 cis'4 g8.\( g g g\) | \break %% 7-10 d'2 e'4\( cis'4.\) b8 d'4 ~ | d'4 e'2. r8 cis'4. | d'4. d'8\( b4.\) r4 b4. | r4. cis'4. d'4\( e'2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21- r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r8^\fermata cis'4.^\markup { \column { " " " " \line {\hspace #-12 \with-color #blue { \huge \italic "a cappella" with Tenor and Bass}}} } r16 cis'8 r16 cis'2. | fis2 e4 cis2\( d4 | cis2\) d4 cis'2. | e'2( cis'8 a) g4( e2) | r4. cis2 fis4 cis'4.\( | \break %% 31-35 cis'\) r8 cis2 fis | cis'2 r8 e'2 fis'4. ~ | fis'1.^\fermata | r1^\fermata c'2\melisma | cis'1 c'4.\melismaEnd r8 | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 b2^\markup { \italic \with-color #red "Largo" } cis'4.. d'4. a4. r16 cis'4 a2 r4. fis'8.\(_( d' b) a fis4.\) | \break %% 44-45 cis'4 fis'4( d' b) r4 a fis2. cis r1 | d2 e4. fis2.. r2 cis'4 d'2 cis'8( b a g) fis2 ~ | \break %% 46-48 fis r8 e4 g b8 d'4. r8 cis'4 d'2 cis'8( b a g) fis1 | cis\breve^\markup { \italic \with-color #red "a tempo" } \melisma fis\breve ~ | \time 3/2 fis1\melismaEnd s2^\fermata \undo \hide Staff.BarLine \bar "|." \break } tenorVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny %% ɔ __ This isn't Texi-Only, So, It's a reson. %% For get Two files(html,pdf) from One file. n __ m __ In "times of" sad -- ness And dis -- ap -- point -- ment, Stay gen -- tly as time passes Only one per -- son, only one per -- son. %% Even the lone -- some days %% And trem -- bling days, %% Stay gen -- tly as time passes %% Only one per -- son, only one per -- son. In the room, Passing the lone -- li -- ness of living, Without lighting, only one per -- son Bear -- ing, only one person. m __ With peo -- ple coming and going Lone -- li -- ness of living and good bye, I "could not" "say it," only one per -- son The way of life, only one per -- son. m __ } tenorVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa %% 2-3 fis\breve\melisma b | fis\breve b ~ | \break %% 4-6 b8\melismaEnd r8 b2.~\melisma b\breve \tuplet 3/2 { f4 fis f fis f fis\melismaEnd } | \time 3/2 r16 cis'4.. e'4.( d'8) fis'4\( g'4_~ | g'4.\) r8 cis'4 g8.\( g g g\) | \break %% 7-10 d'2 e'4\( cis'4.\) b8 d'4 ~ | d'4 e'2. r8 cis'4. | d'4. d'8\( b4.\) r4 b4. | r4. cis'4. d'4\( e'2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r8^\fermata cis'4. r16 cis'8 r16 cis'2. | fis2 e4 cis2\( d4 | cis2\) d4 cis'2. | e'2( cis'8 a) g4( e2) | r4. cis2 fis4 cis'4.\( | \break %% 31-35 cis'\) r8 cis2 fis | cis'2 r8 e'2 fis'4. ~ | fis'1.^\fermata | r1^\fermata c'2\melisma | cis'1 c'4.\melismaEnd r8 | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 \tempo 4 = 46 b2 cis'4.. d'4. a4. r16 cis'4 a2 r4. fis'8.\(_( d' b) a fis4.\) | \break %% 44-45 cis'4 fis'4( d' b) r4 a fis2. cis r1 | d2 e4. fis2.. r2 cis'4 d'2 cis'8( b a g) fis2 ~ |\break %% 46-48 fis r8 e4 g b8 d'4. r8 cis'4 d'2 cis'8( b a g) fis1 | \tempo 4 = 92 cis\breve\melisma fis\breve ~ | \time 3/2 fis1\melismaEnd s2^\fermata \bar "|." \break } %% %%% Instruments tenor = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 \repeat percent 2 { << { g4 fis e d2 r8 a4 g fis e2 r8 b4 a g fis2 } \\ { <cis e>4.\( <g, b,>1\) <d fis>4.\( <a, cis>1\) <e g>4\( <b, d>1\) } >> } %% 2-3 << { fis4\repeatTie g a b2 r8 g4 a b cis'2 r8 a4 b cis' d'2 ~ } \\ { <b, d>1\repeatTie\( <e g>4\) <cis e>1\( <fis a>4.\) <d fis>1\( <g b>4.\) ~ } >> %% 4-6 << { d'1 r1 } \\ { <g b>\breve } >> r\breve | \time3/2 \repeat percent 6 { <d d'>8-. g-. } \repeat percent 6 { <d d'>8-. a-. } | \break %% 7-10 \override NoteHead.font-size = #-3 d1._\( ^\markup { \tiny \italic {Additional performance: Only;one or two instruments.}} | cis\)_\( | d\)_\( | cis\)_\( \revert NoteHead.font-size | \break %% 11-15 <cis e g>1\)^\markup {\italic "Revert"} ~ cis4 r8 d8 ~ | <d fis a> <g b d'> <cis' e' g'>2 ~ g'2 d'4 ~ | d' r4 <b d'>8 cis' b16 a g fis e d r8 d4 ~ | d1. | d'1.^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 d'1.^\fermata | d ~ | d4. r8 d16 e fis g a b cis'8 <b d'> r8 d'4 ~ | d' g'2 ~ <cis' e' g'> <d' b g>8 <a fis d> | d8 r8 ~ cis4 <cis e g>1 ~ | \break %% 41-43 e1 r8 <e g b>4. ~ | <e g b> <fis a cis'>16 <g b d'> <a cis' e'> r16 fis'2.. | \time 4/1 r1^\markup { \italic \with-color #red "Largo" } <b fis>\breve ~ fis1 ~ | \break %% 44-45 fis\breve ~ <fis b>\breve ~ | <fis b>\breve ~ b\breve ~ | \break %% 46-48 b1 fis\breve ~ fis1 ~ | fis\longa ^\markup { \italic \with-color #red "a tempo" } ~ | \time 3/2 fis1 s2^\fermata \bar "|." \break } %%% end tenor sheet. %%% tenorM = { \autoBeamOff \partial 2 r2^\fermata | %% 1 \time 4/1 \repeat percent 2 { << { g4 fis e d2 r8 a4 g fis e2 r8 b4 a g fis2 } \\ { <cis e>4.\( <g, b,>1\) <d fis>4.\( <a, cis>1\) <e g>4\( <b, d>1\) } >> } %% 2-3 << { fis4\repeatTie g a b2 r8 g4 a b cis'2 r8 a4 b cis' d'2 ~ } \\ { <b, d>1\repeatTie \( <e g>4\) <cis e>1\( <fis a>4.\) <d fis>1\( <g b>4.\) ~ } >> %% 4-6 << { d'1 r1 } \\ { <g b>\breve } >> r\breve | \time 3/2 \repeat percent 6 { <d d'>8-. g-. } \repeat percent 6 { <d d'>8-. a-. } | \break %% 7-10 d1._\( | cis\)_\( | d\)_\( | cis\)_\( | \break %% 11- <cis e g>1\) ~ cis4 r8 d8 ~ | <d fis a> <g b d'> <cis' e' g'>2 ~ g'2 d'4 ~ | d' r4 <b d'>8 cis' b16 a g fis e d r8 d4 ~ | d1. | d'1.^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 d'1.^\fermata | d ~ | d4. r8 d16 e fis g a b cis'8 <b d'> r8 d'4 ~ | d' g'2 ~ <cis' e' g'> <d' b g>8 <a fis d> ~ | d8 r8 ~ cis4 <cis e g>1 ~ | \break %% 41-43 e1 r8 <e g b>4. ~ | <e g b> <fis a cis'>16 <g b d'> <a cis' e'> r16 fis'2.. | \time 4/1 \tempo 4 = 46 r1 <b fis>\breve ~ fis1 ~ | \break %% 44-45 fis\breve ~ <fis b>\breve ~ | <fis b>\breve ~ b\breve ~ | \break %% 46-48 b1 fis\breve ~ fis1 ~ | \tempo 4 = 92 fis\longa ~ | \time 3/2 fis1 s2^\fermata \bar "|." \break } %%% end tenor-midi %%% %%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% %% baritone = { %% \autoBeamOff %% \partial 2 r2^\fermata | %% %% 1-2 %% \time 4/1 %% } %% %%% 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 %% } %% %% baritoneM = { %% \autoBeamOff %% \partial 2 r2^\fermata | %% %% 1-2 %% \time 4/1 %% } %% %%% end baritone midi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% %%%%%%% bass; part %%%%%%%%%%%%%%%% bassVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa %% 2-3 b,\breve\melisma e | b, e ~ | %% 4-6 %% e8\melismaEnd r8 e2.~\melisma e\breve cis1\melismaEnd | e8\melismaEnd r8 e2.~\melisma e\breve \tuplet 3/2 {c4 cis c cis c cis\melismaEnd } | \time 3/2 r16 fis4.. a4.( g8) b4\( cis'4_~ | cis'4.\) r8 fis4 cis8.\( cis cis cis\) | \break %% 7-10 r4 g2 a4. fis4 r8 | a2 g2. fis4 | g4. g4\( e\) r8 e2 | r4. fis4. g4\( a2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21- r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r4.^\fermata cis2 cis8 b,2 | r4 fis4( b4.) b8 cis'2\( | cis'4 d'2\) cis'4 b4( a | g4.) fis4( cis2) d4. | fis r4 d2 cis4. | \break %% 31-35 b,2. r4 cis2 | fis r4 a2 b4 | cis'1.^\fermata | r1^\fermata cis2\melisma | c1 cis4.\melismaEnd r8 | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41-43 r1. | r1. | \time 4/1 e2^\markup { \italic \with-color #red "Largo" } r4 fis4.( e) fis2 r8 fis8 e2 r4 d4( cis b, a,) | \break %% 44-45 cis8 r4 b,8( cis d e fis g4) r8 g4 r8 a2 b2. r1 | d4 cis2 b,2.. r2 cis4 a, cis4_( d8 e fis g a b) cis'4. ~ | \break %% 46-48 cis' r4 a,4 cis e8 g4. r8 fis4 g2 fis8( e d cis) b,1 | cis\breve^\markup { \italic \with-color #red "a tempo" } \melisma fis\breve_~ | \time 3/2 fis1\melismaEnd s2^\fermata \undo \hide Staff.BarLine \bar "|." \break } bassVoiceL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny %% ɔ This isn't Texi-Only, So, It's a reson. %% For get Two files(html,pdf) from One file. n __ m __ In "times of" sad -- ness And dis -- ap -- point -- ment, Stay gently as time passes Only one per -- son, only one per -- son. %% Even the lone -- some days %% And trem -- bling days, %% Stay gen -- tly as time passes %% Only one per -- son, only one per -- son. In the room, Passing the lone -- li -- ness of living, Without light -- ing, only one person Bear -- ing, only one person. m __ With people coming and going "Loneliness" of living and good bye, I "could not" "say it," only one per -- son The way of life, only one per -- son. m __ } bassVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa %% 2-3 b,\breve\melisma e | b, e ~ | %% 4-6 e8\melismaEnd r8 e2.~\melisma e\breve \tuplet 3/2 {c4 cis c cis c cis\melismaEnd } | \time 3/2 r16 fis4.. a4.( g8) b4\( cis'4_~ | cis'4.\) r8 fis4 cis8.\( cis cis cis\) | \break %% 7-10 r4 g2 a4. fis4 r8 | a2 g2. fis4 | g4. g4\( e\) r8 e2 | r4. fis4. g4\( a2\) | \break %% 11-15 r1. | r1. | r1. | r1. | r1. | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21- r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r4.^\fermata cis2 cis8 b,2 | r4 fis4( b4.) b8 cis'2\( | cis'4 d'2\) cis'4 b4( a | g4.) fis4( cis2) d4. | fis r4 d2 cis4. | \break %% 31-35 b,2. r4 cis2 | fis r4 a2 b4 | cis'1.^\fermata | r1^\fermata cis2\melisma | c1 cis4.\melismaEnd r8 | \break %% 36-40 r1. | r1. | r1. | r1. | r1. | \break %% 41- r1. | r1. | \time 4/1 \tempo 4 = 46 e2 r4 fis4.( e) fis2 r8 fis8 e2 r4 d4( cis b, a,) | \break %% 44-45 cis8 r4 b,8( cis d e fis g4) r8 g4 r8 a2 b2. r1 | d4 cis2 b,2.. r2 cis4 a, cis4_( d8 e fis g a b) cis'4. ~ | \break %% 46-48 cis' r4 a,4 cis e8 g4. r8 fis4 g2 fis8( e d cis) b,1 | \tempo 4 = 92 cis\breve\melisma fis\breve_~ | \time 3/2 fis1\melismaEnd s2^\fermata \bar "|." \break } %% %%% Instruments bass = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 cis\breve_\( fis\)_\( | %% 2-3 cis\)_\( fis\)_~ | fis\breve_\( cis\)_~ | \break %% 4-6 cis r\breve | \time 3/2 %% \repeat percent 6 { <g, g>8-. cis-. } %% \repeat percent 6 { <g, g>8-. d-. } | \break \repeat percent 6 { cis8-. <g, g>-. } \repeat percent 6 { d8-. <g, g>-. } | \break %% 7-10 \override NoteHead.font-size = #-3 g,1._\( ^\markup { \tiny \italic {Additional performance: Only;one or two instruments.}} | fis,\)_\( | g,\)_\( | fis,\)_\( \revert NoteHead.font-size | \break %% 11-15 <fis, a, cis>1\)^\markup {\italic "Revert"} ~ fis,4 r8 g,8 ~ | <g, b, d>8 <cis e g> <fis a cis'>2 ~ cis'2 g4 ~ | g r4 <e g>8 fis e16 d cis b, a, g, r8 g,4 ~ | g,1. | g1.^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 g1.^\fermata | g, ~ | g,4. r8 g,16 a, b, cis d e fis8 <e g>8 r8 g4 ~ | g cis'2 ~ <fis a cis'> <cis e g>8 <d b, g,> ~ | g, r8 fis,4 ~ <fis, a, cis>1 ~ | \break %% 41-43 a, r8 <a, cis e>4. ~ | <a, cis e> <b, d fis>16 <cis e g> <d fis a> r16 b2.. | \time 4/1 r1^\markup { \italic \with-color #red "Largo" } <cis fis>\breve ~ cis1 ~ | \break %% 44-45 cis\breve ~ <cis fis>\breve ~ | <cis fis>\breve ~ fis\breve ~ | \break %% 46-48 fis1 cis\breve ~ cis1 ~ | cis\longa^\markup { \italic \with-color #red "a tempo" } ~ | \time 3/2 cis1 s2^\fermata \bar "|." \break } %%% end bass-sheet %%% bassM = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 cis\breve_\( fis\)_\( | %% 2-3 cis\)_\( fis\)_~ | fis\breve_\( cis\)_~ | \break %% 4-6 cis r\breve | \time 3/2 \repeat percent 6 { cis8-. <g, g>-. } \repeat percent 6 { d8-. <g, g>-. } | \break %% 7-10 g,1._\( | fis,\)_\( | g,\)_\( | fis,\)_\( | \break %% 11- <fis, a, cis>1\) ~ fis,4 r8 g,8 ~ | <g, b, d>8 <cis e g> <fis a cis'>2 ~ cis'2 g4 ~ | g r4 <e g>8 fis e16 d cis b, a, g, r8 g,4 ~ | g,1. | g1.^\fermata | \break %% 16-20 r1. | r1. | r1. | r1. | r1. | \break %% 21-25 r1. | r1. | r1. | r1. | r1. | \break %% 26-30 r1. | r1. | r1. | r1. | r1. | \break %% 31-35 r1. | r1. | r1. | r1. | r1. | \break %% 36-40 g1.^\fermata | g, ~ | g,4. r8 g,16 a, b, cis d e fis8 <e g>8 r8 g4 ~ | g cis'2 ~ <fis a cis'> <cis e g>8 <d b, g,> ~ | g, r8 fis,4 ~ <fis, a, cis>1 ~ | \break %% 41-43 a, r8 <a, cis e>4. ~ | <a, cis e> <b, d fis>16 <cis e g> <d fis a> r16 b2.. | \time 4/1 \tempo 4 = 46 r1 <cis fis>\breve ~ cis1 ~ | \break %% 44-45 cis\breve ~ <cis fis>\breve ~ | <c fis>\breve ~ fis\breve ~ | \break %% 46-48 fis1 cis\breve ~ cis1 ~ | \tempo 4 = 92 cis\longa ~ | \time 3/2 cis1 s2^\fermata \bar "|." \break } %%% end bass-midi %%% %%%%%%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run--makeinfo, Previous: only-alonecv.ly, Up: Top
only-alone.texi%% 1:55 PM Monday, December 20, 2021 %% YUkio Yoshida. \input colordvi.tex \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename only-alone.info @settitle Only-alone @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 * only-alone --- Music Sheet: Music Sheet. * only-alone.ly --- Source code framework: only-alone.ly. * only-alonecv.ly --- Source code notes: only-alonecv.ly. * only-alone.texi --- Source code document: only-alone.texi. * run--makeinfo --- Source code run-file: run--makeinfo. @end menu @html • <a href="only-alone.tar.gz">only-alone.tar.gz</a> (All-files;<11,200bytes)<br /> @end html @html <br />              <a href="only-alone.mid">only-alone.midi</a> , <a href="only-alone.pdf">only-alone.pdf</a> , <p align = "center"> <a href="only-alone.mp3">Sound is mp3.</a><br /> <audio src="only-alone.mp3" controls> Download <a href="only-alone.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, only-alone.ly, Top, Top @comment node-name, next, previous, up @end ifnottex @unnumbered Music Sheet @html <div align="center"> <a href="only-alone-page.pdf"> @end html @ifhtml @image{only-alone-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="only-alone-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="only-alone-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="only-alone-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="only-alone-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="only-alone-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="only-alone-7.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="only-alone-8.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> @end html @end ifhtml @html </a></div> @end html @ifnottex @node only-alone.ly, only-alonecv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript score file. @html <blockquote><blockquote> <b><i>only-alone.ly</i></b> @end html @verbatiminclude only-alone.ly @html </blockquote></blockquote> @end html @ifnottex @node only-alonecv.ly, only-alone.texi, only-alone.ly, Top @comment ode-name, next, previous, up @end ifnottex @unnumbered My manuscript score sub file @html <blockquote><blockquote> <b><i>only-alonecv.ly</i></b> @end html @verbatiminclude only-alonecv.ly @html </blockquote></blockquote> @end html @ifnottex @node only-alone.texi, run--makeinfo, only-alonecv.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript file @html <blockquote><blockquote> <b><i>only-alone.texi</i></b> @end html @verbatiminclude only-alone.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , only-alone.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: only-alone.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
This is under the following environment.
"Ubuntu[on WSL(windows10)]
—Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)—"