Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
kýrie eléison
[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) ----
kyrie.midi(//The one below is mp3//)
kyrie.pdf
kyrie.tar.gz (All-files;<7,850bytes)
The Jacket of a sheet is "png" and Sheets are "svg"
Next: kyrie-cv.ly, Previous: Music Sheet, Up: Top
%% 11:26 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 "kyrie-cv.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: 15 10 585 810 %%HiResBoundingBox: 15.00 10.00 585.00 810.00 %%Creator: GPL Ghostscript 950 (eps2write) %%LanguageLevel: 2 %%CreationDate: D:20230508103029+09'00' %%Pages: 1 %%EndComments newpath 25 20 moveto 25 800 lineto 25 800 moveto 575 800 lineto 575 800 moveto 575 20 lineto 575 20 moveto 25 20 lineto .22 0 0 setrgbcolor 20 setlinewidth stroke %% in-line newpath 50 50 moveto 50 760 lineto 50 760 moveto 546 760 lineto 546 760 moveto 546 50 lineto 546 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 14 scalefont setfont 80 740 moveto 0 0 0 setrgbcolor (Soprano; Instrument and Voice --- C \\clef on 1st line) false charpath 0 setlinewidth stroke /Times-Italic findfont 14 scalefont setfont 80 725 moveto 0 0 0 setrgbcolor (MezzoSoprano; Instrument and Voice --- C \\clef on 2nd line) false charpath 0 setlinewidth stroke /Times-Italic findfont 14 scalefont setfont 80 710 moveto 0 0 0 setrgbcolor (Alto; Instrument and Voice --- C \\clef on 3rd line) false charpath 0 setlinewidth stroke /Times-Italic findfont 14 scalefont setfont 80 695 moveto 0 0 0 setrgbcolor (Tenor; Instrument and Voice --- C \\clef on 4th line) false charpath 0 setlinewidth stroke /Times-Italic findfont 14 scalefont setfont 80 680 moveto 0 0 0 setrgbcolor (Baritone; Instrument and Voice --- C \\clef on 5th line) false charpath 0 setlinewidth stroke /Times-Italic findfont 14 scalefont setfont 80 665 moveto 0 0 0 setrgbcolor (bas; Instrument and Voice --- F \\clef on 4th line) false charpath 0 setlinewidth stroke /Times-Italic findfont 120 scalefont setfont 110 560 moveto 1 0 0 setrgbcolor (SHEET) false charpath 3 setlinewidth stroke /Times-Italic findfont 16 scalefont setfont 180 540 moveto 0 0 0 setrgbcolor (Typesetting output with LilyPond) false charpath 0 setlinewidth stroke /Times-Italic findfont 24 scalefont setfont 180 440 moveto 0 0 0 setrgbcolor (Op.56 kyrie eleison) false charpath 2 setlinewidth stroke /Times-Italic findfont 20 scalefont setfont 210 340 moveto 0 0 0 setrgbcolor (MUSICAL INSTRUMENT) false charpath 1 setlinewidth stroke /Times-Italic findfont 20 scalefont setfont 280 320 moveto 0 0 0 setrgbcolor (and) false charpath 1 setlinewidth stroke /Times-Italic findfont 120 scalefont setfont 61 234 moveto 0 0 0 setrgbcolor (MIXED) false charpath 3 setlinewidth stroke /Times-Italic findfont 120 scalefont setfont 58 150 moveto 0 0 0 setrgbcolor (CHORUS) false charpath 3 setlinewidth stroke /Times-Italic findfont 120 scalefont setfont 58 62 moveto 0 0 0 setrgbcolor (GROUP) 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 #-3 %% 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 = "From Réquiem-ceremony" title = "kýrie eléison" subtitle = \markup { \center-column { \line { #(string-append "LilyPond version " (lilypond-version)) } "Blessing" " " } } 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 = "???. ??, 2011" arranger = "Op.56 kýrie" poet = " " %%opus = "Op.56" meter = \markup { \italic "Like prayer and Animato" } copyright = "public Domain" %% tagline = " " } %% End header %%%%%%%%%% midi music code part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% get sheet music --------------------------------------------------------------- %% Soprano and bass;; part ------------------------------------------------------- \score { << \context ChoirStaff = "TwoPartStaffaddchorus-SB" << \new Voice = "soprano" { \clef soprano \key d\major \time 3/2 \set Staff.instrumentName = "soprano" \soprano } \new Lyrics = "mainSL" \lyricsto "soprano" { \sopranoL } \new Voice = "bass" { \clef bass \key d\major \time 3/2 \set Staff.instrumentName = "bass " \bass } \new Lyrics = "mainBL" \lyricsto "bass" { \bassL } >> %%\context PianoStaff = "PianoStaff" << %%\new Voice = "piano" { \clef treble \key \major \time %% \set Staff.instrumentName = "piano " \pianoUP } %%\new Voice = "piano" { \clef bass \key \major \time %% \set Staff.instrumentName = "piano " \pianoDown } %% >> >> \layout { \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup.remove-first = ##t } } } %% alto and tenore;; part---------------------------------------------------------- \score { << \context ChoirStaff = "TwoPartStaffaddchorus-AT" << \new Voice = "alto" { \clef alto \key d\major \time 3/2 \set Staff.instrumentName = "alto " \alto } \new Lyrics = "mainAL" \lyricsto "alto" { \altoL } \new Voice = "tenor" { \clef tenor \key d\major \time 3/2 \set Staff.instrumentName = "tenor " \tenor } \new Lyrics = "mainTL" \lyricsto "tenor" { \tenorL } >> %%\context PianoStaff = "PianoStaff" << %%\new Voice = "piano" { \clef treble \key \major \time %% \set Staff.instrumentName = "piano " \pianoUP } %%\new Voice = "piano" { \clef bass \key \major \time %% \set Staff.instrumentName = "piano " \pianoDown } %% >> >> \layout { \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup.remove-first = ##t } } } %% Soprano,Alto,Tenore and Bass;; part--------------------------------------------- \markup { \vspace #1 } \markup { \hspace #6 \hbracket { \small \medium { \with-color #blue "(Frankly, Location of here, I would wan to write only play with insturments during about 5 bars ... and so on.)" } } } \markup { \vspace #1 } %% \markup { \italic "like a ring of prayer" } \score { << \context ChoirStaff = "FourPartStaffaddchorus" << \new Voice = "soprano" { \clef soprano \key d\major \time 3/2 \set Staff.instrumentName = \markup { \column { "soprano" "[ I,II,III" } } \sopranoII } \new Lyrics = "mainSL" \lyricsto "sopranoII" { \sopranoLII } \new Voice = "alto" { \clef alto \key d\major \time 3/2 \set Staff.instrumentName = \markup { \column { "alto " "[ I,II,III" } } \altoII } \new Lyrics = "mainAL" \lyricsto "altoII" { \altoLII } \new Voice = "tenor" { \clef tenor \key d\major \time 3/2 \set Staff.instrumentName = \markup { \column { "tenor " "[ I,II,III" } } \tenorII } \new Lyrics = "mainTL" \lyricsto "tenorII" { \tenorLII } \new Voice = "bass" { \clef bass \key d\major \time 3/2 \set Staff.instrumentName = \markup { \column { "bass " "[ I,II,III" } } \bassII } \new Lyrics = "mainBL" \lyricsto "bassII" { \bassLII } >> %%\context PianoStaff = "PianoStaff" << %%\new Voice = "piano" { \clef treble \key \major \time %% \set Staff.instrumentName = "piano " \pianoUP } %%\new Voice = "piano" { \clef bass \key \major \time %% \set Staff.instrumentName = "piano " \pianoDown } %% >> >> \layout { \context { \Staff \RemoveEmptyStaves \override VerticalAxisGroup.remove-first = ##t } } } %% get midi music ---------------------------------------------------------------- %% Get music, form bar"Start" to bar"End." %% During part=====> connect by "R" \score { << \new Staff { \clef soprano \key d\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \sopranoM } \new Staff { \clef alto \key d\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \altoM } \new Staff { \clef tenor \key d\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \tenorM } \new Staff { \clef bass \key d\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \bassM } %%\new Staff { \clef treble \key \major \time \tempo 4 = %% \set Staff.midiInstrument = "acoustic grand" %% \unfoldRepeats \pianoUPm } %%\new Staff { \clef bass \key \major \time \tempo 4 = %% \set Staff.instrumentName = "acoustic grand" %% \unfoldRepeats \pianoDownm } >> \midi { tempoWholesPerMinute = #(ly:make-moment 46 4) } } %% \markup { \column { \line { About location \hspace #3 \musicglyph "noteheads.uM2"(longa) \hspace #2 and \hspace #3 \musicglyph "noteheads.sM1"(breve) } \line { \italic " Please, playing of \"longa and breve\" do in the members alternating(But, like Don't stand out). " } } } \markup { " " } \markup { " " } \markup { " " } \markup { \line {\bold "Réquiem's(kýrie)"} } \markup {%%column * 2 \fill-line { \column { \line { \column { \line { \italic "kýrie eléison" \roman "(Repeated three times)" } \line { \italic "Christe eléison" \roman "(Repeated three times)" } \line { \italic "Kýrie eléison" \roman "(Repeated three times)" } } %%% Local Language;; part;; translated. %{ \hspace #8 \column { \override #'(font-name . "Sazanami Gothic")%%For Japanes language. \column { } } %} } }}}%% end all score. \markup { " " } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \pageBreak \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 \markup { " " } %% eps-part ------------------------------------------------------------------- #(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/2011/2.24.0/kyrie/kyrie.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}%% end bokkpart III, End book %%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \markup { \column { "Name; kyrie.ly" %%%% %%%%% \verbatim-file #"kyrie.ly" } } %%%% %%%%% \markup { \column { "Name; kyrie-cv.ly" %%%% %%%%% \verbatim-file #"kyrie-cv.ly" } } %%%% %%%%% \markup { \column { "Name; run--lily.sh" %%%% %%%%% \verbatim-file #"run--lily.sh" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: kyrie.texi, Previous: kyrie.ly, Up: Top
\version "2.24.0" %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% soprano = { \autoBeamOff %% 1-4 fis''1. | g''2. a''4 g''4(\melisma fis''8) e'' | d'' cis'' b' a'\melismaEnd g'1 | fis'1~fis'4 r4 | \break %% 5-9 fis''1. | g''2 a''1 | g''4.\(\melisma fis''4 e'' d'' cis'' b'8~ | b'8\)\melismaEnd a'2\melisma g'8 fis' e' d' e'4.\melismaEnd | fis'1~ fis'4 r4 | \break %% 10-13 fis''1. | g''2. a''4 g''4(\melisma fis''8) e'' | d'' cis'' b' a'\melismaEnd g'1 | fis'1~ fis'4 r4 \bar "||" \break } sopranoII = \context Voice = "sopranoII" { \set Score.currentBarNumber = #29 \bar "" \autoBeamOff %% 29-30 R1.^\markup { \with-color #red { For All-Parts; \italic "like a ring of prayer" }} | \arpeggioBracket \stemUp < cis' fis' b' >16(\arpeggio < d' g' cis'' >) < e' a' d'' >8 < cis' fis' b' >16( < d' g' cis'' >) < e' a' d''>8 \stemNeutral e''4\melisma d''16 cis'' b' a' b' cis''\melismaEnd e''4. | \break %% 31-32 fis''4 g''1 ~ g''4 | R1. | \break %% 33-34 \stemUp < cis' fis' b' >16(\arpeggio < d' g' cis'' >) < e' a' d'' >8 < cis' fis' b' >16( < d' g' cis'' >) < e' a' d''>8 \stemNeutral e''4.\melisma d''8\melismaEnd e''2 | fis''4 g''1 ~ g''4 | \break %% 35-36 R1. | \stemUp < cis' fis' b' >16(\arpeggio < d' g' cis'' >) < e' a' d'' >8 < cis' fis' b' >16( < d' g' cis'' >) < e' a' d''>8 \stemNeutral e''4\melisma d''16 cis'' b' a' b' cis''\melismaEnd e''4. | %% 37-38 fis''4 g''1 ~ g''4 | R1. | \break %% 39-42 e'2^\markup { \small \italic "Like prayer" } fis'4 g'2. ~ | g'4 a'4 b'1^\markup { \teeny \italic "Breath is in each individual, however, do not match(during 40--50 bars)" } \breathe | cis''1. ~ | cis''1 r2 | \break %% 43-46 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1. ~ | cis''1 r2 | \break %% 47-50 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1.( | d''1.) \bar "||" \break %% 51 \time 4/1 d''\longa^\markup { \teeny \italic "The only instrument playing" } | \break %% 52 e''\longa | \break %% 53-54 \times 2/3 { d''\breve cis''\breve fis'\breve } \bar "|." \break } sopranoL = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son } sopranoLII = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny Chri -- ste Chri -- ste e -- lé -- i -- son Chri -- ste Chri -- ste e -- lé -- i -- son Chri -- ste Chri -- ste e -- lé -- i -- son Ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son } sopranoM = { \autoBeamOff %% 1-4 fis''1. | g''2. a''4 g''4(\melisma fis''8) e'' | d'' cis'' b' a'\melismaEnd g'1 | fis'1~ fis'4 r4 | \break %% 5-9 fis''1. | g''2 a''1 | g''4.\(\melisma fis''4 e'' d'' cis'' b'8~ | b'8\)\melismaEnd a'2\melisma g'8 fis' e' d' e'4.\melismaEnd | fis'1~ fis'4 r4 | \break %% 10-13 fis''1. | g''2. a''4 g''4(\melisma fis''8) e'' | d'' cis'' b' a'\melismaEnd g'1 | fis'1~ fis'4 r4 | \break %% 14-28 R1. * 15 | \break %% 29-30 R1. | \arpeggioBracket < cis' fis' b' >16(\arpeggio < d' g' cis'' >) < e' a' d'' >8 < cis' fis' b' >16( < d' g' cis'' >) < e' a' d''>8 e''4\melisma d''16 cis'' b' a' b' cis''\melismaEnd e''4. | \break %% 31-32 fis''4 g''1 ~ g''4 | R1. | \break %% 33-34 < cis' fis' b' >16(\arpeggio < d' g' cis'' >) < e' a' d'' >8 < cis' fis' b' >16( < d' g' cis'' >) < e' a' d''>8 e''4.\melisma d''8\melismaEnd e''2 | fis''4 g''1 ~ g''4 | \break %% 35-36 r1. | < cis' fis' b' >16(\arpeggio < d' g' cis'' >) < e' a' d'' >8 < cis' fis' b' >16( < d' g' cis'' >) < e' a' d''>8 e''4\melisma d''16 cis'' b' a' b' cis''\melismaEnd e''4. | %% 37-38 fis''4 g''1 ~ g''4 | R1. | \break %% 39-42 e'2 fis'4 g'2. ~ | g'4 a'4 b'1 \breathe | cis''1. ~ | cis''1 r2 | \break %% 43-46 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1. ~ | cis''1 r2 | \break %% 47-50 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1.( | d''1.) \bar "||" \break %% 51 \time 4/1 d''\longa | \break %% 52 e''\longa | \break %% 53-54 \times 2/3 { d''\breve cis''\breve fis'\breve } \bar "|." \break } %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%%% alto = { \set Score.currentBarNumber = #14 \bar "" \autoBeamOff %% 14-18 fis'1( g'8 a') b'4 ~ \melisma | b'8 a' g' a'\melismaEnd b'1 | a'2 g'1\melisma | a'4 g'8 fis'8 e' d'\melismaEnd cis'2. | b1 ~ b4 r4 | \break %% 19-23 fis'1.\melisma | e'8 d' cis' d'\melismaEnd e'1 | fis'2 e'1\melisma | fis'8 e' d' cis' b a\melismaEnd g2 a4 | b1 ~ b4 r4 | \break %% 24-28 fis'1( g'8 a') b'4 ~ \melisma | b'8 a' g' a'\melismaEnd b'1 | a'2 g'1\melisma | a'4 g'8 fis'8 e' d'\melismaEnd cis'2. | b1 ~ b4 r4 \bar "||" \break } altoII = \context Voice = "altoII" { \set Score.currentBarNumber = #29 \bar "" \autoBeamOff %% 29-30 r1 \arpeggioBracket \stemUp < fis b e' >16(\arpeggio < g cis' fis' >) < a d' g'>8 < fis b e' >16( < g cis' fis' >) < a d' g'>8 \stemNeutral | a'4\melisma g'16 fis' e' d' e' fis'\melismaEnd a'2.. | \break %% 31-32 b'4 cis''1 ~ cis''4 | r1 \stemUp < fis b e' >16(\arpeggio < g cis' fis' >) < a d' g'>8 < fis b e' >16( < g cis' fis' >) < a d' g'>8 \stemNeutral | %% 33-34 a'2\melisma g'8\melismaEnd a'2.. | b'4 cis''1 ~ cis''4 | \break %% 35-36 r1 \stemUp < fis b e' >16(\arpeggio < g cis' fis' >) < a d' g'>8 < fis b e' >16( < g cis' fis' >) < a d' g'>8 \stemNeutral | a'4\melisma g'16 fis' e' d' e' fis'\melismaEnd a'2.. | \break %% 37-38 b'4 cis''1 ~ cis''4 | r1. | \break %% 39-42 e'2^\markup { \small \italic "Like prayer" } fis'4 g'2. ~ | g'4 a'4 b'1^\markup { \teeny \italic "Breath is in each individual, however, do not match(during 40--50 bars)" } \breathe | cis''1. ~ | cis''1 r2 |\break %% 43-46 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1. ~ | cis''1 r2 |\break %% 47-50 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1.( | d''1.) \bar "||" \break %% 51 \time4/1 d''\longa^\markup { \teeny \italic "The only instrument playing" } | \break %% 52 e''\longa | \break %% 53-54 \times 2/3 { d''\breve cis''\breve fis'\breve } \bar "|." \break } altoL = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny ký -- ri -- e e -- lé -- i -- son ký -- ri -- e e -- lé -- i -- son ký -- ri -- e e -- lé -- i -- son } altoLII = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny Chri -- ste Chri -- ste e -- lé -- i -- son Chri -- ste Chri -- ste e -- lé -- i -- son Chri -- ste Chri -- ste e -- lé -- i -- son Ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son } altoM = { \autoBeamOff %% 1-13 R1. * 13 \break %% 14-18 fis'1( g'8 a') b'4 ~ \melisma | b'8 a' g' a'\melismaEnd b'1 | a'2 g'1\melisma | a'4 g'8 fis'8 e' d'\melismaEnd cis'2. | b1 ~ b4 r4 | \break %% 19-23 fis'1.\melisma | e'8 d' cis' d'\melismaEnd e'1 | fis'2 e'1\melisma | fis'8 e' d' cis' b a\melismaEnd g2 a4 | b1 ~ b4 r4 | \break %% 24-28 fis'1( g'8 a') b'4 ~ \melisma | b'8 a' g' a'\melismaEnd b'1 | a'2 g'1\melisma | a'4 g'8 fis'8 e' d'\melismaEnd cis'2. | b1 ~ b4 r4 \bar "||" \break %% 29-30 r1 \arpeggioBracket < fis b e' >16(\arpeggio < g cis' fis' >) < a d' g'>8 < fis b e' >16( < g cis' fis' >) < a d' g'>8 | a'4\melisma g'16 fis' e' d' e' fis'\melismaEnd a'2.. | \break %% 31-32 b'4 cis''1 ~ cis''4 | r1 < fis b e' >16(\arpeggio < g cis' fis' >) < a d' g'>8 < fis b e' >16( < g cis' fis' >) < a d' g'>8 | %% 33-34 a'2\melisma g'8\melismaEnd a'2.. | b'4 cis''1 ~ cis''4 | \break %% 35-36 r1 < fis b e' >16(\arpeggio < g cis' fis' >) < a d' g'>8 < fis b e' >16( < g cis' fis' >) < a d' g'>8 | a'4\melisma g'16 fis' e' d' e' fis'\melismaEnd a'2.. | \break %% 37-38 b'4 cis''1 ~ cis''4 | R1. | \break %% 39-42 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1. ~ | cis''1 r2 |\break %% 43-46 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1. ~ | cis''1 r2 |\break %% 47-50 e'2 fis'4 g'2. ~ | g'4 a' b'1 \breathe | cis''1.( | d''1.) \bar "||" \break %% 51 \time4/1 d''\longa | \break %% 52 e''\longa | \break %% 53-54 \times 2/3 { d''\breve cis''\breve fis'\breve } \bar "|." \break } %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% tenor = { \set Score.currentBarNumber = #14 \bar "" \autoBeamOff %% 14-18 r4 a1( b8 cis') | d'2 e'1 | d'1 e'2\melisma | d'4 cis'8 b a g fis e\melismaEnd fis2 ~ | fis4 g1 ~ g4 | \break %% 19-23 r4 a2.\melisma b8 cis' d' e'\melismaEnd | fis'2 g'1 | fis'1\melisma e'8 d' cis' b\melismaEnd | a2.\melisma b4 a\melismaEnd g | g1. | \break %% 24-28 r4 a1( b8 cis') | d'2 e'1 | d'1 e'2\melisma | d'4 cis'8 b a g fis e\melismaEnd fis2 ~ | fis4 g1 ~ g4 \bar "||" \break } tenorII = \context Voice = "tenorII" { \set Score.currentBarNumber = #29 \bar "" \autoBeamOff %% 29-30 r2 \arpeggioBracket \stemUp < d g cis' >16(\arpeggio < e a d' >) < fis b e' >8 < d g cis' >16( < e a d' >) < fis b e' >8 \stemNeutral fis'4\melisma e'16 d' cis' b | a4. b16 cis' d' e'8.\melismaEnd fis'2 g'4 ~ | \break %% 31-32 g'2. ~ g'4 r2 | r2 \stemUp < d g cis' >16(\arpeggio < e a d' >) < fis b e' >8 < d g cis' >16( < e a d' >) < fis b e' >8 \stemNeutral fis'4\melisma e'16 d' cis' b | \break %% 33-34 cis'8 d' e'\melismaEnd fis'2.. g'4 ~ | g'2. ~ g'4 r2 | \break %% 35-36 r2 \stemUp < d g cis' >16(\arpeggio < e a d' >) < fis b e' >8 < d g cis' >16( < e a d' >) < fis b e' >8 \stemNeutral fis'4\melisma e'16 d' cis' b | a4. b16 cis' d' e'8.\melismaEnd fis'2 g'4 ~ | \break %% 37-38 g'2. ~ g'4 r2 | R1. | \break %% 39-42 e2^\markup { \small \italic "Animato" } fis4 g2. ~ | g4 a4 b1^\markup { \teeny \italic "Breath is in each individual, however, do not match(during 40--50 bars)" } \breathe | cis'1. ~ | cis'1 r2 |\break %% 43-46 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1. ~ | cis'1 r2 |\break %% 47-50 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1.( | d') \bar "||" \break %% 51 \time4/1 d'\longa^\markup { \teeny \italic "The only instrument playing" } | \break %% 52 e'\longa | \break %% 53-54 \times 2/3 { d'\breve cis'\breve fis\breve } \bar "|." \break } tenorL = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny ký -- ri -- e e -- lé -- i -- son ký -- ri -- e e -- lé -- i -- son ký -- ri -- e e -- lé -- i -- son } tenorLII = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny Chri -- ste Chri -- ste e -- léi -- son Chri -- ste Chri -- ste e -- léi -- son Chri -- ste Chri -- ste e -- léi -- son Ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son } tenorM = { \autoBeamOff %% 1-13 r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | \break %% 14-18 r4 a1( b8 cis') | d'2 e'1 | d'1 e'2\melisma | d'4 cis'8 b a g fis e\melismaEnd fis2 ~ | fis4 g1 ~ g4 | \break %% 19-23 r4 a2.\melisma b8 cis' d' e'\melismaEnd | fis'2 g'1 | fis'1\melisma e'8 d' cis' b\melismaEnd | a2.\melisma b4 a\melismaEnd g | g1. | \break %% 24-28 r4 a1( b8 cis') | d'2 e'1 | d'1 e'2\melisma | d'4 cis'8 b a g fis e\melismaEnd fis2 ~ | fis4 g1 ~ g4 \bar "||" \break %% 29-30 r2 \arpeggioBracket < d g cis' >16(\arpeggio < e a d' >) < fis b e' >8 < d g cis' >16( < e a d' >) < fis b e' >8 fis'4\melisma e'16 d' cis' b | a4. b16 cis' d' e'8.\melismaEnd fis'2 g'4 ~ | \break %% 31-32 g'2. ~ g'4 r2 | r2 < d g cis' >16(\arpeggio < e a d' >) < fis b e' >8 < d g cis' >16( < e a d' >) < fis b e' >8 fis'4\melisma e'16 d' cis' b | \break %% 33-34 cis'8 d' e'\melismaEnd fis'2.. g'4 ~ | g'2. ~ g'4 r2 | \break %% 35-36 r2 < d g cis' >16(\arpeggio < e a d' >) < fis b e' >8 < d g cis' >16( < e a d' >) < fis b e' >8 fis'4\melisma e'16 d' cis' b | a4. b16 cis' d' e'8.\melismaEnd fis'2 g'4 ~ | \break %% 37-38 g'2. ~ g'4 r2 | r1. | \break %% 39-42 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1. ~ | cis'1 r2 |\break %% 43-46 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1. ~ | cis'1 r2 |\break %% 47-50 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1.( | d'1.) \bar "||" \break %% 51 \time4/1 d'\longa | \break %% 52 e'\longa | \break %% 53-54 \times 2/3 { d'\breve cis'\breve fis\breve } \bar "|." \break } %%%%%%% bass; part %%%%%%%%%%%%%%%% bass = { %% 1-4 \autoBeamOff r4 b,2 cis4( d8 e fis) g~ | g8 cis'2.\melisma b8 a g fis e\melismaEnd | d2.\melisma cis4 d cis\melismaEnd | b,4 cis1~ cis4 | \break %% 5-9 r4 b,1 ~ b,4 | cis2 fis1 | cis'2\melisma b4 a g fis\melismaEnd | e2\melisma cis8 b,\melismaEnd cis2. | cis1. | \break %% 10-13 r4 b,2 cis4( d8 e fis) g~ | g8 cis'2.\melisma b8 a g fis e\melismaEnd | d2.\melisma cis4 d cis\melismaEnd | b,4 cis1~ cis4 \bar "||" \break } bassII = \context Voice = "bassII" { \set Score.currentBarNumber = #29 \bar "" \autoBeamOff %% 29-30 r4 \arpeggioBracket < b, d fis >16(\arpeggio < cis e g >) < d fis a >8 < b, d fis >16( < cis e g >) < d fis a >8 b4\melisma a16 g fis e fis g a8\melismaEnd | b2 cis'1 ~ | \break %% 31-32 cis'4 r4 r1 | r4 < b, d fis >16(\arpeggio < cis e g >) < d fis a >8 < b, d fis >16( < cis e g >) < d fis a >8 b4.\melisma a8 g a\melismaEnd | \break %% 33-34 b2 cis'1 ~ | cis'4 r4 r1 | \break %% 35-36 r4 < b, d fis >16(\arpeggio < cis e g >) < d fis a >8 < b, d fis >16( < cis e g >) < d fis a >8 b4\melisma a16 g fis e fis g a8\melismaEnd | b2 cis'1 ~ | \break %% 37-38 cis'4 r4 r1 | r1. | \break %% 39-42 e2^\markup { \small \italic "Animato" } fis4 g2. ~ | g4 a4 b1^\markup { \teeny \italic "Breath is in each individual, however, do not match(during 40--50 bars)" } \breathe | cis'1. ~ | cis'1 r2 |\break %% 43-46 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1. ~ | cis'1 r2 |\break %% 47-50 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1.( | d') \bar "||" \break %% 51 \time4/1 d'\longa^\markup { \teeny \italic "The only instrument playing" } | \break %% 52 e'\longa | \break %% 53-54 \times 2/3 { d'\breve cis'\breve fis\breve } \bar "|." \break } bassL = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny ký -- ri -- e e -- lé -- i -- son ký -- ri -- e e -- lé -- i -- son ký -- ri -- e e -- lé -- i -- son } bassLII = \lyricmode { \override Score.LyricText.font-shape = #'italic \tiny Chri -- ste Chri -- ste e -- léi -- son Chri -- ste Chri -- ste e -- léi -- son Chri -- ste Chri -- ste e -- léi -- son Ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son ký -- ri -- e e -- léi -- son } bassM = { \autoBeamOff %% 1-4 r4 b,2 cis4( d8 e fis) g~ | g8 cis'2.\melisma b8 a g fis e\melismaEnd | d2.\melisma cis4 d cis\melismaEnd | b,4 cis1~ cis4 | \break %% 5-9 r4 b,1 ~ b,4 | cis2 fis1 | cis'2\melisma b4 a g fis\melismaEnd | e2\melisma cis8 b,\melismaEnd cis2. | cis1. | \break %% 10-13 r4 b,2 cis4( d8 e fis) g~ | g8 cis'2.\melisma b8 a g fis e\melismaEnd | d2.\melisma cis4 d cis\melismaEnd | b,4 cis1~ cis4 | \break %% 14-28 r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | r1. | \break %% 29-30 r4 \arpeggioBracket < b, d fis >16(\arpeggio < cis e g >) < d fis a >8 < b, d fis >16( < cis e g >) < d fis a >8 b4\melisma a16 g fis e fis g a8\melismaEnd | b2 cis'1 ~ | \break %% 31-32 cis'4 r4 r1 | r4 < b, d fis >16(\arpeggio < cis e g >) < d fis a >8 < b, d fis >16( < cis e g >) < d fis a >8 b4.\melisma a8 g a\melismaEnd | \break %% 33-34 b2 cis'1 ~ | cis'4 r4 r1 | \break %% 35-36 r4 < b, d fis >16(\arpeggio < cis e g >) < d fis a >8 < b, d fis >16( < cis e g >) < d fis a >8 b4\melisma a16 g fis e fis g a8\melismaEnd | b2 cis'1 ~ | \break %% 37-38 cis'4 r4 r1 | r1. | \break %% 39-42 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1. ~ | cis'1 r2 |\break %% 43-46 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1. ~ | cis'1 r2 |\break %% 47-50 e2 fis4 g2. ~ | g4 a b1 \breathe | cis'1.( | d'1.) \bar "||" \break %% 51 \time4/1 d'\longa | \break %% 52 e'\longa | \break %% 53-54 \times 2/3 { d'\breve cis'\breve fis\breve } \bar "|." \break } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run–makeinfo, Previous: kyrie-cv.ly, Up: Top
%% 7:58 AM Thursday, January 25, 2024 %% Yukio Yoshida. \input colordvi.tex \input texinfo @c %**start of header @setfilename kyrie.info @c @settitle kýrie eléison @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>kýrie eléison</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 * Music Sheet:: --- Music Sheet: Music Sheet. * kyrie.ly:: --- Source code framework: kyrie.ly. * kyrie-cv.ly:: --- Source code notes: kyrie-cv.ly. * kyrie.texi:: --- Source code document: kyrie.texi. * run--makeinfo:: --- Source code run-file: run--makeinfo. @end menu @end ifhtml @c @end ignore -------------------------------------------------------------------- @html <p align = "center"> <a href="kyrie.midi">kyrie.midi</a>(//The one below is mp3//)           <a href="kyrie.pdf">kyrie.pdf</a>          • <a href="kyrie.tar.gz">kyrie.tar.gz</a> (All-files;<7,850bytes)<br /> <audio src="kyrie.mp3" controls> Download <a href="kyrie.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, kyrie.ly, Top, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered Music Sheet @end ifhtml @html <div align="center"> <a href="kyrie.pdf"> @end html @ifhtml @image{kyrie-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="kyrie-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="kyrie-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="kyrie-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="kyrie-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="kyrie-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> @end html @end ifhtml @html </a></div> @end html @ifnottex @node kyrie.ly, kyrie-cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered kyrie.ly @end ifhtml @html <blockquote><blockquote> @end html @verbatiminclude kyrie.ly @html </blockquote></blockquote> @end html @ifnottex @node kyrie-cv.ly, kyrie.texi, kyrie.ly, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered kyrie-cv.ly @end ifhtml @html <blockquote><blockquote> @end html @verbatiminclude kyrie-cv.ly @html </blockquote></blockquote> @end html @ifnottex @node kyrie.texi, run--makeinfo, kyrie-cv.ly, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered kyrie.texi @end ifhtml @html <blockquote><blockquote> @end html @verbatiminclude kyrie.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , kyrie.texi, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered run--makeinfo @end ifhtml @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: kyrie.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)—