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]
• ave-maria — Music Sheet | ||
• ave-maria.ly — Source code framework | ||
• ave-maria-cv.ly — Source code notes | ||
• ave-maria.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: ave-maria.ly, Previous: Top, Up: Top
Next: ave-maria-cv.ly, Previous: Music Sheet, Up: Top
ave-maria.ly%% -*- Coding: utf-8 -*- %% 10/13/2017 4:38 %% Time-stamp: "12/6/2017 12:29" \version "2.22.1" \include "ave-maria-cv.ly" #(set-default-paper-size "letter") #(set-global-staff-size 18) \paper { %%ragged-last-bottom = ##f } \book{ %%%%%%%%%%%%%%%%%%%%%%%%%%% \bookpart{ %% #1 \markup{ \vspace #4 } %% make sheet-my-epstitle #(let* ((port (open-output-file "sheet-my-epstitle.eps"))) (display "%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 10 10 900 230 %%Creator: Y.Yoshida %%Title: LilyPond Sample %%CreationData 8/14/2017 12:07 %%EndComments /Times-Italic findfont 120 scalefont setfont 20 40 moveto 1 0 0 setrgbcolor (Ave Maria) false charpath 3 setlinewidth stroke" port) (close port)) %Trailer %% end make sheet-my-epstitle -------- \markup{ \hspace #34 \epsfile #X #80 #"sheet-my-epstitle.eps" } \markup { \vspace #3 } \markup{ \override #'(line-width . 80) \hspace #12 \raise #50 { \column { \bold \italic \column { \normal-text " Prayer words" " " "Ave Maria, gratia plena," "Dominus tecum," " benedicta tu in mulieribus," " et benedictus fructus ventris tui Jesus." " " \teeny \normal-text " (Posterity, additional statements by the Franciscan)" "Sancta Maria mater Dei," " ora pro nobis peccatoribus, nunc," " et in hora mortis nostrae." " " "Amen." " " } } } \hspace #16 \epsfile #X #40 #"Raphael_-_Madonna_dell_Granduca.eps" } \markup { \hspace #90 \teeny \normal-text "[Grand St.Mary's]"} \markup { \hspace #82 \teeny \normal-text "Painter; Raffaello Sanzio(1483--1520)"} \markup { \vspace #4 } \markup{ \hspace #10 \epsfile #X #20 #"Raphael_-_Madonna_dell_Granduca.eps" \hspace #-20 \epsfile #Y #10 #"Raphael_-_Madonna_dell_Granduca.eps" } }%%End \bookpart { #1 \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%% \bookpart{ %% #2 \header { dedication = " " title = "Ave Maria" subtitle = \markup{ \center-column { \bold "2018" \vspace #-.3 \italic "a major; cis d e fis gis a b" } } %% subsubtitle = #(string-append "LilyPond version " (lilypond-version)) subsubtitle = \markup{ \vspace #1 \tiny \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 = "12/7/2017" poet = " Like to pray (Voice is Strong!)" opus = "Op.98 Ave Maria; #13" meter = \markup { \hspace #12 \italic \column { \bold \line { Pre-Words } \line { Amen Ave ; bass } \line { Hail Queen of heaven ; Soprano } \line { Hail Empress of the angels ; Alto } \line { Ave Regina caelorum ; Tenor } } } copyright = "public Domain" } %%%%%%%%%% sheet and midi music code part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% get sheet music --------------------------------------------------- \score { << %% \context ChoirStaff = "FourPartStaffaddchorus" << \context StaffGroup << \context Voice = "soprano" { \clef soprano \key a\major \time 3/2 \set Staff.fontSize = #-4 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "soprano" \soprano } \context Voice = "sopranoVocal" { \clef soprano \key a\major \time 3/2 \set Staff.instrumentName = "Voice; sop " \VoiceColorBlue { \sopranoVoice } } \new Lyrics = "mainSL" \lyricsto "sopranoVocal" { \sopranoVoiceL } \context Voice = "alto" { \clef alto \key a\major \time 3/2 \set Staff.fontSize = #-4 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "alto " \alto } \context Voice = "altoVocal" { \clef alto \key a\major \time 3/2 \set Staff.instrumentName = "Voice; alt " \VoiceColorBlue { \altoVoice } } \new Lyrics = "mainSL" \lyricsto "altoVocal" { \altoVoiceL } \context Voice = "tenor" { \clef tenor \key a\major \time 3/2 \set Staff.fontSize = #-4 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "tenor " \tenor } \context Voice = "tenorVocal" { \clef tenor \key a\major \time 3/2 \set Staff.instrumentName = "Voice; ten " \VoiceColorBlue { \tenorVoice } } \new Lyrics = "mainSL" \lyricsto "tenorVocal" { \tenorVoiceL } %%%%%%%%%%%%%%%%%%%% OMIT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% %% \context Voice = "baritone" { \clef baritone \key a\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 a\major \time 3/2 \set Staff.fontSize = #-4 \override Staff.StaffSymbol #'staff-space = #(magstep -4) \override Staff.StaffSymbol #'thickness = #(magstep -4) \set Staff.instrumentName = "bass " \bass } \context Voice = "bassVocal" { \clef bass \key a\major \time 3/2 \set Staff.instrumentName = "Voice; bas " \VoiceColorBlue { \bassVoice } } \new Lyrics = "mainBL" \lyricsto "bassVocal" { \bassVoiceL } \new Lyrics = "mainBL" \lyricsto "bassU" { \bassU } \new Lyrics = "mainBL" \lyricsto "bassL" { \bassL } >> >> \layout { \context { \RemoveEmptyStaffContext %% \override VerticalAxisGroup #'remove-first = ##t } } } %% get midi music -------------------------------------------------- \score { %% \unfoldRepeats \articulate << \context Staff { \clef soprano \key a\major \time 3/2 \tempo 4 = 46 %% \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.midiInstrument = "string ensemble 1" \unfoldRepeats \sopranoM } \context Staff { \clef soprano \key a\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \sopranoVoiceM } \context Staff { \clef alto \key a\major \time 3/2 \tempo 4 = 46 %% \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.midiInstrument = "string ensemble 1" \unfoldRepeats \altoM } \context Staff { \clef alto \key a\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \altoVoiceM } \context Staff { \clef tenor \key a\major \time 3/2 \tempo 4 = 46 %% \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.midiInstrument = "string ensemble 1" \unfoldRepeats \tenor } \context Staff { \clef tenor \key a\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \tenorVoiceM } %%%%%%%%%%%%%%%%%%%% OMIT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% %% \context Staff { \clef baritone \key a\major \time 3/2 \tempo 4 = 46 %% \set Staff.midiInstrument = "pad 4 (choir)" %% \unfoldRepeats \baritoneM } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \context Staff { \clef bass \key a\major \time 3/2 \tempo 4 = 46 %% \set Staff.midiInstrument = "pad 4 (choir)" \set Staff.midiInstrument = "string ensemble 1" \unfoldRepeats \bassM } \context Staff { \clef bass \key a\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 4 (choir)" \unfoldRepeats \bassVoiceM } >> \midi { tempoWholesPerMinute = #(ly:make-moment 46 4) } } %%%%%%%%% \markup { " " } %%%%%%%%% %% \markup { " " } %%\pageBreak %% since, Even-Page. %% \markup { \null } %%%%%% %%\pageBreak \markup { \vspace #1 } \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 { \vspace #10 } \markup { \column { \line { \hspace #16 \bold "Luke 1"\teeny "(Bilingual Bible-English-)" \hspace #38 \bold "Ave Maria"\teeny "(Latin)" } \line { \hspace #16 \small --Source of Ave Maria--} } } \markup {%%column * 2 \fill-line { \column { \bold \line { \italic \small \column { \teeny "1-28)" " The angel went to her and said," "\"Greetings, you who are highly favored!" " The Lord with you.\"" \teeny "1-42)" " In a loud voice she exclaimed:" "\"Blessed are you among women, and" " blessed is the child you will bear!.....\"" " " } \hspace #20 \column { \bold \italic \column { " " " " "Ave Maria, gratia plena," "Dominus tecum," " benedicta tu in mulieribus," " et benedictus fructus ventris tui Jesus." " " \teeny \normal-text " (Posterity, additional statements by the Franciscan)" "Sancta Maria mater Dei," " ora pro nobis peccatoribus, nunc," " et in hora mortis nostrae." " " "Amen." } } } }}} \markup { \vspace #2 } \pageBreak \markup { " " } \markup { \vspace #12 } \markup { \line \smallCaps { Luke \tiny {(THE HOLY BIBLE, NEW INTERNAONAL VERSION) }} } \markup { \hspace #20 \column { \line \smallCaps {Luke 1 \teeny {--excerpted this paragraph--}} \hspace #0 \line \bold\italic { \hspace #6 The Birth of Jesus Foretold } \line {....................} \override #'(line-width . 60) \wordwrap \italic { \concat{ " "\super 28 }The angel went to her and said, ``Greetings, you who are highly favored! The Lord is with you.''} \hspace #0 \line \bold\italic { \hspace #6 Mary Visits Elizabeth } \line {....................} \override #'(line-width . 60) \wordwrap \italic { \concat{ " "\super 42 }In a loud voice she exclaimed: ``Blessed are you among woman. and blessed is the child you will bear!''} \hspace #0 \line \bold\italic { \hspace #6 Mary's Song } \column \italic { \line { \concat{ " "\super 46 }And Mary said: } "`` My soul glorifies the Lord" \line { \concat{ " "\super 47 }" "and my spirit rejoices in God my savior,} \line { \concat{ " "\super 48 }for he has been mindful} " of the humble state of his servant." " From now on all generations will call me blessed," \line { \concat{ " "\super 49 }" "for the Mighty One has done great things for} \line{" "me \raise #.5 \draw-line #'(2 . 0)} " holy is his name." \line { \concat{ " "\super 50 }His mercy extends to those who fear him,} " from generation to generation." \line { \concat{ " "\super 51 }He has performed mighty deeds with his arm:} " he has scattered those who are proud in thier inmost thoughts." \line { \concat{ " "\super 52 }He has brought down rulers from their thrones} " but has liftd up the humble." \line { \concat{ " "\super 53 }He has filled the hungry with good things} " but has sent the rich away empty." \line { \concat{ " "\super 54 }He has helped his servant Israel,} " remembering to be merciful" \line { \concat{ " "\super 55 }to Abraham and his descendants forever,} " even as he said to our fathers.''" \line { \concat{ " "\super 56 }" "Mary stayed with Elizabeth for about three months and then returned home.} } }} \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 #1 } \markup { \fill-line { \center-column { \line { As all;\hspace #2 See! (HTML) @menu } "https://www.sheet-poem.com/poem/html/2018/ave-maria-2018.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }%% End \bookpart { #2 %%%%%%%%%%%%%%%%%%%%%%%%%%% }%% close \book { ALL END %%%%%%%%%%%%%%%%%%%%%%%%%%% %% ----- To here, Finish all. -----------------%%
Next: ave-maria.texi, Previous: ave-maria.ly, Up: Top
ave-maria-cv.ly%% Yukio Yoshida. %% "10/13/2017 11:41" %% Time-stamp: "12/7/2017 0:50" %% Part Vocal;; Start: \hide Staff.BarLine %% and end: \undo \hide Staff.BarLine \bar "|." \break %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% If you want to change of color, then do see! in %% "define-grobs.scm"(lilypond's system file) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% VoiceColorBlue = { \override Staff.StaffSymbol #'color = #blue \override Staff.LedgerLineSpanner #'color = #blue \override Staff.Clef #'color = #blue \override Staff.TimeSignature #'color = #blue \override Staff.KeySignature #'color = #blue \override Staff.BarLine #'color = #blue \override Voice.NoteHead #'color = #blue \override Voice.Rest #'color = #blue \override Voice.Stem #'color = #blue \override Voice.Flag #'color = #blue \override Voice.Beam #'color = #blue \override Voice.Slur #'color = #blue \override Voice.PhrasingSlur #'color = #blue \override Voice.Tie #'color = #blue \override Voice.Dots #'color = #blue \override Voice.Script #'color = #blue \override Voice.Accidental #'color = #blue \override Voice.DynamicLineSpanner #'color = #blue \override Voice.DynamicText #'color = #blue \override Voice.DynamicTextSpanner #'color = #blue \override Voice.TupletNumber #'color = #blue \override Voice.TupletBracket #'color = #blue \override Voice.BreathingSign #'color = #blue \override Voice.PercentRepeat #'color = #blue \override Voice.RepeatSlash #'color = #blue } VoiceColorBlueRevert = { \revert Voice.NoteHead #'color \revert Voice.Rest #'color \revert Voice.Stem #'color \revert Voice.Flag #'color \revert Voice.Beam #'color \revert Voice.Slur #'color \revert Voice.PhrasingSlur #'color \revert Voice.Tie #'color \revert Voice.Dots #'color \revert Voice.Script #'color \revert Voice.Accidental #'color \revert Voice.DynamicLineSpanner #'color \revert Voice.DynamicTextSpanner #'color \revert Voice.DynamicText #'color \revert Voice.TupletNumber #'color \revert Voice.TupletBracket #'color \revert Voice.BreathingSign #'color \revert Voice.BreathingSign #'color \revert Voice.PercentRepeat #'color \revert Voice.RepeatSlash #'color } \paper { %% ragged-last-bottom = ##f } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% sopranoVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 %% Here is "Special Staff" include S, A, T. %%%%%%%%%%%%%%%%%%%%%%%%%% cis'2^\markup {\italic "Soprano; Voice"} d'2. d'8 e'2\( fis'2\) r4. \clef alto \key a\major fis2^\markup {\italic "Alto; Voice"} gis4\( a2\) | gis4 a2\( b2\) r4. \clef tenor \key a\major cis4.^\markup {\italic "Tenor; Voice"} d4. e4 fis4. d4. e4 fis4. | \break %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \pageBreak %% 5-9 \clef soprano \key a\major \time 3/2 r2 cis''2 d''2 | r8 d''4. e''2 fis''2 ~ | \noBreak fis''2 r8 e''4.( d''8 cis'' b') a'( | \noBreak gis' fis') e'4. r8 fis'8( gis' a' b') cis''4 ~ | \noBreak cis''2 r1 | \break %% 10-13 fis''2 e''4 e''2 r4 | r8 d''2 cis''2. r8 | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 gis'4. fis'8 e'8_( fis' gis') a'4. b'4 | r8 cis''4. cis''4 cis'' cis'' cis'' | cis''2 r1 | e''2 d'' cis'' | \break %% 22-25 b' a' r8 gis'4. | fis'2 r4 e'2 d'4 ~ | \stemUp d'4 r4 cis'4._\(_( d'8 e' fis' gis' a'8) | \stemNeutral b'2\) cis''1 ~ | \break cis''2 r1 | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 <cis' fis''>2 <cis' fis''>8 r16 <cis' fis''>4 <d' gis''>4 <e'a''>2. r16 <cis' fis''>4 <d' gis''>4 <e' a''>2 <fis' b''>1 | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 r2 fis'4-. fis'-. fis'-. fis'-. fis'-. r16 gis'4-. gis'-. gis'-. gis'-. gis'-. r16 fis'4.-. r2 | gis'2 fis'8 r8 gis'4 fis'4. r4 fis'4. gis'4. r4 fis'4. gis'2. r4 | \break %% 40-42 r2 fis'\breve_( gis'1.)_\( | cis'\longa\) \melisma | \time 3/2 cis'4 fis'2.^\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 \tiny %%% Special S, A, T. %%%%%%%%%%%%%%%%%%% Hail Queen of heav -- en, Hail Em -- press "of the" an -- gels, Ave Re -- gi -- na cae -- lo -- rum, %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% A -- ve Ma -- ri -- a, __ gra -- ti -- a ple -- na, __ Do -- mi -- nus te -- cum, be -- ne -- dic -- ta tu in mu -- li -- e -- ri -- bus, et be -- ne -- dic -- tus fruc -- tus ven -- tris tu -- i Jesus. Sanc -- ta Ma -- ri -- a ma -- ter De -- i, o -- ra pro no -- bis pec -- ca -- to -- ri -- bus, nunc, et in ho -- ra mor -- tis nos -- trae. A -- men __ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Ave Maria, gratia plena, %% Dominus tecum, %% benedicta tu in mulieribus, %% et benedictus fructus ventris tui Jesus. %% Sancta Maria mater Dei, %% ora pro nobis peccatoribus, nunc, et in hora mortis nostrae. %% %% Amen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% } sopranoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 %% Here is "Special Staff" include S, A, T. %%%%%%%%%%%%%%%%%%%%%%%% cis'2 d'2. d'8 e'2\( fis'2\) r4. \clef alto \key a\major fis2 gis4\( a2\) | gis4 a2\( b2\) r4. \clef tenor \key a\major cis4. d4. e4 fis4. d4. e4 fis4. | \break %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \pageBreak %% 5-9 \clef soprano \key a\major \time 3/2 r2 cis''2 d''2 | r8 d''4. e''2 fis''2 ~ | \noBreak fis''2 r8 e''4.( d''8 cis'' b') a'( | \noBreak gis' fis') e'4. r8 fis'8( gis' a' b') cis''4 ~ | \noBreak cis''2 r1 | \break %% 10-13 fis''2 e''4 e''2 r4 | r8 d''2 cis''2. r8 | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 gis'4. fis'8 e'8_( fis' gis') a'4. b'4 | r8 cis''4. cis''4 cis'' cis'' cis'' | cis''2 r1 | e''2 d'' cis'' | \break %% 22-25 b' a' r8 gis'4. | fis'2 r4 e'2 d'4 ~ | \stemUp d'4 r4 cis'4._\(_( d'8 e' fis' gis' a'8) | \stemNeutral b'2\) cis''1 ~ | \break %% 26-29 cis''2 r1 | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34- \time 4/1 <cis' fis''>2 <cis' fis''>8 r16 <cis' fis''>4 <d' gis''>4 <e'a''>2. r16 <cis' fis''>4 <d' gis''>4 <e' a''>2 <fis' b''>1 | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 r2 fis'4-. fis'-. fis'-. fis'-. fis'-. r16 gis'4-. gis'-. gis'-. gis'-. gis'-. r16 fis'4.-. r2 | gis'2 fis'8 r8 gis'4 fis'4. r4 fis'4. gis'4. r4 fis'4. gis'2. r4 | \break %% 40-42 r2 fis'\breve_( gis'1.)_\( | cis'\longa\) \melisma | \time 3/2 cis'4 fis'2.^\fermata \melismaEnd \bar "|." \break } %%% %%% Instruments part soprano = { \autoBeamOff \partial 2 r2^\fermata | %% 1- \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 cis'1.( | d')( | cis')( | d')( | cis') | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r1 <cis' e' gis'>2 ~ | <cis' e' gis'>2 e'1 ~ | e'2 <d' fis' a'>2 <e' gis' b'> | <fis' a' cis''> ~ cis''1 ~ | \break %% 30-33 <cis'' a'>2. <b' gis'> | <e' cis'>2 ~ cis'1 | r8 <cis' fis'>16 <fis' b'> cis''2. e''2 ~ | <e'' cis''>8 ~ <cis'' a'> ~ <a' fis'> ~ <fis' d'> cis'1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 cis'2^\markup { \column { \line { \hspace #-8 \huge \with-color #blue \italic { Here Location{\hspace #-.5 \teeny "(2bars)"} are Prayer words. (Don't song-word) } } " " } } e' cis' e' cis'\breve | e'\breve cis'2 e'2 cis'1 | \break %% 40-42 fis'\longa ~ | fis'\longa ~ | \time 3/2 fis'4 r2. \bar "|." \break } %%% end Soprano sheet. %%% sopranoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 cis'1.( | d')( | cis')( | d')( | cis') | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r1 <cis' e' gis'>2 ~ | <cis' e' gis'>2 e'1 ~ | e'2 <d' fis' a'>2 <e' gis' b'> | <fis' a' cis''> ~ cis''1 ~ | \break %% 30-33 <cis'' a'>2. <b' gis'> | <e' cis'>2 ~ cis'1 | r8 <cis' fis'>16 <fis' b'> cis''2. e''2 ~ | <e'' cis''>8 ~ <cis'' a'> ~ <a' fis'> ~ <fis' d'> cis'1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 cis'2 e' cis' e' cis'\breve | e'\breve cis'2 e'2 cis'1 | \break %% 40-42 fis'\longa ~ | fis'\longa ~ | \time 3/2 fis'4 r2. \bar "|." \break } %%% 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-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 r2 fis'2 gis'2 | r8 gis'4. a'2 b'2 ~ | b'2 r8 a'4.( gis'8 fis' e') d'( | cis' b) a4. r8 b8( cis' d' e') fis'4 ~ | fis'2 r1 | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 cis'2 d'4 d'2 r4 | r8 d'2 fis'2. r8 | r1. | r1. | \break %% 18-21 b4. a8 gis8( a b) cis'4. d'4 | r8 fis'4. fis'4 fis' fis' fis' | fis'2 r2 a'2 | gis' fis' e' | %% 22-25 d'2 r8 cis'4. b2 | r4 a2 gis r4 | \stemUp fis4._\(_( gis8 a b cis' e') \stemNeutral fis'2\) | gis'1. | \break %% 26-29 r1. | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 <fis b>2 <fis b>8 r16 <fis b>4 <gis cis'> <b e'>2. r16 <fis b>4 <gis cis'> <b e'>2 <cis' fis'>1 | r\longa | \break %% 38-39 r2 cis'4-. cis'-. cis'-. cis'-. cis'-. r16 d'4-. d'-. d'-. d'-. d'-. r16 cis'4.-. r2 | d'2 cis'8 r8 d'4 cis'4. r4 cis'4. d'4. r4 cis'4. d'2. r4 | \break %% 40-42 r2 cis'\breve_( d'1.)_\( | gis\longa\) \melisma | \time 3/2 gis4 cis'2.^\fermata \melismaEnd \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 \tiny A -- ve Ma -- ri -- a, __ gra -- ti -- a ple -- na, __ Do -- mi -- nus te -- cum, be -- ne -- dic -- ta tu in mu -- li -- e -- ri -- bus, et be -- ne -- dic -- tus fruc -- tus ven -- tris tu -- i Jesus. Sanc -- ta Ma -- ri -- a ma -- ter De -- i, o -- ra pro no -- bis pec -- ca -- to -- ri -- bus, nunc, et in ho -- ra mor -- tis nos -- trae. A -- men __ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Ave Maria, gratia plena, %% Dominus tecum, %% benedicta tu in mulieribus, %% et benedictus fructus ventris tui Jesus. %% Sancta Maria mater Dei, %% ora pro nobis peccatoribus, nunc, et in hora mortis nostrae. %% %% Amen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% } altoVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 r2 fis'2 gis'2 | r8 gis'4. a'2 b'2 ~ | b'2 r8 a'4.( gis'8 fis' e') d'( | cis' b) a4. r8 b8( cis' d' e') fis'4 ~ | fis'2 r1 | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 cis'2 d'4 d'2 r4 | r8 d'2 fis'2. r8 | r1. | r1. | \break %% 18-21 b4. a8 gis8( a b) cis'4. d'4 | r8 fis'4. fis'4 fis' fis' fis' | fis'2 r2 a'2 | gis' fis' e' | %% 22-25 d'2 r8 cis'4. b2 | r4 a2 gis r4 | \stemUp fis4._\(_( gis8 a b cis' e') \stemNeutral fis'2\) | gis'1. | \break %% 26-29 r1. | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 <fis b>2 <fis b>8 r16 <fis b>4 <gis cis'> <b e'>2. r16 <fis b>4 <gis cis'> <b e'>2 <cis' fis'>1 | r\longa | \break %% 38-39 r2 cis'4-. cis'-. cis'-. cis'-. cis'-. r16 d'4-. d'-. d'-. d'-. d'-. r16 cis'4.-. r2 | d'2 cis'8 r8 d'4 cis'4. r4 cis'4. d'4. r4 cis'4. d'2. r4 | \break %% 40-42 r2 cis'\breve_( d'1.)_\( | gis\longa\) \melisma | \time 3/2 gis4 cis'2.^\fermata \melismaEnd \bar "|." \break } %%% %%% Instruments alto = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 fis1.( | gis)( | fis)( | gis)( | fis) | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r2 fis1 ~ | fis2 <gis b d'>1 ~ | <gis b d'>2 a2 b | cis' <d' fis'>1 ~ | \break %% 30-33 fis'2. e' | b2 ~ <fis b>1 ~ | <fis b>16 <b e'> r8 fis'2. a'2 ~ | <a' fis'>8 ~ <fis' d'> ~ <d' b> ~ <b gis> fis1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 fis'2 a fis a fis\breve | a\breve fis2 a2 fis1 | \break %% 40-42 cis'\longa ~ | cis'\longa ~ | \time 3/2 cis'4 r2. \bar "|." \break } %%% end alto sheet %%% altoM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 fis1.( | gis)( | fis)( | gis)( | fis) | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r2 fis1 ~ | fis2 <gis b d'>1 ~ | <gis b d'>2 a2 b | cis' <d' fis'>1 ~ | \break %% 30-33 fis'2. e' | b2 ~ <fis b>1 ~ | <fis b>16 <b e'> r8 fis'2. a'2 ~ | <a' fis'>8 ~ <fis' d'> ~ <d' b> ~ <b gis> fis1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 fis2 a fis a fis\breve | a\breve fis2 a2 fis1 | \break %% 40-42 cis'\longa ~ | cis'\longa ~ | \time 3/2 cis'4 r2. \bar "|." \break } %%% 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-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 r2 fis2 gis2 | r8 gis4. a2 b2 ~ | b2 r8 fis'4.( e'8 d' cis') b( | a gis) fis4. r8 gis( a b cis') d'4 ~ | d'2 r1 | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | fis'2 gis'4 gis'2 r4 | r8 fis'2 e'2. r8 | \break %% 18-21 b4. b8 b4. b4. b4 | r8 cis'4. b8 a_( gis fis) e4 d | cis2 r4 cis2 d4 ~ | d4 e2 fis2 gis4 ~ | \break %% 22-25 gis4 r8 a4. b2 r4 | cis'2 d'2 r4 e'4 ~ | e'4 fis'2 r4 gis'2 ~ | gis'1 r2 | \break %% 26-29 r1. | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | <cis fis'>2 <cis fis'>8 r16 <cis fis'>4 <d gis'> <e a'>2. r16 <cis fis'>4 <d gis'> <e a'>2 <fis b'>1 | \break %% 38-39 r2 fis4-. fis-. fis-. fis-. fis-. r16 gis4-. gis-. gis-. gis-. gis-. r16 fis4.-. r2 | gis2 fis8 r8 gis4 fis4. r4 fis4. gis4. r4 fis4. gis2. r4 | \break %% 40-42 r2 gis\breve_( a1.)_\( | d\longa\)\melisma | \time3/2 d4 gis2.^\fermata \melismaEnd \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 \tiny A -- ve Ma -- ri -- a, __ gra -- ti -- a ple -- na, __ Do -- mi -- nus te -- cum, be -- ne -- dic -- ta tu in mu -- li -- e -- ri -- bus, et be -- ne -- dic -- tus fruc -- tus ven -- tris tu -- i Jesus. Sanc -- ta Ma -- ri -- a ma -- ter De -- i, o -- ra pro no -- bis pec -- ca -- to -- ri -- bus, nunc, et in ho -- ra mor -- tis nos -- trae. A -- men __ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Ave Maria, gratia plena, %% Dominus tecum, %% benedicta tu in mulieribus, %% et benedictus fructus ventris tui Jesus. %% Sancta Maria mater Dei, %% ora pro nobis peccatoribus, nunc, et in hora mortis nostrae. %% %% Amen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% } tenorVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5- \time 3/2 r2 fis2 gis2 | r8 gis4. a2 b2 ~ | b2 r8 fis'4.( e'8 d' cis') b( | a gis) fis4. r8 gis( a b cis') d'4 ~ | d'2 r1 | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | fis'2 gis'4 gis'2 r4 | r8 fis'2 e'2. r8 | \break %% 18-21 b4. b8 b4. b4. b4 | r8 cis'4. b8 a_( gis fis) e4 d | cis2 r4 cis2 d4 ~ | d4 e2 fis2 gis4 ~ | \break %% 22-25 gis4 r8 a4. b2 r4 | cis'2 d'2 r4 e'4 ~ | e'4 fis'2 r4 gis'2 ~ | gis'1 r2 | \break %% 26-29 r1. | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | <cis fis'>2 <cis fis'>8 r16 <cis fis'>4 <d gis'> <e a'>2. r16 <cis fis'>4 <d gis'> <e a'>2 <fis b'>1 | \break %% 38-39 r2 fis4-. fis-. fis-. fis-. fis-. r16 gis4-. gis-. gis-. gis-. gis-. r16 fis4.-. r2 | gis2 fis8 r8 gis4 fis4. r4 fis4. gis4. r4 fis4. gis2. r4 | \break %% 40-42 r2 gis\breve_( a1.)_\( | d\longa\)\melisma | \time3/2 d4 gis2.^\fermata \melismaEnd \bar "|." \break } %%% %%% Instruments tenor = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 cis1.( | d)( | cis)( | d)( | cis) | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r1 <cis e gis>2 ~ | <cis e gis> e1 ~ | e2 <d fis a>2 <e gis b> | <fis a cis'>2 ~ cis'1 ~ | \break %% 30-33 <cis' a>2. <b gis> | <e cis>2 ~ cis1 | r8 <cis fis>16 <fis b> cis'2. e'2 ~ | <e' cis'>8 ~ <cis' a> ~ <a fis> ~ <fis d> cis1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 cis2 e cis e cis\breve | e\breve cis2 e2 cis1 | \break %% 40-42 fis\longa ~ | fis\longa ~ | \time 3/2 fis4 r2. \bar "|." \break } %%% end tenor sheet. %%% tenorM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 cis1.( | d)( | cis)( | d)( | cis) | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26- r1 <cis e gis>2 ~ | <cis e gis> e1 ~ | e2 <d fis a>2 <e gis b> | <fis a cis'>2 ~ cis'1 ~ | \break %% 30-33 <cis' a>2. <b gis> | <e cis>2 ~ cis1 | r8 <cis fis>16 <fis b> cis'2. e'2 ~ | <e' cis'>8 ~ <cis' a> ~ <a fis> ~ <fis d> cis1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 cis2 e cis e cis\breve | e\breve cis2 e2 cis1 | \break %% 40- } %%% end tenor-midi %%%%%%%%%%%%%%%%%%%% OMIT %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%% baritone part %%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%% bass; part %%%%%%%%%%%%%%%% bassVoice = { \hide Staff.BarLine \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 cis2\melisma d cis\melismaEnd b,1.\melisma cis2.\melismaEnd r4 | << \context Voice = "bassU" { \VoiceColorBlue s2.. s2 \stemUp d2\melisma e4 d8 e fis gis2\melismaEnd r1 } \\ \context Voice = "bassL" { \VoiceColorBlue \stemDown r2 a,2_(^\fermata b,8 cis d b,2) s\breve s8 } >> | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 r2 fis2 gis | r8 gis4. a2 b2 ~ | b2 r8 b4.( a8 gis fis) e( | d cis) b,4. r8 cis8( d e fis) gis4 ~ | gis2 r1 | \break %% 10-13 r1. | r1. | cis2 b,4 b,2 r4 | r8 cis2 e2. r8 | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 fis4. fis8 fis4. fis4. fis4 | r8 fis4. e8 d_( cis b,) a,4 gis, | fis,2 fis,2 gis, | a, b, cis | \break %% 22-25 r8 d4. e2 r8 fis4. | gis2 r4 a2 b4 ~ | b4 r4 cis'1 ~ | cis'2 r1 | \break %% 26-29 r1. | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 r\longa | <cis fis>2 <cis fis>8 r16 <cis fis>4 <d gis> <e a>2. r16 <cis fis>4 <d gis> <e a>2 <fis b>1| \break %% 36-37 r\longa | r\longa | \break %% 38-39 r2 cis4-. cis-. cis-. cis-. cis-. r16 d4-. d-. d-. d-. d-. r16 cis4.-. r2 | d2 cis8 r8 d4 cis4. r4 cis4. d4. r4. cis2.^\fermata d2^\fermata _~ | \break %% 40-42 d2^\fermata r1. r\breve | r\longa | \time3/2 r1 \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 \tiny A -- men __ A -- ve Ma -- ri -- a, __ gra -- ti -- a ple -- na, __ Do -- mi -- nus te -- cum, be -- ne -- dic -- ta tu in mu -- li -- e -- ri -- bus, et be -- ne -- dic -- tus fruc -- tus ven -- tris tu -- i Jesus. Sanc -- ta Ma -- ri -- a ma -- ter De -- i, o -- ra pro no -- bis pec -- ca -- to -- ri -- bus, nunc, et in ho -- ra mor -- tis nos -- trae. A -- men __ } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Ave Maria, gratia plena, %% Dominus tecum, %% benedicta tu in mulieribus, %% et benedictus fructus ventris tui Jesus. %% Sancta Maria mater Dei, %% ora pro nobis peccatoribus, nunc, et in hora mortis nostrae. %% %% Amen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% ADD bassL = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \tiny A } bassU = \lyricmode { \override Lyrics . LyricText #'color = #blue \override Lyrics . LyricHyphen #'color = #blue \override Lyrics . LyricExtender #'color = #blue \override Score . LyricText #'font-shape = #'italic \tiny ve __ } bassVoiceM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 cis2\melisma d cis\melismaEnd b,1.\melisma cis2.\melismaEnd r4 | << \context Voice = "bassU" { \VoiceColorBlue s2.. s2 \stemUp d2\melisma e4 d8 e fis gis2\melismaEnd r1 } \\ \context Voice = "bassL" { \VoiceColorBlue r2 a,2(^\fermata b,8 cis d b,2) s\breve s8 } >> | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 r2 fis2 gis | r8 gis4. a2 b2 ~ | b2 r8 b4.( a8 gis fis) e( | d cis) b,4. r8 cis8( d e fis) gis4 ~ | gis2 r1 | \break %% 10-13 r1. | r1. | cis2 b,4 b,2 r4 | r8 cis2 e2. r8 | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 fis4. fis8 fis4. fis4. fis4 | r8 fis4. e8 d_( cis b,) a,4 gis, | fis,2 fis,2 gis, | a, b, cis | \break %% 22-25 r8 d4. e2 r8 fis4. | gis2 r4 a2 b4 ~ | b4 r4 cis'1 ~ | cis'2 r1 | \break %% 26-29 r1. | r1. | r1. | r1. | \break %% 30-33 r1. | r1. | r1. | r1. | \break %% 34-35 \time 4/1 r\longa | <cis fis>2 <cis fis>8 r16 <cis fis>4 <d gis> <e a>2. r16 <cis fis>4 <d gis> <e a>2 <fis b>1| \break %% 36-37 r\longa | r\longa | \break %% 38-39 r2 cis4-. cis-. cis-. cis-. cis-. r16 d4-. d-. d-. d-. d-. r16 cis4.-. r2 | d2 cis8 r8 d4 cis4. r4 cis4. d4. r4. cis2.^\fermata d2^\fermata _~ | \break %% 40-42 d2^\fermata r1. r\breve | r\longa | \time3/2 r1 \bar "|." \break } bass = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 cis1.( | d)( | cis)( | d)( | cis) | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r2 gis,1 ~ | gis,2 <a, cis e>1 ~ | <a, cis e>2 b,2 cis | d <e gis>1 ~ | \break %% 30-33 gis2. fis | cis2 ~ <gis, cis>1 ~ | <gis, cis>16 <cis fis> r8 gis2. b2 ~| <b gis>8 ~ <gis e> ~ <e cis> ~ <cis a,> gis,1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 a,2 cis a, cis a,\breve | cis\breve a,2 cis2 a,1 | \break %% 40-42 cis\longa ~ | cis\longa ~ | \time 3/2 cis4 r2. \bar "|." \break } %%% end bass-sheet %%% bassM = { \autoBeamOff \partial 2 r2^\fermata | %% 1-2 \time 4/1 r\longa | r\longa | \break %% 3-4 r\longa | r\longa | \break \pageBreak %% 5-9 \time 3/2 cis1.( | d)( | cis)( | d)( | cis) | \break %% 10-13 r1. | r1. | r1. | r1. | \break %% 14-17 r1. | r1. | r1. | r1. | \break %% 18-21 r1. | r1. | r1. | r1. | \break %% 22-25 r1. | r1. | r1. | r1. | \break %% 26-29 r2 gis,1 ~ | gis,2 <a, cis e>1 ~ | <a, cis e>2 b,2 cis | d <e gis>1 ~ | \break %% 30-33 gis2. fis | cis2 ~ <gis, cis>1 | <gis, cis>16 <cis fis> r8 gis2. b2 ~| <b gis>8 ~ <gis e> ~ <e cis> ~ <cis a,> gis,1 | \break %% 34-35 \time 4/1 r\longa | r\longa | \break %% 36-37 r\longa | r\longa | \break %% 38-39 a,2 cis a, cis a,\breve | cis\breve a,2 cis2 a,1 | \break %% 40-42 cis\longa ~ | cis\longa ~ | \time 3/2 cis4 r2. \bar "|." \break } %%% end bass-midi %%% %%%%%%%%%%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run--makeinfo, Previous: ave-maria-cv.ly, Up: Top
ave-maria.texi%% 12:39 AM Wednesday, December 22, 2021 %% Yukio Yoshida. %%% ***** No! TeX running // use makeinfo(Just Only;texinfo runnning) \voffset 0.5in \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename ave-maria-2018 @settitle Ave Maria(2018) @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 @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 * ave-maria --- Music Sheet: Music Sheet. * ave-maria.ly --- Source code framework: ave-maria.ly. * ave-maria-cv.ly --- Source code notes: ave-maria-cv.ly. * ave-maria.texi --- Source code document: ave-maria.texi. * run--makeinfo --- Source code run-file: run--makeinfo. @end menu @html • <a href="ave-maria-2018.tar.gz">ave-maria-2018.tar.gz</a>  (All-files;<690,300bytes)<br /> @end html @html <br /> @end html @html <br />       <a href="ave-maria-2018.midi">ave-maria-2018.midi</a> , <a href="ave-maria-2018.pdf">ave-maria-2018.pdf</a> <p align = "center"> <a href="ave-maria-2018.mp3">sound is mp3</a>.<br /> <audio src="ave-maria-2018.mp3" controls> Download <a href="ave-maria-2018.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, ave-maria.ly, Top, Top @comment node-name, next, previous, up @end ifnottex @unnumbered Music Sheet @html <div align="center"> <a href="ave-maria-2018.pdf"> @end html @ifhtml @image{ave-maria-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="ave-maria-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="ave-maria-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="ave-maria-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="ave-maria-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="ave-maria-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="ave-maria-7.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> @end html @end ifhtml @html </a> </div> @end html @ifnottex @node ave-maria.ly, ave-maria-cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript score file. @html <blockquote><blockquote> <b><i>ave-maria.ly</i></b> @end html @verbatiminclude ave-maria.ly @html </blockquote></blockquote> @end html @ifnottex @node ave-maria-cv.ly, ave-maria.texi, ave-maria.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript score sub file. @html <blockquote><blockquote> <b><i>ave-maria-cv.ly</i></b> @end html @verbatiminclude ave-maria-cv.ly @html </blockquote></blockquote> @end html @ifnottex @node ave-maria.texi, run--makeinfo, ave-maria-cv.ly, Top @comment node-name, next, previous, up @end ifnottex @unnumbered My manuscript file. @html <blockquote><blockquote> <b><i>ave-maria.texi</i></b> @end html @verbatiminclude ave-maria.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , ave-maria.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 cp ../ave-maria/title-eps/*.eps ../ave-maria 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/$1-2018.pdf mv *.midi html/$1-2018.midi mv $1-page1.png html/ mv *.html html/ cd html xdg-open $1-2018.pdf | xdg-open $1-2018.midi | explorer.exe $1-2018.html cd ../ rm *.eps *.png 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&11)]@* ---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: ave-maria.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 cp ../ave-maria/title-eps/*.eps ../ave-maria 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/$1-2018.pdf mv *.midi html/$1-2018.midi mv $1-page1.png html/ mv *.html html/ cd html xdg-open $1-2018.pdf | xdg-open $1-2018.midi | explorer.exe $1-2018.html cd ../ rm *.eps *.png ls -la
This is under the following environment.
"Ubuntu[on WSL(windows10&11)]
—Ubuntu 20.04.2 LTS (GNU/Linux 4.4.0-19041-Microsoft x86_64)—"