Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
Agnus 2019
[file-code; "ly,texi,sh are UTF-8"]
Normally; Windows & Linux "[Prompt] lilypond --pdf --png name.ly[Enter]"
And---- Only;
Linux(Prompt) $ ./run--lily.sh name[Enter](need makeinfo) ----
agnus-2019.midi(//The one below is mp3//)
agnus-2019.pdf
agnus-2019.tar.gz (All-files;<10,550bytes)
The Jacket of a sheet is "png" and Sheets are "svg"
Next: agnus-2019cv.ly, Previous: Music Sheet, Up: Top
%% 12:00 PM Thursday, July 13, 2023 %% Yukio Yoshida. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LilyPond "\book format" use. \version "2.24.0" #(set-default-paper-size "letter") #(set-global-staff-size 18) \include "agnus-2019cv.ly" \book{ \bookpart{ %% #I Caver's title \markup{ \vspace #-.5 } %% ?? why.... %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #(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 926 (eps2write) %%LanguageLevel: 2 %%CreationDate: D:20190729014914+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 /Times-Italic findfont 110 scalefont setfont 126 110 moveto 0 1 0 setrgbcolor (Letters) false charpath 3 setlinewidth stroke %% Title-Word /Times-Italic findfont 128 scalefont setfont 146 520 moveto 1 0 0 setrgbcolor (Agnus) false charpath 3 setlinewidth /Times-Italic findfont 74 scalefont setfont 310 450 moveto 1 0 0 setrgbcolor (2019) false charpath 3 setlinewidth stroke" port ) (close port)) %Trailer %% end make sheet-title-line.eps -------- %% end let port \markup { \hspace #1 \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." } }} \markup { " " } %% For Texinfo running ?? %% \pageBreak \markup { " " } \markup { \vspace #10 } \markup { \hspace #8 \bold Voic-Word; from } \markup { \hspace #8 "Réquiem's(Agnus Dei)" } \markup { \vspace #1 } \markup { \hspace #6 \fill-line { \italic \column { "Agnus Déi, * qui tóllis peccáta múndi:" "dóna éis réquiem." " " "Agnus Déi, * qui tóllis peccáta múndi:" "dóna éis réquiem." " " "Agnus Déi, * qui tóllis peccáta múndi:" "dóna éis réquiem" " " "** sempitérnam." " " " " \line { \teeny \italic { " ( * ; Change of the chorus(Pre-singing) and chorus. ) " } } \line { \teeny \italic { " ( **; All choir groups sing together. ) " } } } } } \markup { \vspace #4 } \markup { \fill-with-pattern #1 #CENTER - \null \null } \markup {" "} %%% Joha 1 \markup { \hspace #8 \tiny "Reference Sources; (Agnus Déi = the Lamb of God)" } \markup { \hspace #8 \column { \line { \hspace #8 \bold "John 1" } " ......................... " " ......................... " " " \line { \hspace #6 \italic " Jesus the Lamb of God. " } \line { \italic { \concat{ " "\super 29 } } \tiny "The next day John saw Jesus coming toward him and said," } \line { \italic \tiny { " " Look, ``the Lamb of God.'' who takes away the sin of the world! } } " ........................... " }} }%% end bookpart #1 %%%%%%%%%%%%%%%%% \bookpart { %% #2 \header { dedication = "From Réquiem-ceremony" title = "Agnus Déi" %%subtitle = #(string-append "LilyPond version " (lilypond-version)) subtitle = \markup { c major(\italic "c d e f g a b") } subsubtitle = \markup{\center-column { "soprano; C clef on 1st line, alto; C clef on 3rd line." " bass; F clef on 4th line, tenor; C clef on 4th line."}} composer = \markup{ \line {\italic "Yukio Yoshida"}} arranger = \markup { \line {Op.109\hspace #1 08/01/2019} } poet = " " meter = \markup { \italic "prayer(as inner harmony)" } copyright = "public Domain" } %% 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 = #-4 %% \override Staff.StaffSymbol.staff-space = #(magstep -4) %% \override Staff.StaffSymbol.thickness = #(magstep -4) \set Staff.instrumentName = \markup { \italic \with-color #blue "Voice; sop " } \VoiceColorBlue { \sopranoVoice } } \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceL } \new Lyrics = "mainSL" \lyricsto "STII" { \SopranoTuttiLsII } \new Lyrics = "mainSL" \lyricsto "STI" { \SopranoTuttiLsI } \new Lyrics = "mainSL" \lyricsto "SUP" { \SopranoUp } \new Lyrics = "mainSL" \lyricsto "SLW" { \SopranoLw } \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 = #-4 %% \override Staff.StaffSymbol.staff-space = #(magstep -4) %% \override Staff.StaffSymbol.thickness = #(magstep -4) \set Staff.instrumentName = \markup { \italic \with-color #blue "Voice; alt " } \VoiceColorBlue { \altoVoice } } \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceL } \new Lyrics = "mainSL" \lyricsto "ATII" { \AltoTuttiLsII } \new Lyrics = "mainSL" \lyricsto "ATI" { \AltoTuttiLsI } \new Lyrics = "mainSL" \lyricsto "AUP" { \AltoUp } \new Lyrics = "mainSL" \lyricsto "ALW" { \AltoLw } \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 = #-4 %% \override Staff.StaffSymbol.staff-space = #(magstep -4) %% \override Staff.StaffSymbol.thickness = #(magstep -4) \set Staff.instrumentName = \markup { \italic \with-color #blue "Voice; tenor " } \VoiceColorBlue { \tenorVoice } } \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceL } \new Lyrics = "mainSL" \lyricsto "TTII" { \TenorTuttiLsII } \new Lyrics = "mainSL" \lyricsto "TTI" { \TenorTuttiLsI } \new Lyrics = "mainSL" \lyricsto "TUP" { \TenorUp } \new Lyrics = "mainSL" \lyricsto "TLW" { \TenorLw } %%%%%%%%%%%%%% Omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% \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 = #-4 %% \override Staff.StaffSymbol.staff-space = #(magstep -4) %% \override Staff.StaffSymbol.thickness = #(magstep -4) \set Staff.instrumentName = \markup { \italic \with-color #blue "Voice; bass " } \VoiceColorBlue { \bassVoice } } \new Lyrics = "mainBL" \lyricsto "bassVocal" { \bassVoiceL } \new Lyrics = "mainSL" \lyricsto "BTII" { \BassTuttiLsII } \new Lyrics = "mainSL" \lyricsto "BTI" { \BassTuttiLsI } \new Lyrics = "mainSL" \lyricsto "BUP" { \BassUp } \new Lyrics = "mainSL" \lyricsto "BLW" { \BassLw } >> >> \layout { \context { \Staff \RemoveEmptyStaves %% \override VerticalAxisGroup.remove-first = ##t } %% \context { \Lyrics %% \override VerticalAxisGroup.staff-affinity = ##t } } } %% get midi music -------------------------------------------------- \score { %% \unfoldRepeats \articulate << \context Staff { \clef soprano \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoM } \context Staff { \clef soprano \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoVoiceM } \context Staff { \clef alto \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoM } \context Staff { \clef alto \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoVoiceM } \context Staff { \clef tenor \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenor } \context Staff { \clef tenor \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenorVoiceM } %% \context Staff { \clef baritone \key c\major \time 3/2 \tempo 4 = 58 %% \set Staff.midiInstrument = "pad 4 (choir)" %% \unfoldRepeats \baritoneM } \context Staff { \clef bass \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassM } \context Staff { \clef bass \key c\major \time 3/2 \tempo 4 = 58 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassVoiceM } >> \midi { tempoWholesPerMinute = #(ly:make-moment 58 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 { " " } \markup { " " } \markup { \line { At location \musicglyph #"scripts.ufermata"; \hspace #1 \italic " Always, please look at the conductor(or baton). " } } \markup { " " } \markup { " " } \markup { \with-color #blue "ɑ , ɔ"(pronunciation symbol); \hspace #1 \italic "To cearly distinguish pronunciation." } \markup { " " } \markup { " " } \markup { \bold "Player"; \hspace #1 \with-color #blue {Focus on pursuit of the mind} \hspace #-.6 , \italic "not sounds." } \markup { " " } \markup { " " } \markup { At location(\bold "note-head")\hspace #1 \raise #1 \magnify #1.5 { \with-color #blue { \musicglyph #"noteheads.s0petrucci" }} , \raise #1 \magnify #1.5 { \with-color #red { \musicglyph #"noteheads.s0petrucci" }} ; \hspace #1 \italic "The apportionment must be decided by you".} \markup { " " } \markup { " " } %%%%%%%% } %% end bookpart #2 \markup { \vspace #4 } \markup { \hspace #20 \huge "INSTRUMENT RANGES" } \markup { \italic "About;" \teeny\italic "Some of Instruments; there is a difference between writing-note and real-note." \italic "for instance:" } \markup { \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 { \column { \line { \hspace #18.4 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 #6 } \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 { \hspace # 18 \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 { \italic " About Position of Sololist is placed freely(on the stage) " } \markup { \vspace #2 } \markup { About Instrument arrangement;\teeny \italic "(must be reverse for Chours's position)" } \markup { \hspace # 20 \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 #56 \huge " Conductor " } \markup { " " } \markup { \vspace #1 } \markup { \fill-with-pattern #2 #CENTER - \null \null } \markup { \vspace #2 } \markup { ........... Audience seats ........... } \markup { \vspace #4 } \markup { \teeny { \column { \bold \italic "If you can do it, please running on;" \line { \wordwrap { As it is the lighting of the audience's Seats(Do not turn off even when the play began). \hspace #2 \italic "When play began, lighting the stage (rather than the audience's) more brightly."}}}}} \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: 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 #6 } \markup { \fill-line { \center-column { \line { As all;\hspace #2 See! (HTML) @menu } "https://www.sheet-poem.com/poem/html/2019/2.24.0/agnus/agnus-2019.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }%% end bookpart #2, End book %%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% because; %%%% %%% I guess, \verbatim-file #"name.ly" is %%%% %%% Does not processing for name.ly with multiple pages %%%% %%%%% \markup { \column { "Name; agnus-2019.y" %%%% %%%%% \verbatim-file #"agnus-2019.ly" } } %%%% %%%%% \markup { \column { "Name; agnus-2019cv.ly" %%%% %%%%% \verbatim-file #"agnus-2019cv.ly" } } %%%% %%%%% \markup { \column { "Name; refer-sheet.ly" %%%% %%%%% \verbatim-file #"refer-sheet".ly" } } %%%% %%%%% \markup { \column { "Name; run--makeinfo-svg.cmd" %%%% %%%%% \verbatim-file #"run--makeinfo-svg.cmd" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: agnus-2019.texi, Previous: agnus-2019.ly, Up: Top
%% 5:38 AM Thursday, March 23, 2023 %% Yukio $ convert-ly -e agnus-2019cv.ly %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Part Vocal;; Start: \hide Staff.BarLine %% and end: \undo \hide Staff.BarLine \bar "|." \break %% And \score{ \context StaffGroup << } !! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \version "2.24.0" %% This is system-files and for midi's effect \include "articulate.ly" %% But here isn't use. See----> midi block \include "refer-sheet.ly" %% for sheet-music #(set-default-paper-size "letter") #(set-global-staff-size 18) \paper { %% ragged-last-bottom = ##f } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% sopranoVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- r\breve r8^\fermata e'4.-.\Tutti e'2-. e'1-. | \break %% 4-5 a'4.-. a'-. a'2-. a'2.-. f'2-. a'-. f'-. a'-. | r8 c''2-. c''2..-. d''1..-. r2. | \break %% 6-9 \time 3/2 a'8-.\melisma b'-. c''-.\melismaEnd b'8( c''2) d''2 | \once \override NoteHead.font-size = #3 \once \override NoteHead.style = #'petrucci \once \override Stem.color = #(rgb-color 1 1 1) e''2. %% omit <f' f''>4. <e' f''> ----------- %% #2 10:09:23.95 2019/08/25 << \context Voice = "STII" \with \autoBeamOff { \colorRed { f''4. f'' | f''4. f'' f'' f'' | f''2 } } \\ \context Voice = "STI" \with \autoBeamOff { \colorRed { r8 f'4. a8\rest e'8 ~ | e'4 cis'4 cis' \once \override NoteHead.font-size = #3 \once \override NoteHead.style = #'petrucci \once \override Stem.color = #(rgb-color 1 1 1) cis'2.\( | e'2\) } } >> r1 | \break %% 10-13 c'2. cis' | cis' c' | d' d' | d'1. | \break %% 14-15 \time 4/1 r\longa | r\longa | \break %% 16- <e' a'>2-.\two-Solo <e' a'>4..-. r8 <g' c''>4..-. <g' c''>2-. r\breve | \break %% 17-18 r\longa | r2. e''2-.\Tutti e''2..-. f''1..-. r8 | \break %% 19- %% longa.................. %% sem -- pi -- tér -- nam. << \context Voice = "SUP" \with \autoBeamOff { \colorRed { c''1 c''2. c'' c''1.( | \time 3/2 c''2 d''2) s2 } } \\ \context Voice = "SLW" \with \autoBeamOff { \colorRed { c'1 c'2. c' c'1._( | \time 3/2 c'2 d'2) s2 } } >> \undo \hide Staff.BarLine \bar "|." \break } sopranoVoiceL = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny %% A -- gnus Dé -- i, qui tól -- lis pec -- cá -- "ta mún" -- di: dó -- na é -- is ré -- qui -- em. A -- gnus Dé -- "i, qui" %% tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. A -- gnus Dé -- i, %% qui tól -- lis pec -- cá -- ta mún -- di: %% dó -- na é -- is ré -- qui -- em. sem -- pi -- tér -- nam. } SopranoTuttiLsI = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny tól -- lis pec -- cá -- "ta mún" -- di: } SopranoTuttiLsII = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny tól -- lis pec -- cá -- ta mún -- di: } SopranoUp = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } SopranoLw = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% sopranoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- r\breve r8^\fermata e'4.-.\Tutti e'2-. e'1-. | \break %% 4-5 a'4.-. a'-. a'2-. a'2.-. f'2-. a'-. f'-. a'-. | r8 c''2-. c''2..-. d''1..-. r2. | \break %% 6-9 \time 3/2 a'8-.\melisma b'-. c'-.\melismaEnd b'8( c''2) d''2 | e''2. << { f''4. f'' | f''4. f'' f'' f'' | f''2 } \\ { r8 f'4. r8 e'8 ~ | e4 cis'4 cis' cis'2. | e'2 } >> r1 | \break %% 10-13 c'2. cis' | cis' c' | d' d' | d'1. | \break %% 14- \time 4/1 r\longa | r\longa | \break %% 16- <e' a'>2-. <e' a'>4..-. r8 <g' c''>4..-. <g' c''>2-. r\breve | \break %% 17-18 r\longa | r2. e''2-.\Tutti e''2..-. f''1..-. r8 \break %% 19-20 << { c''1 c''2. c'' c''1.( \time 3/2 c''2 d''2) s2 } \\ { c'1 c'2. c' c'1._( \time 3/2 c'2 d'2) s2 } >> \bar "|." \break } %%% %%% Instruments part soprano = { \autoBeamOff \partial 2 r2^\fermata %% 1-2 \time 4/1 f'\longa | c''\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 %% <e' g'>4 <f' a'> <g' b'> c'2. | r1. | r1. | r2 c'1 | \break <c' d''>1. | r1. | r1. | r2 c'1 | \break %% 10-13 c''1. ~ | c'' ~ | c'' ~ | c'' | \break %% 14-15 \time 4/1 f'\longa | c''\longa | \break %% 16- r\longa \break %% 17-18 r\longa | r\longa | \break %% 19-20 <e' a'>\longa( | \time 3/2 <e' a'>2) e''2 s2 \bar "|." } %%% end Soprano sheet. %%% sopranoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 f'\longa | c''\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-10 <c' d''>1. | r1. | r1. | r2 c'1 | \break %% 10-13 c''1. ~ | c'' ~ | c'' ~ | c'' | \break %% 14-15 \time 4/1 f'\longa | c''\longa | \break %% 16- r\longa | \break %% 17-18 r\longa | r\longa \break %% 19- <e' a'>\longa( \time 3/2 <e' a'>2) e''2 s2 \bar "|." } %%% end soprano-midi. %%% %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%% altoVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- r\breve r8^\fermata b4.-.\Tutti b2-. b1-. | \break %% 4-5 e'4.-. e'-. e'2-. e'2.-. c'2-. e'-. c'-. e'-. | r8 g'2-. g'2..-. a'1..-. r2. | \break %% 6- e'4-. f'2-. g'4 a'2 ~ | a'4 r4 << \context Voice = "ATII" \with \autoBeamOff { \colorRed { a'8\rest f'4. f'2 | g'4 g' f' \once \override NoteHead.font-size = #3 \once \override NoteHead.style = #'petrucci \once \override Stem.color = #(rgb-color 1 1 1) g'2.\( | a'2\) } } \\ \context Voice = "ATI" \with \autoBeamOff { \colorRed { b4. b4 b4. | f4 f4. f2 f4._\( | g2\) } } >> r1 | \break %% 10-13 f2. fis | fis f | g g | g1. | \break %% 14-15 \time 4/1 r\longa | r\longa | \break %% 16- <b e'>2-.\two-Solo <b e'>4..-. r8 <c' f'>4..-. <c' f'>2-. r\breve | \break %% 17-18 r\longa | r2. a'2-.\Tutti a'2..-. b'1..-. r8 | \break %% 19-20 %% longa.................. %% sem -- pi -- tér -- nam. << \context Voice = "AUP" \with \autoBeamOff { \colorRed { f'1 f'2. f' f'1.( | \time 3/2 f'2 g'2) s2 } } \\ \context Voice = "ALW" \with \autoBeamOff { \colorRed { f1 f2. f f1._( | \time 3/2 f2 g2) s2 } } >> \undo \hide Staff.BarLine \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% altoVoiceL = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny %% A -- gnus Dé -- i, qui tól -- lis pec -- cá -- "ta mún" -- di: dó -- na é -- is ré -- qui -- em. A -- gnus Dé -- i, %% qui tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. A -- gnus Dé -- i, %% qui tól -- lis pec -- cá -- ta mún -- di: %%dó -- na é -- is ré -- qui -- em. sem -- pi -- tér -- nam. } AltoTuttiLsI = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny qui tól -- lis pec -- cá -- ta mún -- di: } AltoTuttiLsII = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny qui tól -- lis pec -- cá -- "ta mún" -- di: } AltoUp = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } AltoLw = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } %%%%%%%%%%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% AltoSoloL = \lyricmode { %% \override Lyrics.LyricText.color = #red %% \override Lyrics.LyricHyphen.color = #red %% \override Lyrics.LyricExtender.color = #red %% \override Score.LyricText.font-shape = #'italic %% \teeny %% %% } %% AltoTuttiL = \lyricmode { %% \override Lyrics.LyricText.color = #blue %% \override Lyrics.LyricHyphen.color = #blue %% \override Lyrics.LyricExtender.color = #blue %% \override Score.LyricText.font-shape = #'italic %% \teeny %% %% } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% altoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- r\breve r8^\fermata b4.-.\Tutti b2-. b1-. | \break %% 4-5 e'4.-. e'-. e'2-. e'2.-. c'2-. e'-. c'-. e'-. | r8 g'2-. g'2..-. a'1..-. r2. | \break %% 6-9 e'4-. f'2-. g'4 a'2 ~ | a'4 r4 << { r8 f'4. f'2 | g'4 g' f' g'2.\( | a'2\) } \\ { b4. b4 b4. | f4 f4. f2 f4._\( | g2\) } >> r1 | \break %% 10-13 f2. fis | fis f | g g | g1. | \break %% 14-15 \time 4/1 %% 16- <b e'>2-. <b e'>4..-. r8 <c' f'>4..-. <c' f'>2-. r\breve | \break %% 17-18 r\longa | r2. a'2-.\Tutti a'2..-. b'1..-. r8 | \break %% 19-20 << { f'1 f'2. f' f'1.( | \time 3/2 f'2 g'2) s2 } \\ { f1 f2. f f1._( | \time 3/2 f2 g2) s2 } >> \bar "|." \break } %%% %%% Instruments alto = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 c'\longa | f\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 %% <b d'>8 <c' e'> <d' f'> e'( f'2) g'2 | r1. | r1. | r2 c'1 | \break <f g'>1. | r1. | r1. | r2 c'1 | \break %% 10-13 f'1. ~ | f' ~ | f' ~ | f' | \break %% 14-15 \time 4/1 c'\longa | f\longa | \break %% 16- r\longa | \break %% 17-18 r\longa | r\longa | \break %% 19-20 <a d'>\longa_( | \time 3/2 <a d'>2) a'2 s2 \bar "|." } %%% end alto sheet %%% altoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 c'\longa | f\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 <f g'>1. | r1. | r1. | r2 c'1 | \break %% 10-13 f'1. ~ | f' ~ | f' ~ | f' | \break %% 14-15 \time 4/1 c'\longa | f\longa | \break %% 16- r\longa | \break %% 17-18 r\longa | r\longa \break %% 19- <a d'>\longa_( \time 3/2 <a d'>2) a'2 s2 \bar "|." } %%% end alto-midi %% %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% tenorVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- <e a>2-.\two-Solo <e a>4..-. r8 <f b>4..-. <f b>2-. r\breve %% 4-5 r\longa | r2. f'2-.\Tutti f'2..-. g'1..-. r8 | \break %% 6-9 \time 3/2 r4 e8-.\melisma f-. g-.\melismaEnd f( g4.) a | \once \override NoteHead.font-size = #3 \once \override NoteHead.style = #'petrucci \once \override Stem.color = #(rgb-color 1 1 1) b2. << \context Voice = "TTII" \with \autoBeamOff { \colorRed { f'4. f' | f'4. f' f' f'\( | g'2\) } } \\ \context Voice = "TTI" \with \autoBeamOff { \colorRed { d4\rest f4. f8 ~ | f4 g4 g \once \override NoteHead.font-size = #3 \once \override NoteHead.style = #'petrucci \once \override Stem.color = #(rgb-color 1 1 1) d2.\( | fis2\) } } >> r1 | \break %% 10-13 e2. eis | eis e | f f | f1. | \break %% 14-15 \time 4/1 r\longa | r\longa | \break %% 16- r\breve r8^\fermata f4.^\Tutti f2 f1 | \break %% 17-18 a4.-. a-. a2-. a2.-. f2-. a-. f-. a-. | r8 c'2-. c'2..-. d'1..-. r2. | \break %% 19-20 %% longa.................. %% sem -- pi -- tér -- nam. << \context Voice = "TUP" \with \autoBeamOff { \colorRed { g'1 g'2. g' g'1.( | \time 3/2 g'2 a'2) s2 } } \\ \context Voice = "TLW" \with \autoBeamOff { \colorRed { g1 g2. g g1.( | \time 3/2 g2 \once \stemUp a2) s2 } } >> \undo \hide Staff.BarLine \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tenorVoiceL = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny A -- gnus Dé -- i, %% qui tól -- lis pec -- cá -- ta mún -- di: %% dó -- na é -- is ré -- qui -- em. A -- gnus Dé -- "i, qui" %% tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. %% A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: dó -- na éis ré -- qui -- em. %% sem -- pi -- tér -- nam. } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TenorTuttiLsI = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny tól -- lis pec -- cá -- "ta mún" -- di: } TenorTuttiLsII = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny tól -- lis pec -- cá -- ta mún -- di: } TenorUp = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } TenorLw = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } %%%%%%%%%%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% TenorSoloL = \lyricmode { %% \override Lyrics.LyricText.color = #red %% \override Lyrics.LyricHyphen.color = #red %% \override Lyrics.LyricExtender.color = #red %% \override Score.LyricText.font-shape = #'italic %% \teeny %% %% } %% TenorTuttiL = \lyricmode { %% \override Lyrics.LyricText.color = #blue %% \override Lyrics.LyricHyphen.color = #blue %% \override Lyrics.LyricExtender.color = #blue %% \override Score.LyricText.font-shape = #'italic %% \teeny %% %% } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% tenorVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- <e a>2-. <e a>4..-. r8 <f b>4..-. <f b>2-. r\breve %% 4-5 r\longa | r2. f'2-. f'2..-. g'1..-. r8 | \break %% 6-9 r4 e8-.\melisma f-. g-.\melismaEnd f( g4.) a | b2. << { f'4. f' | f'4. f' f' f'\( | g'2\) } \\ { r4 f4. f8 ~ | f4 g g d2.\( | fis2\) } >> r1 | \break %% 10-13 e2. eis | eis e | f f | f1. | \break %% 14-15 \time 4/1 r\longa | r\longa | \break %% 16- r\breve r8^\fermata f4. f2 f1 | \break %% 17-18 a4.-. a-. a2-. a2.-. f2-. a-. f-. a-. | r8 c'2-. c'2..-. d'1..-. r2. \break %% 19-20 << \context Voice = "TUP" \with \autoBeamOff { g'1 g'2. g' g'1.( \time 3/2 g'2 a'2) s2 } \\ \context Voice = "TLW" \with \autoBeamOff { g1 g2. g g1.( \time 3/2 g2 \once \stemUp a2) s2 } >> \bar "|." \break } %%% %%% Instruments tenor = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 g\longa | d'\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 \time 3/2 %% r4 <f a>4 <g b> <a c'> e'2 | r1. | r1. | r2 c1 | \break r2 <d e'>1 | r1. | r1. | r2 c1 | \break %% 10-13 b1. ~ | b ~ | b ~ | b | \break %% 14-15 \time 4/1 g\longa | d'\longa | \break %% 16- r\longa %% 17-18 r\longa | r\longa \break %% 19-20 <b e'>\longa_( \time 3/2 <b e'>2) b'2 s2 \bar "|." } %%% end tenor sheet. %%% tenorM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 g\longa | d'\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 \time 3/2 r2 <d e'>1 | r1. | r1. | r2 c1 | \break %% 10-13 b1. ~ | b ~ | b ~ | b | \break %% 14-15 \time 4/1 g\longa | d'\longa | \break %% 16- r\longa %% 17-18 r\longa | r\longa | \break %% 19-20 <b e'>\longa_( | \time 3/2 <b e'>2) b'2 s2 \bar "|." } %%% end tenor-midi %%%%%%%%%%%%%%%% omit!! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% %% baritone = { %% \autoBeamOff %% \partial 2 r2^\fermata | %% 1- %% \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- %% \time 4/1 %% %% } %%% end baritone midi %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% %%%%%%% bass; part %%%%%%%%%%%%%%%% bassVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- <b, e>2-.\two-Solo <b, e>4..-. r8 <c f>4..-. <c f>2-. r\breve %% 4-5 r\longa | r2. b2-.\Tutti b2..-. c'1..-. r8 | \break %% 6-9 \time 3/2 r4. b,4-. c2-. d4. | d4. << \context Voice = "BTII" \with \autoBeamOff { \colorRed { a4\rest f4 f4 f4. | f4. f \once \override NoteHead.font-size = #3 \once \override NoteHead.style = #'petrucci \once \override Stem.color = #(rgb-color 1 1 1) b2.\( | cis'2\) } } \\ \context Voice = "BTI" \with \autoBeamOff { \colorRed { b,4. b,2. | b,4 b, b, b, b,2_\( | b,2\) } } >> r1 | \break %% 10-13 a,2. ais, | ais, a, | b, b, | b,1. | \break %% 14-15 \time 4/1 r\longa | r\longa | \break %% 16- r\breve r8^\fermata c4.^\Tutti c2 c1 | \break %% 17-18 e4.-. e-. e2-. e2.-. c2-. e-. c-. e-. | r8 g2-. g2..-. a1..-. r2. | \break %% 19-20 %% longa.................. %% sem -- pi -- tér -- nam. << \context Voice = "BUP" \with \autoBeamOff { \colorRed { c'1 c'2. c' c'1.( | \time 3/2 c'2 d'2) s2 } } \\ \context Voice = "BLW" \with \autoBeamOff { \colorRed { c1 c2. c c1.( | \time 3/2 c2 \once \stemUp d2) s2 } } >> \undo \hide Staff.BarLine \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% bassVoiceL = \lyricmode { \override Lyrics.LyricText.color = #blue \override Lyrics.LyricHyphen.color = #blue \override Lyrics.LyricExtender.color = #blue \override Score.LyricText.font-shape = #'italic \teeny A -- gnus Dé -- i, %% qui tól -- lis pec -- cá -- ta mún -- di: %% dó -- na é -- is ré -- qui -- em. A -- gnus Dé -- i, %% qui tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. %% A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: dó -- na éis ré -- qui -- em. %% sem -- pi -- tér -- nam. } BassTuttiLsI = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny qui tól -- lis pec -- cá -- ta mún -- di: } BassTuttiLsII = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny qui tól -- lis pec -- cá -- "ta mún" -- di: } BassUp = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } BassLw = \lyricmode { \override Lyrics.LyricText.color = #red \override Lyrics.LyricHyphen.color = #red \override Lyrics.LyricExtender.color = #red \override Score.LyricText.font-shape = #'italic \teeny sem -- pi -- tér -- nam. } %%%%%%%%%%%%%% omit %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% BassSoloL = \lyricmode { %% \override Lyrics.LyricText.color = #red %% \override Lyrics.LyricHyphen.color = #red %% \override Lyrics.LyricExtender.color = #red %% \override Score.LyricText.font-shape = #'italic %% \teeny %% %% } %% BassTuttiL = \lyricmode { %% \override Lyrics.LyricText.color = #blue %% \override Lyrics.LyricHyphen.color = #blue %% \override Lyrics.LyricExtender.color = #blue %% \override Score.LyricText.font-shape = #'italic %% \teeny %% } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% bassVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3- <b, e>2-. <b, e>4..-. r8 <c f>4..-. <c f>2-. r\breve %% 4-5 r\longa | r2. b2-. b2..-. c'1..-. r8 | \break %% 6-9 \time 3/2 r4. b,4-. c2-. d4. | d4. << { r4 f4 f4 f4. | f4. f f2.\( | g2\) } \\ { b,4. b,2. | b,4 b, b, b, b,2_\( | b,2\) } >> r1 | \break %% 10-13 a,2. ais, | ais, a, | b, b, | b,1. | \break %% 14-15 \time 4/1 r\longa | r\longa | \break %% 16- r\breve r8^\fermata c4.^\Tutti c2 c1 | \break %% 17-18 e4.-. e-. e2-. e2.-. c2-. e-. c-. e-. | r8 g2-. g2..-. a1..-. r2. \break %% 19-20 << { c'1 c'2. c' c'1. ~ \time 3/2 c'2 d'2 s2 } \\ { c1 c2. c c1. ~ \time 3/2 c2 d2 s2 } >> \bar "|." \break } %%% %%% Instruments bass = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 d\longa | g,\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 \time 3/2 %% r4. <c e>8 <d f> <e g> f8 g4 a4. | r1. | r1. | r2 c1 | \break r2 <g, a>1 | r1. | r1. | r2 c1 | \break %% 10-13 e1. ~ | e ~ | e ~ | e | \break %% 14-15 \time 4/1 d\longa | g,\longa | \break %% 16- r\longa | \break %% 17-18 r\longa | r\longa | \break %% 19-20 <e a>\longa_( | \time 3/2 <e a>2) e'2 s2 \bar "|." \break } %%% end bass-sheet %%% bassM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 d\longa | g,\longa | \break %% 3- r\longa | \break %% 4-5 r\longa | r\longa | \break %% 6-9 \time 3/2 r2 <g, a>1 | r1. | r1. | r2 c1 | \break %% 10-13 e1. ~ | e ~ | e ~ | e | \break %% 14-15 \time 4/1 d\longa | g,\longa | \break %% 16- r\longa | \break %% 17-18 r\longa | r\longa \break %% 19-20 <e a>\longa_( \time 3/2 <e a>2) e'2 s2 \bar "|." \break } %%% end bass-midi %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%% End All %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run–makeinfo, Previous: agnus-2019cv.ly, Up: Top
%% 5:58 AM Tuesday, January 30, 2024 %% Yukio Yoshida. \input colordvi.tex \input texinfo @c %**start of header @setfilename agnus-2019.info @c @settitle Agnus 2019 @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 @end ifnottex @c @node Top @ifhtml @html <p align = "center"> <span style="font-size: 40px;"><b>Agnus 2019</b></spam> </p> <code> [file-code; "ly,texi,sh are UTF-8"]<br /> <span style="font-size: 16px;"> <b>Normally; Windows & Linux</b> "[Prompt] <tt>lilypond --pdf --png name.ly</tt>[Enter]"<br /> <b>And---- Only; <i>Linux(Prompt)<kbd> <span style="color: red;">$ ./run--lily.sh name</span></kbd>[Enter]</i>(need makeinfo) ----</b><br /> </span> </code><br /> @end html @end ifhtml @c @top @c @ignore ------------------------------------------------------------------------ @ifhtml @menu * agnus-2019:: --- Music Sheet: Music Sheet. * agnus-2019.ly:: --- Source code framework: agnus-2019.ly. * agnus-2019cv.ly:: --- Source code notes: agnus-2019cv.ly. * agnus-2019.texi:: --- Source code document: agnus-2019.texi. * run--makeinfo:: --- Source code run-file: run--makeinfo. @end menu @end ifhtml @c @ignore ------------------------------------------------------------------------ @html <p align = "center"> <a href="agnus-2019.midi">agnus-2019.midi</a>(//The one below is mp3//)           <a href="agnus-2019.pdf">agnus-2019.pdf</a>          • <a href="agnus-2019.tar.gz">agnus-2019.tar.gz</a> (All-files;<10,550bytes)<br /> <audio src="agnus-2019.mp3" controls> Download <a href="agnus-2019.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, agnus-2019.ly, Top, Top @comment node-name, next, previous, up @c @top @end ifnottex @unnumbered Music Sheet @html <div align="center"> <a href="agnus-2019.pdf"> @end html @ifhtml @html <img src="agnus-2019-page1.png" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-2019-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-2019-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-2019-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-2019-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-2019-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-2019-7.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> </a> @end html @end ifhtml @html </div> @end html @ifnottex @node agnus-2019.ly, agnus-2019cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered agnus-2019.ly @html <blockquote><blockquote> @end html @verbatiminclude agnus-2019.ly @html </blockquote></blockquote> @end html @ifnottex @node agnus-2019cv.ly, agnus-2019.texi, agnus-2019.ly, Top @comment ode-name, next, previous, up @end ifnottex @unnumbered agnus-2019cv.ly @html <blockquote><blockquote> @end html @verbatiminclude agnus-2019cv.ly @html </blockquote></blockquote> @end html @ifnottex @node agnus-2019.texi, run--makeinfo, agnus-2019cv.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered agnus-2019.texi @html <blockquote><blockquote> @end html @verbatiminclude agnus-2019.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , agnus-2019.texi, Top @comment node-name, next, previous, up @end ifnottex @unnumbered run--makeinfo @html <blockquote><blockquote> <b><i>Only; running is on Linux(on WSL).</i></b><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.@* @ @ @ @ Linux[on WSL(windows11)]@ ---(GNU/Linux 4.4.0-19041-Microsoft x86_64) or (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)---@* @html </blockquote></blockquote> <br /> <br /> @end html @c *********** End Body ********************* @bye
Previous: agnus-2019.texi, Up: Top
Only; running is on Linux(on WSL).
run--lily.sh
#!/usr/bin/bash rm -r html lilypond --pdf --png $1.ly lilypond --svg $1.ly makeinfo --no-split --force --html $1.texi mkdir html mv *.svg html/ mv *.pdf html/ mv $1-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 *.eps *.png ls -lXThis is under the following environment.
Linux[on WSL(windows11)] —(GNU/Linux 4.4.0-19041-Microsoft x86_64) or (GNU/Linux 5.10.16.3-microsoft-standard-WSL2 x86_64)—