Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
[file-code; "UTF-8"] | ||
---|---|---|
• road-16 — Music Sheet | ||
• road-16.ly — Source code framework | ||
• road-16cv.ly — Source code notes | ||
• road-16.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: road-16.ly, Previous: Top, Up: Top
Next: road-16cv.ly, Previous: Music Sheet, Up: Top
road-16.ly%% Yukio Yoshida. %% 5:50 AM Tuesday, October 19, 2021 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LilyPond "\book format" use. \version "2.22.1" #(set-default-paper-size "letter") #(set-global-staff-size 18) \include "Road-16cv.ly" %%\include "grace-soprano.ly" \book{ \bookpart{ %% #I Caver's title \markup{ \vspace #-.5 } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #(let* ((port (open-output-file "sheet-title-line.eps"))) (display "%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 10 10 580 810 %%HiResBoundingBox: 10.00 10.00 580.00 810.00 %%Creator: GPL Ghostscript 950 (eps2write) %%LanguageLevel: 2 %%CreationDate: D:20200613101749+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-16) false charpath 3 setlinewidth stroke" port ) (close port)) %Trailer %% end make sheet-title-line.eps -------- \markup { \center-column { \epsfile #X #124 #"sheet-title-line.eps" \vspace #-6 %% Under of Title letters \line { \bold \italic \tiny "The dynamic of performance is freedom(the conductor's) discretion." } }} }%% end bookpart I \pageBreak \bookpart{ %% II \header { dedication = \markup { \italic " " } title = \markup{ \line { \italic \huge "Time cancels everything"} } subtitle = \markup{ \center-column { \italic "c major; c d e f g a b" } } 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.107\hspace #1 09/01/2019} } copyright = "public Domain" meter = \markup { \column { \line { \hspace #18 \tiny \italic \column { \bold { \tiny " Baritone Sol; Voice Words" } " [ Time cancels everything ]" \raise #1 "1)" \raise #2 "The footprints that existed" \raise #3 "Disappear with death" \raise #4 "Loneliness,sadness,tears shed," \raise #5 "Disappears instantly with death " }\hspace #11 \teeny \italic \column { \vspace #2.4 \raise #1 "2)" \raise #2 "Everything was alive, it was" \raise #3 "Without knowing why" \raise #4 "Disappear and disappear" \raise #5 " " \vspace #1 }\hspace #13 \teeny \italic \column { \vspace #2.4 \raise #1 "3)" \raise #2 "Eternal lasting is not allowed" \raise #3 "Only now will last" \raise #4 "Constantly only now appears" \raise #5 "Only now continues" }} %% \line {\hspace #20 \lower #2 { %% \musicglyph #"noteheads.s2blackpetrucci"}\hspace #.5 %% \lower #2.6 \tiny \italic { %% If you are able to do anything, please to dance %% ( Modern dance and all free!! OK through the whole score. )} %% " " } \vspace #2 } } }%% End header %% get sheet music --------------------------------------------------- \score { << %% \context ChoirStaff = "FourPartStaffaddchorus" << \context StaffGroup << \context Voice = "soprano" { \clef soprano \key c\major \time 3/2 \set Staff.instrumentName = "soprano" \soprano } \context Voice = "sopranoVocal" { \clef soprano \key c\major \time 3/2 \set Staff.fontSize = #-3 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "Voice; sop " \VoiceColorBlue { \sopranoVoice } } \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceL } \context Voice = "alto" { \clef alto \key c\major \time 3/2 \set Staff.instrumentName = "alto " \alto } \context Voice = "altoVocal" { \clef alto \key c\major \time 3/2 \set Staff.fontSize = #-3 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "Voice; alt " \VoiceColorBlue { \altoVoice } } \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceL } \context Voice = "tenor" { \clef tenor \key c\major \time 3/2 \set Staff.instrumentName = "tenor " \tenor } \context Voice = "tenorVocal" { \clef tenor \key c\major \time 3/2 \set Staff.fontSize = #-3 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "Voice; tenor " \VoiceColorBlue { \tenorVoice } } \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceL } \context Voice = "baritone" { \clef baritone \key c\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 c\major \time 3/2 \set Staff.instrumentName = "bass " \bass } \context Voice = "bassVocal" { \clef bass \key c\major \time 3/2 \set Staff.fontSize = #-3 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "Voice; bass " \VoiceColorBlue { \bassVoice } } \new Lyrics = "mainBL" \lyricsto "bassVocal" { \bassVoiceL } >> >> \layout { \context { \RemoveEmptyStaffContext \override VerticalAxisGroup #'remove-first = ##t } } } %%% get midi music \score { << \context ChoirStaff = "FourPartStaffaddchorus" << \context Voice = "soprano" { \clef soprano \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "soprano" \unfoldRepeats \sopranoM } \context Voice = "sopranoVocal" { \clef soprano \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "Voice; sop " \VoiceColorBlue { \sopranoVoiceM } } %% \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceLM } \context Voice = "alto" { \clef alto \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "alto " \unfoldRepeats \altoM } \context Voice = "altoVocal" { \clef alto \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "Voice; alt " \VoiceColorBlue { \altoVoiceM } } %% \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceLM } \context Voice = "tenor" { \clef tenor \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "tenor " \unfoldRepeats \tenorM } \context Voice = "tenorVocal" { \clef tenor \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "Voice; tenor " \VoiceColorBlue { \tenorVoiceM } } %% \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceLM } \context Voice = "baritone" { \clef baritone \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = \markup { \column { \with-color #blue "baritone " \tiny \with-color #blue "Solo; singer" } } \BaritoneSol { \baritoneM } } \context Voice = "bass" { \clef bass \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "bass " \unfoldRepeats \bassM } \context Voice = "bassVocal" { \clef bass \key c\major \time 3/2 \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.instrumentName = "Voice; bass " \VoiceColorBlue { \bassVoiceM } } %% \new Lyrics = "mainBL" \lyricsto "bassVocal" { \bassVoiceLM } >> >> \midi { tempoWholesPerMinute = #(ly:make-moment 46 4) } } %%%%%%%%% %% \markup { " " } %%\pageBreak %% since, Even-Page. %% \markup { \null } %%%%%% \pageBreak \markup { " " } \markup { \vspace #4 " " } \markup { " " } %% \markup { \vspace #4 } \markup { \column { \line { About location \hspace #3 \musicglyph #"noteheads.uM2"(longa) \hspace #2 and \hspace #3 \musicglyph #"noteheads.sM1"(breve) } \line { \hspace #4 \italic "Please, Breath of longa and breve do in the members alternating (But, like Don't stand out). " } } } \markup { \vspace #.5 } \markup { " " } \markup { \line { At location \musicglyph #"scripts.ufermata", \hspace #1 \italic " Always, please look at the conductor(or baton). " } } \markup { " " } \markup { \with-color #blue {ɑ , ɔ , ɔː , m , n}(pronunciation-symbol); \hspace #1 \italic "To cearly distinguish pronunciation." } \markup { \vspace #1 } \markup { Chorus Word\italic"(from Réquiem) ; " \hspace #1 \bold \italic "Agnus Déi, dóna éis réquiem." } %%%%%%%% }%% 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/2019/road-16.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}%% end bokkpart III, End book %%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \markup { \column { "Name; road-16.y" %%%% %%%%% \verbatim-file #"road-16.ly" } } %%%% %%%%% \markup { \column { "Name; road-16cv.ly" %%%% %%%%% \verbatim-file #"road-16cv.ly" } } %%%% %%%%% \markup { \column { "Name; run--makeinfo-svg.cmd" %%%% %%%%% \verbatim-file #"run--makeinfo-svg.cmd" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: road-16.texi, Previous: road-16.ly, Up: Top
road-16cv.ly%% Yukio Yoshida. %% 5:50 AM Tuesday, October 19, 2021 %% Part Vocal;; Start: \hide Staff.BarLine %% and end: \undo \hide Staff.BarLine \bar "|." \break %% And \score{ \context StaffGroup << } !! %% !! only road-16cv.ly; don't write "\undo \hide Staff.BarLine \bar "|."" %% !! Only Baritone-Score is OK(do it)!! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% If you want to change of color, then do see! in %% "define-grobs.scm"(lilypond's system file) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.22.1" %% This is system-files and for midi's effect \include "articulate.ly" %% But here isn't use. See----> midi block %% for sheet-music #(set-default-paper-size "letter") #(set-global-staff-size 18) BaritoneSol = { \override Staff.StaffSymbol #'color = #blue \override Staff.LedgerLineSpanner #'color = #blue \override Staff.Clef #'color = #blue \override Staff.TimeSignature #'color = #blue \override Staff.KeySignature #'color = #blue \override Staff.BarLine #'color = #blue \override Voice.NoteHead #'color = #blue \override Voice.Rest #'color = #blue \override Voice.Stem #'color = #blue \override Voice.Flag #'color = #blue \override Voice.Beam #'color = #blue \override Voice.Slur #'color = #blue \override Voice.PhrasingSlur #'color = #blue \override Voice.Tie #'color = #blue \override Voice.Dots #'color = #blue \override Voice.Script #'color = #blue \override Voice.Accidental #'color = #blue \override Voice.DynamicLineSpanner #'color = #blue \override Voice.DynamicText #'color = #blue \override Voice.DynamicTextSpanner #'color = #blue \override Voice.TupletNumber #'color = #blue \override Voice.TupletBracket #'color = #blue \override Voice.BreathingSign #'color = #blue \override Voice.PercentRepeat #'color = #blue \override Voice.RepeatSlash #'color = #blue } VoiceColorBlue = { \override Staff.StaffSymbol #'color = #blue \override Staff.LedgerLineSpanner #'color = #blue \override Staff.Clef #'color = #blue \override Staff.TimeSignature #'color = #blue \override Staff.KeySignature #'color = #blue \override Staff.BarLine #'color = #blue \override Voice.NoteHead #'color = #blue \override Voice.Rest #'color = #blue \override Voice.Stem #'color = #blue \override Voice.Flag #'color = #blue \override Voice.Beam #'color = #blue \override Voice.Slur #'color = #blue \override Voice.PhrasingSlur #'color = #blue \override Voice.Tie #'color = #blue \override Voice.Dots #'color = #blue \override Voice.Script #'color = #blue \override Voice.Accidental #'color = #blue \override Voice.DynamicLineSpanner #'color = #blue \override Voice.DynamicText #'color = #blue \override Voice.DynamicTextSpanner #'color = #blue \override Voice.TupletNumber #'color = #blue \override Voice.TupletBracket #'color = #blue \override Voice.BreathingSign #'color = #blue \override Voice.PercentRepeat #'color = #blue \override Voice.RepeatSlash #'color = #blue } VoiceColorBlueRevert = { \revert Voice.NoteHead #'color \revert Voice.Rest #'color \revert Voice.Stem #'color \revert Voice.Flag #'color \revert Voice.Beam #'color \revert Voice.Slur #'color \revert Voice.PhrasingSlur #'color \revert Voice.Tie #'color \revert Voice.Dots #'color \revert Voice.Script #'color \revert Voice.Accidental #'color \revert Voice.DynamicLineSpanner #'color \revert Voice.DynamicTextSpanner #'color \revert Voice.DynamicText #'color \revert Voice.TupletNumber #'color \revert Voice.TupletBracket #'color \revert Voice.BreathingSign #'color \revert Voice.BreathingSign #'color \revert Voice.PercentRepeat #'color \revert Voice.RepeatSlash #'color } Solo=^\markup { \with-color #red \box { \pad-around #0.5 {\teeny \italic "Solo"} } } Tutti=^\markup { \with-color #blue { \override #'(box-padding . 0.5) \override #'(thickness . 2) \rounded-box { {\teeny \italic "Tutti"} } } } VoiceColorRed = { \override Voice.NoteHead #'color = #red \override Voice.Rest #'color = #red \override Voice.Stem #'color = #red \override Voice.Dots #'color = #red } VoiceColorRedRevert = { \revert Voice.NoteHead #'color \revert Voice.Rest #'color \revert Voice.Stem #'color \revert Voice.Dots #'color } \paper { %% ragged-last-bottom = ##f } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% %%%%{ %%% Road-16 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% sopranoVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e'2 %% ^\markup { %% \raise #3 \hspace #-8 \bold \with-color # red "Chorus" %% \hspace #4 \italic "Only Chorus, Do not play with instruments" } e'4 f'2 f'4 | r4 c''4. c''4 b'4. a'4 | g'2 e'2 c'2 ~ | c'2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \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 A -- gnus Dé -- i, dó -- na é -- is ré -- qui -- em. } sopranoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e'2 e'4 f'2 f'4 | r4 c''4. c''4 b'4. a'4 | g'2 e'2 c'2 ~ | c'2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \bar "|." \break } %%%%} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments part soprano = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { f'2 b' g' c'' a' d'' b' e'' ~ } \\ { c'\longa ~ } >> | \noBreak << { e''2 b' d'' a' c'' g' b' f'} \\ { c'\longa ~ } >> | \break %% 3-6 \time 3/2 << { s2 } \\ { c'2 } >> r1 | \repeat percent 3 { \acciaccatura { c''32 b' } r8 e'4. \acciaccatura { d''32 c'' } r8 f'4. \acciaccatura { e''32 d'' } r8 g'4. } | \break %% 7-10 g'1.\repeatTie | f' | e'1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 <b'' b'>16 <a'' a'> <g'' g'> <f'' f'> <e'' e'> <d'' d'>r4. <b'' b'>16 <a'' a'> <g'' g'> <f'' f'> <e'' e'> <d'' d'>r4. | f'1. | r1. | r1. | \break %% 19-22 r1. | r1. | f'8 g' c''4. r8 d''8 c'' b' a' g' f' | <e' c'>2. <f' a'>_~ | \break %% 23-26 <f' d''>2. c''8 b' a' g' f' e' | d'8 <c' f'>4. r1 | r1. | f'8 b' c''4 r4 a'8 e'8 d'4 r4 | \break %% 27-30 r1 c'2 ~ | <c' f'>1. ~ | \time4/1 <c' f'>\longa ~ | \time 3/2 <c' f'>1 s2 \bar "|." \break } %%% end Soprano sheet. sopranoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { f'2 b' g' c'' a' d'' b' e'' ~ } \\ { c'\longa ~ } >> | \noBreak << { e''2 b' d'' a' c'' g' b' f'} \\ { c'\longa ~ } >> | \break %% 3-6 \time 3/2 << { s2 } \\ { c'2 } >> r1 | \repeat percent 3 { \acciaccatura { c''32 b' } r8 e'4. \acciaccatura { d''32 c'' } r8 f'4. \acciaccatura { e''32 d'' } r8 g'4. } | \break %% 7-10 g'1.\repeatTie | f' | e'1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 <b'' b'>16 <a'' a'> <g'' g'> <f'' f'> <e'' e'> <d'' d'>r4. <b'' b'>16 <a'' a'> <g'' g'> <f'' f'> <e'' e'> <d'' d'>r4. | f'1. | r1. | r1. | \break %% 19-22 r1. | r1. | f'8 g' c''4. r8 d''8 c'' b' a' g' f' | <e' c'>2. <f' a'>_~ | \break %% 23-26 <f' d''>2. c''8 b' a' g' f' e' | d'8 <c' f'>4. r1 | r1. | f'8 b' c''4 r4 a'8 e'8 d'4 r4 | \break %% 27-30 r1 c'2 ~ | <c' f'>1. ~ | \time4/1 <c' f'>\longa ~ | \time 3/2 <c' f'>1 s2 \bar "|." \break } %%% end Soprano midi. %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%% %%%%{ %%% Road-16 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% altoVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e'2 e'4 f'2 f'4 | r4 c''4. c''4 b'4. a'4 | g'2 e'2 c'2 ~ | c'2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \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 A -- gnus Dé -- i, dó -- na é -- is ré -- qui -- em. } altoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e'2 e'4 f'2 f'4 | r4 c''4. c''4 b'4. a'4 | g'2 e'2 c'2 ~ | c'2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \bar "|." \break } %%%%} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments alto = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { b e' c' f' d' g' e' a' ~ } \\ { f\longa ~ } >> | \noBreak << { a'2 e' g' d' f' c' e' b } \\ { f\longa ~ } >> | \break %% 3- \time 3/2 << { s2 } \\ { f2 } >> r1 | \repeat percent 3 { a4. \acciaccatura { f'32 e' } r8 b4. \acciaccatura { g'32 f' } r8 c'4. \acciaccatura { a'32 g' } r8 } | \break %% 7-10 c'1. | b | a1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 b1. | r4. <g g'>16 <a a'> <b b'> <c' c''> <d' d''> <e' e''> r4. <g g'>16 <a a'> <b b'> <c' c''> <d' d''> <e' e''> | r1. | r1. | \break %% 19-22 r1. | r1. | b8 c' f'4. r8 g'8 f' e' d' c' b | <a f>2. <b d'>_~ | \break %% 23-26 <b g'>2. f8 g a b c' d' | e' <f' c'>4. r1 | r1. | f'8 e' d' c' r4 b4 a4 r4 | \break %% 27-30 r1 c'2 ~ | <c' f'>1. ~ | \time4/1 <c' f'>\longa ~ | \time 3/2 <c' f'>1 s2 \bar "|." \break } %%% end alto sheet. altoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { b e' c' f' d' g' e' a' ~ } \\ { f\longa ~ } >> | \noBreak << { a'2 e' g' d' f' c' e' b } \\ { f\longa ~ } >> | \break %% 3-6 \time 3/2 << { s2 } \\ { f2 } >> r1 | \repeat percent 3 { a4. \acciaccatura { f'32 e' } r8 b4. \acciaccatura { g'32 f' } r8 c'4. \acciaccatura { a'32 g' } r8 } | \break %% 7-10 c'1. | b | a1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 b1. | r4. <g g'>16 <a a'> <b b'> <c' c''> <d' d''> <e' e''> r4. <g g'>16 <a a'> <b b'> <c' c''> <d' d''> <e' e''> | r1. | r1. | \break %% 19-22 r1. | r1. | b8 c' f'4. r8 g'8 f' e' d' c' b | <a f>2. <b d'>_~ | \break %% 23-26 <b g'>2. f8 g a b c' d' | e' <f' c'>4. r1 | r1. | f'8 e' d' c' r4 b4 a4 r4 | \break %% 27-30 r1 c'2 ~ | <c' f'>1. ~ | \time4/1 <c' f'>\longa ~ | \time 3/2 <c' f'>1 s2 \bar "|." \break } %%% end alto midi. %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% %%%%{ %%% Road-16 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% tenorVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e2 e4 f2 f4 | r4 c'4. c'4 b4. a4 | g2 e2 c2 ~ | c2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \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 A -- gnus Dé -- i, dó -- na é -- is ré -- qui -- em. } tenorVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e2 e4 f2 f4 | r4 c'4. c'4 b4. a4 | g2 e2 c2 ~ | c2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \bar "|." \break } %%%%} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments tenor = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { f'2 c' e' b d' a c' g ~ } \\ { d\longa ~ } >> | \noBreak << { g2 c' a d' b e' c' f' } \\ { d\longa ~ } >> | \break %% 3-6 \time 3/2 << { r2 } \\ { d2 } >> r1 | \repeat percent 3 { a4. \acciaccatura { f'32 e' } r8 g4. \acciaccatura { e'32 d' } r8 f4. \acciaccatura { d'32 c' } r8 } | \break %% 7-10 a1. | g | f1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 r1. | r1. | <c f>1.^\ppp | <d g>1.^\pp | \break %% 19-22 <c' f'>1. | <d' g'> | r1. | r1. | \break %% 23-26 r1. | r1 c2 ~ | <c e>8 <d f> <e g> <b, d>4. c4. f4. ~ | <c f>1. ~ | \break %% 27-30 <c f>1. ~ | <c f>1. ~ | \time4/1 <c f>\longa ~ | \time 3/2 <c f>1 s2 \bar "|." \break } %%% end tenor sheet. tenorM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 << { f'2 c' e' b d' a c' g ~ } \\ { d\longa ~ } >> | \noBreak << { g2 c' a d' b e' c' f' } \\ { d\longa ~ } >> | \break %% 3-6 \time 3/2 << { s2 } \\ { d2 } >> r1 | \repeat percent 3 { a4. \acciaccatura { f'32 e' } r8 g4. \acciaccatura { e'32 d' } r8 f4. \acciaccatura { d'32 c' } r8 } | \break %% 7-10 a1. | g | f1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 r1. | r1. | <c f>1.^\ppp | <d g>1.^\pp | \break %% 19-22 <c' f'>1. | <d' g'> | r1. | r1. | \break %% 23-26 r1. | r1 c2 ~ | <c e>8 <d f> <e g> <b, d>4. c4. f4. | <c f>1. ~ | \break %% 27-30 <c f>1. ~ | <c f>1. ~ | \time4/1 <c f>\longa ~ | \time 3/2 <c f>1 s2 \bar "|." \break } %%% end tenor midi. %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% baritone = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 e2 g4\( g2.\) | e8 c4.\( b,2.\) r4 | r8 e4.\( d8 c4\) d4. b,4( | a,4.) r2. c4.| \break %% 7-10 r8 c4. r8 c4. r2 | a,4. c8 e4. g b4 ~ | b4 r8 b2. r4. | c'2 a b | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 b,8 c4._\( f2\) f8_\( c4.\) | c'2 d'4.\( c'8 d'2\) | r4. f8 d4.( b,2 a,8 ~ | a,8) r8 a,4.\melisma c2 a,4\melismaEnd r8 | \break %% 19-22 r4 c'2 d' b4 ~ | b4. c8 c'2 d'2( | b) r1 | b,4 e4.( g4) r8 f4\( a4_( | \break %% 23-26 c'4.)\) d' f8_( e d c b,4 ~ | b,4) g,1\melisma c4\melismaEnd | r2 c'2( d'4) f8 c8 | f8( g a b) c2.\melisma g,4\melismaEnd | \break %% 27-30 c'2( e') g8( f e) r8 | c4. e8( f g a2.) | \time 4/1 r\longa | \time 3/2 r1 s2 \undo \hide Staff.BarLine \bar "|." \break } baritoneL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \teeny The foot -- prints that ex -- isted Dis -- ap -- pear with death "Loneliness," "sadness," "tears shed," Dis -- ap -- "pears in" -- "stantly with" death. n __ Every -- "thing was" alive, "it was" With -- out know -- ing why Dis -- ap -- pear and disappear. m __ Eter -- "nal last" -- ing is "not al" -- lowed Only now will last Con -- stantly ɔː __ only now ap -- pears ɔ __ Only now con -- tinues. } %%% end baritone sheet. baritoneM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 e2 g4\( g2.\) | e8 c4.\( b,2.\) r4 | r8 e4.\( d8 c4\) d4. b,4( | a,4.) r2. c4. | \break %% 7-10 r8 c4. r8 c4. r2 | a,4. c8 e4. g b4 ~ | b4 r8 b2. r4. | c'2 a b | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 b,8 c4._\( f2\) f8_\( c4.\) | c'2 d'4.\( c'8 d'2\) | r4. f8 d4.( b,2 a,8 ~ | a,8) r8 a,4.\melisma c2 a,4\melismaEnd r8 | \break %% 19-22 r4 c'2 d' b4 ~ | b4. c8 c'2 d'2( | b) r1 | b,4 e4.( g4) r8 f4\( a4_( | \break %% 23-26 c'4.)\) d' f8_( e d c b,4 ~ | b,4) g,1\melisma c4\melismaEnd | r2 c'2( d'4) f8 c8 | f8( g a b) c2.\melisma g,4\melismaEnd | \break %% 27-30 c'2( e') g8( f e) r8 | c4. e8( f g a2.) | \time 4/1 r\longa | \time 3/2 r1 s2 \bar "|." \break } %%% end baritone midi. %%%%%%% bass; part %%%%%%%%%%%%%%%% %%%%{ %%% Road-16 omit %%%%%%%%%%%%%%%%%%%%%%%%%%% bassVoice = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e2 e4 f2 f4 | r4 c'4. c'4 b4. a4 | g2 e2 c2 ~ | c2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \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 A -- gnus Dé -- i, dó -- na é -- is ré -- qui -- em. } bassVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | \noBreak r\longa | \break %% 3-6 \time 3/2 r1. | r1. | r1. | r1. | \break %% 7-10 r1. | r1. | r1. | r1. | \break %% 11-14 e2 e4 f2 f4 | r4 c'4. c'4 b4. a4 | g2 e2 c2 ~ | c2. r2. | \break %% 15-18 r1. | r1. | r1. | r1. | \break %% 19-22 r1. | r1. | r1. | r1. | \break %% 23-26 r1. | r1. | r1. | r1. | \break %% 27-30 r1. | r1. | \time4/1 r\longa | \time 3/2 r1 s2 \bar "|." \break } %%%%} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% Instruments bass = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { b2 f a e g d f c ~ } \\ { g,\longa ~ } >> | \noBreak << { c2 f d g e a f b } \\ { g,\longa ~ } >> | \break %% 3-6 << { s2 } \\ { g,2 } >> r1 \repeat percent 3 { \acciaccatura { b32 a } r8 d4. \acciaccatura { a32 g } r8 c4. \acciaccatura { g32 f } r8 b,4. } | \break %% 7-10 d1.\repeatTie _\markup { \italic \column { " " " " " " " " " " \line{\lower #-26 \hspace #-4 \bold \with-color # red "Chorus" \hspace #4 "Only Chorus(for bars 11--14), Do not play with instruments." }}} | c | b,1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 r1. | r1. | <f, b,>1.^\pp | <g, c>1.^\ppp | \break %% 19-22 <f b>1. | <g c'>1. | r1. | r1. | \break %% 23-26 r1. | r1 c2 ~ | <c e>8 <d f> <e g> <b, d>4. c4. f4. ~ | <c f>1. ~ | \break %% 27-30 <c f>1. ~ | <c f>1. ~ | \time4/1 <c f>\longa ~ | \time 3/2 <c f>1 s2 \bar "|." \break } %%% end bass-sheet. bassM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 << { b2 f a e g d f c ~ } \\ { g,\longa ~ } >> | \noBreak << { c2 f d g e a f b } \\ { g,\longa ~ } >> | \break %% 3-6 << { s2 } \\ { g,2 } >> r1 \repeat percent 3 { \acciaccatura { b32 a } r8 d4. \acciaccatura { a32 g } r8 c4. \acciaccatura { g32 f } r8 b,4. } | \break %% 7-10 d1.\repeatTie | c | b,1 r2 | r1. | \break %% 11-14 r1. | r1. | r1. | r1. | \break %% 15-18 r1. | r1. | <f, b,>1.^\pp | <g, c>1.^\ppp | \break %% 19-22 <f b>1. | <g c'>1. | r1. | r1. | \break %% 23-26 r1. | r1 c2 ~ | <c e>8 <d f> <e g> <b, d>4. c4. f4. | <c f>1. ~ | \break %% 27-30 <c f>1. ~ | <c f>1. ~ | \time4/1 <c f>\longa ~ | \time 3/2 <c f>1 s2 \bar "|." \break } %%% end bass-midi. %%%%%%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% Thank you. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run--makeinfo, Previous: road-16cv.ly, Up: Top
road-16.texi%% Yukio Yoshida. %% 5:50 AM Tuesday, October 19, 2021 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input colordvi.tex \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename road-16.info @settitle Road-16 @documentlanguage en @documentencoding utf-8 @setchapternewpage odd @c %**end of header @c *********** Body start ****************** @node Top, Music Sheet, ("dir"), ("dirTop") @comment node-name, next, previous, up @menu [file-code; "UTF-8"] * road-16 --- Music Sheet: Music Sheet. * road-16.ly --- Source code framework: road-16.ly. * road-16cv.ly --- Source code notes: road-16cv.ly. * road-16.texi --- Source code document: road-16.texi. * run--makeinfo --- Source code run-file: run--makeinfo. @end menu @html <br /> <div align="center"> <a href="road-16.midi">road-16.midi</a>    <a href="road-16.pdf">road-16.pdf</a> </div> <p align = "center"> <a href="road-16.mp3">Sound is mp3.</a><br /> <audio src="road-16.mp3" controls> Download <a href="road-16.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-16.ly, Top, Top @comment node-name, next, previous, up @c @top @end ifnottex @unnumbered Music Sheet @html <div align="center"> <a href="road-16.pdf"> @end html @ifhtml @image{road-16-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="road-16-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-18-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-16-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-16-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="road-16-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> </a> @end html @end ifhtml @html </div> @end html @ifnottex @node road-16.ly, road-16cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript score file. @html <blockquote><blockquote> <b><i>road-16.ly</i></b> @end html @verbatiminclude road-16.ly @html </blockquote></blockquote> @end html @ifnottex @node road-16cv.ly, road-16.texi, road-16.ly, Top @comment ode-name, next, previous, up @end ifnottex @unnumbered My manuscript score sub file. @html <blockquote><blockquote> <b><i>road-16cv.ly</i></b> @end html @verbatiminclude road-16cv.ly @html </blockquote></blockquote> @end html @ifnottex @node road-16.texi, run--makeinfo, road-16cv.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript file @html <blockquote><blockquote> <b><i>road-16.texi</i></b> @end html @verbatiminclude road-16.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , road-16.texi, Top @comment node-name, next, previous, up @end ifnottex @unnumbered run--makeinfo @html <blockquote><blockquote> <b><i>road-15.texi</i></b> @end html @verbatiminclude road-15.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , road-15.texi, Top @comment node-name, next, previous, up @end ifnottex @unnumbered run--makeinfo @html <blockquote><blockquote> <b><i>"mmanuscript.html" is created by makeinfo on Texinfo.</i></b><br /> <i>Running is on WSL(GNU/Linux 4.4.0-19041-Microsoft x86_64).</i><br /> @end html @ifhtml @html <span style="font: 16px;"> <table> <td>    <b><i>run--lily.sh</i></b><br /> <span style="color: red;"> @verbatiminclude run--lily.sh </span> </td> </table> @end html @end ifhtml This is under the following environment.@* "Ubuntu[on WSL(windows OS)]@* ---Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)---"@* @html </blockquote></blockquote> <br /> <br /> @end html @c *********** End Body ********************* @bye
Previous: road-16.texi, Up: Top
road-15.texi
"mmanuscript.html" is created by makeinfo on Texinfo.
Running is on WSL(GNU/Linux 4.4.0-19041-Microsoft x86_64).
run--lily.sh
#!/usr/bin/bash rm -r html lilypond --pdf --png $1.ly lilypond -dbackend=svg $1.ly makeinfo --no-split --force --html $1.texi mkdir html mv *.svg html/ mv *.pdf html/ mv *-page1.png html/ mv *.midi html/ mv *.html html/ cd html xdg-open $1.pdf | xdg-open $1.midi | explorer.exe $1.html cd ../ rm *.png *.eps ls -lThis is under the following environment.
"Ubuntu[on WSL(windows OS)]
—Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)—"