Next: Music Sheet, Previous: ("dir"), Up: ("dirTop")
AGNUS DEI
[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.midi(//The one below is mp3//)
agnus.pdf
agnus.tar.gz (All-files;<9,600bytes)
The Jacket of a sheet is "png" and Sheets are "svg"
Next: agnus-cv.ly, Previous: Music Sheet, Up: Top
%% 12:37 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-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 ( AGNUS DEI) 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 = \markup { \center-column { " " " " "From Réquiem-ceremony" } } title = "AGNUS DEI" %%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 = "Op.68 AGNUS DEI" poet = " " %%opus = "Op.68" meter = \markup { \italic "prayer(keeping mind's wither)" } copyright = "public Domain" %% tagline = " " } %% End header %%%%%%%%%% midi music code part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% get sheet music --------------------------------------------------------------- \score { << %% \context ChoirStaff = "FourPartStaff" << \context StaffGroup << \new Voice = "soprano" { \clef soprano \key c\major \time 3/2 \set Staff.instrumentName = "soprano" \soprano } \new Lyrics = "mainSL" \lyricsto "soprano" { \sopranoL } \new Voice = "alto" { \clef alto \key c\major \time 3/2 \set Staff.instrumentName = "alto " \alto } \new Lyrics = "mainAL" \lyricsto "alto" { \altoL } \new Voice = "tenor" { \clef tenor \key c\major \time 3/2 \set Staff.instrumentName = "tenor " \tenor } \new Lyrics = "mainTL" \lyricsto "tenor" { \tenorL } \new Voice = "bass" { \clef bass \key c\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 } } } %% get midi music ---------------------------------------------------------------- \score { << \new Staff { \clef soprano \key c\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \sopranoM } \new Staff { \clef alto \key c\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \altoM } \new Staff { \clef tenor \key c\major \time 3/2 \tempo 4 = 46 \set Staff.midiInstrument = "pad 2 (warm)" \unfoldRepeats \tenorM } \new Staff { \clef bass \key c\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 { " " } \markup { " " } %% \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 { \vspace #10 } \markup { \line {\bold "Réquiem's(Agnus Dei)"} } \markup {%%column * 2 \fill-line { \column { \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." } %%% Joha 1 \hspace #8 \column { \line \bold\teeny { \hspace #20 Reference Sources; Agnus Déi = the Lamb of God } \line \bold\italic { \hspace #6 John 1 ( Jesus the Lamb of God. )} \column { \italic " ................... " \line \italic { \concat{ " "\super 29 } The next day John saw Jesus coming toward him and said,} \line \italic { " " Look, ``the Lamb of God.'' who takes away the sin of the world! } " ................... " } } } }}} \markup { " " } \markup { \vspace #4 } \markup { " " } \markup { \line { \bold \italic "The following is described by contrasting word (characters) and musical notes. " } } \markup { \italic "Soprano, Alto, Tenor, Bass" } \markup { " " } \markup { \fill-line { \center-column { \column { "A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di:" "dó -- na é -- is ré -- qui -- em." " " " \\skip 2. \\skip 2. | \\skip 2. \\skip 2. | \\skip 1. | " " \\skip 2 \\skip 2 %% ~ \\skip 2 ~ | \\skip 2. " " \\skip 2. | " " " "A -- gnus __ Dé __ i, qui __ tól -- lis pec -- cá -- ta mún -- di:" "dó -- na é -- is ré -- qui -- em." " " " \\skip 2 \\skip 4 | \\skip 4 \\skip 4 \\skip 4 \\skip 2. | " " " "A -- gnus Dé -- i," "A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: __" "dó -- na é -- is ré -- qui -- em" "%% Playing musical instruments end up here." "%% Only; Chorus." "sem -- pi -- tér -- nam, %% Solo" "sem -- pi -- tér -- nam. %% Tutti" }}}} \markup { " " } %%%%%%%%%%%% End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \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/2012/2.24.0/agnus/agnus.html" } } } \pageBreak %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% }}%% end bokkpart III, End book %%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% \markup { \column { "Name; agnus.ly" %%%% %%%%% \verbatim-file #"agnus.ly" } } %%%% %%%%% \markup { \column { "Name; agnus-cv.ly" %%%% %%%%% \verbatim-file #"agnus-cv.ly" } } %%%% %%%%% \markup { \column { "Name; run--lily.sh" %%%% %%%%% \verbatim-file #"run--lily.sh" } } %%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: agnus.texi, Previous: agnus.ly, Up: Top
\version "2.24.0" VoiceColorBlue = { %%\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.Tie.color = #blue \override Voice.Dots.color = #blue \override Voice.TupletNumber.color = #blue \override Voice.TupletBracket.color = #blue } VoiceNeutral = { %%\revert Staff.BarLine.color \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.Tie.color \revert Voice.Dots.color \revert Voice.TupletNumber.color \revert Voice.TupletBracket.color } VoiceMelismaPart = { \autoBeamOff %%\override Voice.Stem.transparent = ##t \override Voice.Stem.font-size = #-3 \override Voice.Stem.color = #blue \override Voice.Flag.color = #blue \override Voice.NoteHead.color = #blue \override Voice.NoteHead.style = #'petrucci \override Voice.Tie.color = #blue \override Voice.Dots.color = #blue } EndPart = { %%\revert Voice.Stem.transparent \revert Voice.Stem.font-size \revert Voice.Stem.color \revert Voice.Flag.color \revert Voice.NoteHead.color \revert Voice.NoteHead.style \revert Voice.Tie.color \revert Voice.Dots.color } Instruments=^\markup { \teeny \italic \with-color #blue "instruments" } %%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%% %%% --- Don't use! "R1." --- soprano = { \hide Staff.BarLine \autoBeamOff \partial 2 r2 %% ^\markup { \column { \line { \hspace #-10 %% \override #'(style . petrucci) \with-color #blue %% { \fontsize #-1 \note #"8" #UP } = %% \note-by-number #3 #0 #UP (eighth note) %% And, Only-Play; \with-color #blue "Instrument parts" } %% \line { " " } } } %% 1-4 r2 g'1\melisma | g'1.\melismaEnd | g'2 a'\melisma << { \VoiceMelismaPart { b'8^\markup { \teeny \with-color #blue \italic "One or Two; instruments" } c'' b' c'' ~ | c'' b' c'' b' c'' b' c'' b'\EndPart } } \\ {g'2 | a'1 } >> \melismaEnd b'2 | \break %% 5-9 c''1 b'2\melisma | << { \VoiceMelismaPart { d''8^\markup { \teeny \with-color #blue \italic "One or Two; instruments" } c'' d'' c'' d'' c''\EndPart } } \\ { b'2. } >> \melismaEnd d''2. | c''2 d'' e'' | c''1 d''2 ~ | d''2 << { r1 } \\ { \override NoteHead.color = #blue d''1_\Instruments } >> | \break %% 10-14 g'2. a' | g'2. a' \breathe | b'\( c'' | d''1.\)^\fermata | << { r1. } \\ { \override NoteHead.color = #blue <d' d''>1._\Instruments } >> | \break %% 15-19 \VoiceColorBlue { <d'' b' g'>8[^\markup { \hspace #-6 \italic \with-color #blue "Only; Instruments" } <c'' a' f'> <b' g' e'>] ~ <b' e'>4. <b' g' e'>8[ <a' f' d'> <g' e' c'>] ~ <g' c'>4. | <c' e' g'>16[ <d' f' a'> <e' g' b'> <f' a' c''>8.] ~ <f' c''>4. <g' b' d''>16[ <a' c'' e''> <b' d'' f''> < c'' e'' g''>8.] ~ <c'' g''>4. | <c'' a' f'>1. | <a' f' d'>2 < g' e' c'> ~ <e' c'> ~ | <c' c''>2. <d' f' a'> } \VoiceNeutral | \break %% 20-25 a'1. | b'2\melisma a'4\melismaEnd b'\melisma c'' d''\melismaEnd | e''1. | g'4.\melisma f'8 g'4 a'4\melismaEnd b'2 | c''2. d'' | e'' d'' | \break %% 26-29 e''2 f''1 | e''4. f''4. e''2. | e''4 f''2 f''2. | g''1.^\fermata | \break %% 30-34 \VoiceColorBlue { r2.^\markup {\hspace #-6 \italic \column { \with-color #blue "Only; Instruments." " [If you can, then do `SopranoSolo humming' with something hight note for through in this area(30~34).]" } } g''2 < a'' e''>4 | <e'' b'> <b' f'> <f' c'> c'2. ~ | c'1. ~ | <c' e' g'>2 ~ <e' g' b'> ~ <g' b' d''> ~ | <g' b' d''>1. } \VoiceNeutral | \break %% 35-39 c''2 c'' c'' | c''2.^\fermata r2. | a'2 a' a' | a'1^\fermata r2 | << {r4}\\{\VoiceColorBlue g'4_\Instruments \VoiceNeutral} >> g'4. a'2.. | \break %% 40-44 b'1 << {r8}\\{\VoiceColorBlue b'8_\Instruments \VoiceNeutral} >> c''4. | d''2. e''4 << {r2}\\{\VoiceColorBlue e''2_\Instruments \VoiceNeutral} >> | f''1 f''2( | g''1.) | c''2. c''4 b'2 ~ | \break %% 45-47 b'2 c''1 | b'2. b' | c''1.^\fermata _\markup { \hspace #-4 \tiny \italic \with-color #blue "Playing musical instruments end up here(47 bar)." } \time 4/1 | \break %% 48 --- Only; Chours ---- c''2^\markup { \hspace #-8 \column { \italic \with-color #red "Only; Chorus." \italic \with-color #red " Solo" } } c''4 c'' c''2. r2 <g' c''>2^\markup { \italic \with-color #red "Tutti" } <g' c''>4 <g' c''>4 <g' c''>2. ~ | \time 3/2 <g' c''>1^\fermata \undo \hide Staff.BarLine \bar "|." \break } sopranoL = \lyricmode { %% Normalty; Don't put bar's line at in lyricsmode!! %% (But, this has that.) \override Score.LyricText.font-shape = #'italic \tiny A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. \skip 2. \skip 2. | \skip 2. \skip 2. | \skip 1. | \skip 2 \skip 2 %% ~ \skip 2 ~ | \skip 2. \skip 2. | A -- gnus __ Dé __ i, qui __ tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. \skip 2 \skip 4 | \skip 4 \skip 4 \skip 4 \skip 2. | A -- gnus Dé -- i, A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: __ dó -- na é -- is ré -- qui -- em %% Playing musical instruments end up here. %% Only; Chorus. sem -- pi -- tér -- nam, %% Solo sem -- pi -- tér -- nam. %% Tutti } sopranoM = { \autoBeamOff \partial 2 r2 %% 1-4 r2 g'1\melisma | g'1.\melismaEnd | g'2 a'\melisma << { b'8 c'' b' c'' ~ | c'' b' c'' b' c'' b' c'' b' } \\ {g'2 | a'1 } >> \melismaEnd b'2 | \break %% 5-9 c''1 b'2\melisma | << { d''8 c'' d'' c'' d'' c'' } \\ { b'2. } >> \melismaEnd d''2. | c''2 d'' e'' | c''1 d''2 ~ | d''2 << { r1 } \\ { d''1 } >> | \break %% 10-14 g'2. a' | g'2. a' \breathe | b'\( c'' | d''1.\)^\fermata | << { r1. } \\ { <d' d''>1. } >> | \break %% 15-19 <d'' b' g'>8[ <c'' a' f'> <b' g' e'>] ~ <b' e'>4. <b' g' e'>8[ <a' f' d'> <g' e' c'>] ~ <g' c'>4. | <c' e' g'>16[ <d' f' a'> <e' g' b'> <f' a' c''>8.] ~ <f' c''>4. <g' b' d''>16[ <a' c'' e''> <b' d'' f''> < c'' e'' g''>8.] ~ <c'' g''>4. | <c'' a' f'>1. | <a' f' d'>2 < g' e' c'> ~ <e' c'> ~ | <c' c''>2. <d' f' a'> | \break %% 20-25 a'1. | b'2\melisma a'4\melismaEnd b'\melisma c'' d''\melismaEnd | e''1. | g'4.\melisma f'8 g'4 a'4\melismaEnd b'2 | c''2. d'' | e'' d'' | \break %% 26-29 e''2 f''1 | e''4. f''4. e''2. | e''4 f''2 f''2. | g''1.^\fermata | \break %% 30-34 r2. g''2 < a'' e''>4 | <e'' b'> <b' f'> <f' c'> c'2. ~ | c'1. ~ | <c' e' g'>2 ~ <e' g' b'> ~ <g' b' d''> ~ | <g' b' d''>1. | \break %% 35-39 c''2 c'' c'' | c''2.^\fermata r2. | a'2 a' a' | a'1^\fermata r2 | << {r4}\\{g'4} >> g'4. a'2.. | \break %% 40-44 b'1 << {r8}\\{b'8} >> c''4. | d''2. e''4 << {r2}\\{e''2} >> | f''1 f''2( | g''1.) | c''2. c''4 b'2 ~ | \break %% 45-47 b'2 c''1 | b'2. b' | c''1.^\fermata \time 4/1 | \break %% 48- %%%%% End; Playing musical instruments end up here. c''2 c''4 c'' c''2. r2 <g' c''>2 <g' c''>4 <g' c''>4 <g' c''>2. ~ | \time 3/2 <g' c''>1^\fermata \bar "|." } %%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%%% %%% --- Don't use! "R1." --- alto = { \hide Staff.BarLine \autoBeamOff \partial 2 r2 %% 1-4 r2 d'2\melisma << { \VoiceMelismaPart { f'8^\markup { \teeny \with-color #blue \italic "One or Two; instrument" } g' f' g' ~ | g' f' g' f' g' f' g' f'\EndPart } } \\ { d'2 | d'1 } >>\melismaEnd e'2 | d'2. c' | d'1 c'2 ~ | \break %% 5-9 c'1 r8 d'4. | e'2. c' | d' e' | f'1 g'2 ~ | g'2 << { r1 } \\ { \override NoteHead.color = #blue g'1_\Instruments } >> | \break %% 10-14 c'2 d'1 | c'2 d'1 \breathe | e'2\( f'1 | g'1.\)^\fermata | << { r1. } \\ { \override NoteHead.color = #blue <g g'>1._\Instruments } >> | \break %% 15-19 \VoiceColorBlue { <f c'>4.~ <f a c'>16[ <g b d'> <a c' e'> <b d' f'>8.] ~ <b f'>4. <c' e' g'>16[ <d' f' a'> <e' g' b'> <f' a' c''>8.] ~ | <f' c''>4. <a' f' d'>8[ <g' e' c'> <f' d' b>] ~ <f' b>4. <e' c' a>8[ <d' b g> <c' a f>] | <c' e' g'>1. | <e' g' b'>2 <f' a' c''> ~ <a' c''> ~ | <c' c''>2. <d' f' a'> } \VoiceNeutral | \break %% 20-25 e'2\melisma d'4 e' f' g'\melismaEnd | g'2 f'1\melisma | g'2\melismaEnd a'1 | g8\melisma f g a b c'\melismaEnd d'2. | e'4 f'4\melisma e'8 d' c' b\melismaEnd c'2 | d'1. | \break %% 26-29 f8\melisma g a b c' d'\melismaEnd d'2. | c'2 d'4 e'2 f'4 | g'1 a'2 | b'1.^\fermata | \break %% 30-34 \VoiceColorBlue { r2. b'2 <c'' g'>4 | <g' d'> <d' a> <a e> e2. ~ | e1. ~ | <e g b>2 ~ <g b d'> ~ <b d' f'> ~ | <b d' f'>1. } \VoiceNeutral | \break %% 35-39 g'2 g' g' | g'2.^\fermata r2. | e'2 e' e' | e'1^\fermata r2 | << {r4}\\{\VoiceColorBlue d'4_\Instruments \VoiceNeutral} >> d'4. e'2.. | \break %% 40-43 f'1 << {r8}\\{\VoiceColorBlue f'8_\Instruments \VoiceNeutral} >> g'4. | a'2. b'4 << {r2}\\{\VoiceColorBlue b'2_\Instruments \VoiceNeutral} >> | c''1 d''2( | e''1.) | a'2. a'4 g'2 ~ | \break %% 45-47 g'2 a'1 | g'2. g' | a'1.^\fermata _\markup { \hspace #-4 \tiny \italic \with-color #blue "Playing musical instruments end up here(47 bar)." } \time 4/1 | \break %% 48 --- Only; Chours ---- a'2^\markup {\italic \with-color #red "Solo" } a'4 a' a'2. r2 <e' a'>2^\markup { \italic \with-color #red "Tutti" } <e' a'>4 <e' a'>4 <e' a'>2. ~ | \time 3/2 <e' a'>1^\fermata \undo \hide Staff.BarLine \bar "|." \break } altoL = \lyricmode { %% Normalty; Don't put bar's line at in lyricsmode!! \override Score.LyricText.font-shape = #'italic \tiny A -- gnus Dé -- i qu -- i tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. \skip 2. \skip 2. \skip 2. \skip 2. \skip 1. \skip 2 \skip 2 %% ~ \skip 2 ~ \skip 2. \skip 2. A __ gnus Dé __ i, qui __ tól -- lis pec __ cá -- ta mún __ di: dó -- na é -- is ré -- qui -- em. \skip 2. \skip 4 | \skip 4 \skip 4 \skip 4 \skip 2. | A -- gnus Dé -- i, A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: __ dó -- na é -- is ré -- qui -- em %% Playing musical instruments end up here. %% Only; Chorus. sem -- pi -- tér -- nam, %% Solo sem -- pi -- tér -- nam. %% Tutti } altoM = { \autoBeamOff \partial 2 r2 %% 1-4 r2 d'2\melisma << { f'8 g' f' g' ~ | g' f' g' f' g' f' g' f' } \\ { d'2 | d'1 } >> \melismaEnd e'2 | d'2. c' | d'1 c'2 ~ | \break %% 5-9 c'1 r8 d'4. | e'2. c' | d' e' | f'1 g'2 ~ | g'2 << { r1 } \\ { g'1 } >> | \break %% 10-14 c'2 d'1 | c'2 d'1 \breathe | e'2\( f'1 | g'1.\)^\fermata | << { r1. } \\ { <g g'>1.} >> | \break %% 15-19 \VoiceColorBlue { <f c'>4.~ <f a c'>16[ <g b d'> <a c' e'> <b d' f'>8.] ~ <b f'>4. <c' e' g'>16[ <d' f' a'> <e' g' b'> <f' a' c''>8.] ~ | <f' c''>4. <a' f' d'>8[ <g' e' c'> <f' d' b>] ~ <f' b>4. <e' c' a>8[ <d' b g> <c' a f>] | <c' e' g'>1. | <e' g' b'>2 <f' a' c''> ~ <a' c''> ~ | <c' c''>2. <d' f' a'> } | \break %% 20-25 e'2\melisma d'4 e' f' g'\melismaEnd | g'2 f'1\melisma | g'2\melismaEnd a'1 | g8\melisma f g a b c'\melismaEnd d'2. | e'4 f'4\melisma e'8 d' c' b\melismaEnd c'2 | d'1. | \break %% 26-29 f8\melisma g a b c' d'\melismaEnd d'2. | c'2 d'4 e'2 f'4 | g'1 a'2 | b'1.^\fermata | \break %% 30-34 r2. b'2 <c'' g'>4 | <g' d'> <d' a> <a e> e2. ~ | e1. ~ | <e g b>2 ~ <g b d'> ~ <b d' f'> ~ | <b d' f'>1. | \break %% 35-39 g'2 g' g' | g'2.^\fermata r2. | e'2 e' e' | e'1^\fermata r2 | << {r4}\\{d'4} >> d'4. e'2.. | \break %% 40-44 f'1 << {r8}\\{f'8} >> g'4. | a'2. b'4 << {r2}\\{b'2} >> | c''1 d''2( | e''1.) | a'2. a'4 g'2 ~ | \break %% 45-47 g'2 a'1 | g'2. g' | a'1. \time 4/1 | \break %% 48 %%%%% End; Playing musical instruments end up here. a'2 a'4 a' a'2. r2 <e' a'>2 <e' a'>4 <e' a'>4 <e' a'>2. ~ | \time 3/2 <e' a'>1^\fermata \bar "|." } %%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%% %%% --- Don't use! "R1." --- tenor = { \hide Staff.BarLine \autoBeamOff \partial 2 r2 %% 1-4 b2\melisma c'1 ~ | c'2 b1\melismaEnd | c'1. | b1 b2| \break %% 5-9 c'2. d'2 e'4 ~ | e'4 d'1 c'4 ~ | c'4 c'2 c'2. | d'1 e'2 ~ | e'2 << { r1 } \\ { \override NoteHead.color = #blue e'1_\Instruments } >> | \break %% 10-14 g2. a | g a \breathe | b2\( c'1 | d'1.\)^\fermata | << { r1. } \\ { \override NoteHead.color = #blue <d d'>1._\Instruments } >> | \break %% 15-19 \VoiceColorBlue { <c c'>2. <d d'> | \times 2/3 { <e e'>2 < f f'> <g g'> } <f f'>2 ~ | f'1. ~ | f' ~ | f' } \VoiceNeutral | \break %% 20-25 a1 b2 ~ | b2 b2\melisma c' | d'\melismaEnd e'1 | d2 e4\melisma g b d'\melismaEnd | e'2 f'4\melisma g'8 f' e' d' c'4\melismaEnd | e'2. g' | \break %% 26-29 e'2. g' | e'8\melisma d' c' b a4\melismaEnd a a2 | b2 c'2. d'4\(~\melisma | d'4( e')\melismaEnd f'1\)^\fermata | \break %% 30-34 \VoiceColorBlue { r2. f4 e d ~ | <d f a>8[ <f a c'> <a c' e'>] ~ e'4. ~ <e' c' a>8[ <c' a f> <a f d>] ~ d4. ~ | d16[ e f g] ~ g4 e16[ f g a] ~ \stemUp a4 ~ \stemNeutral a8[ g f e] ~ | e16[ f g a] ~ a4 f16[ g a b] ~ b4 ~ b8[ a g f] ~ | <a f d>1. } | \break %% 35-39 \VoiceNeutral c'2 c' c' | c'2.^\fermata r2. | e'2 e' e' | e'1^\fermata r2 | << {r4}\\{\VoiceColorBlue f'4_\Instruments \VoiceNeutral} >> f'4. e'2.. | \break %% 40-44 d'1 << {r8}\\{\VoiceColorBlue d'8_\Instruments \VoiceNeutral} >> c'4. | b2. a4 << {r2}\\{\VoiceColorBlue a2_\Instruments \VoiceNeutral} >> | g1 f2( | e1.) | b2. b4 a2 ~ | \break %% 45-47 a2 b1 | a2. a | b1.^\fermata _\markup { \hspace #-4 \tiny \italic \with-color #blue "Playing musical instruments end up here(47 bar)." } \time 4/1 | \break %% 48 --- Only; Chours ---- b2^\markup {\italic \with-color #red "Solo" } b4 b b2. r2 <e' b>2^\markup { \italic \with-color #red "Tutti" } <e' b>4 <e' b>4 <e' b>2. ~ | \time 3/2 <e' b>1^\fermata \undo \hide Staff.BarLine \bar "|." \break } tenorL = \lyricmode { %% Normalty; Don't put bar's line at in lyricsmode!! \override Score.LyricText.font-shape = #'italic \tiny A -- gnus Dé -- i, qu -- i tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. \skip 2. \skip 2. \skip 2 \skip 2 \skip 2 \skip 1. %% \skip 2 \skip 2 \skip 2 \skip 2. \skip 2. A -- gnus Dé __ i, qui tól __ lis pec __ cá -- ta mún -- di: dó __ na é -- is ré -- qui __ em. \skip 4 \skip 4 \skip 4 \skip 16 \skip 16 A -- gnus Dé -- i, A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: __ dó -- na é -- is ré -- qui -- em %% Playing musical instruments end up here. %% Only; Chorus. sem -- pi -- tér -- nam, %% Solo sem -- pi -- tér -- nam. %% Tutti } tenorM = { \autoBeamOff \partial 2 r2 %% 1-4 b2\melisma c'1 ~ | c'2 b1\melismaEnd | c'1. | b1 b2 | \break %% 5-9 c'2. d'2 e'4 ~ | e'4 d'1 c'4 ~ | c'4 c'2 c'2. | d'1 e'2 ~ | e'2 << { r1 } \\ { e'1 } >> | \break %% 10-14 g2. a | g a \breathe | b2\( c'1 | d'1.\)^\fermata | << { r1. } \\ { <d d'>1. } >> | \break %% 15-19 <c c'>2. <d d'> | \times 2/3 { <e e'>2 < f f'> <g g'> } <f f'>2 ~ | f'1. ~ | f' ~ | f' | \break %% 20-25 a1 b2 ~ | b2 b2\melisma c' | d'\melismaEnd e'1 | d2 e4\melisma g b d'\melismaEnd | e'2 f'4\melisma g'8 f' e' d' c'4\melismaEnd | e'2. g' | \break %% 26- e'2. g' | e'8\melisma d' c' b a4\melismaEnd a a2 | b2 c'2. d'4\( ~ | d'4( e') f'1\)^\fermata | \break %% 30- r2. f4 e d ~ | <d f a>8[ <f a c'> <a c' e'>] ~ e'4. ~ <e' c' a>8[ <c' a f> <a f d>] ~ d4. ~ | d16[ e f g] ~ g4 e16[ f g a] ~ a4 ~ a8[ g f e] ~ | e16[ f g a] ~ a4 f16[ g a b] ~ b4 ~ b8[ a g f] ~ | <a f d>1. | \break %% 35-39 c'2 c' c' | c'2.^\fermata r2. | e'2 e' e' | e'1^\fermata r2 | << {r4}\\{f'4} >> f'4. e'2.. | \break %% 40-44 d'1 << {r8}\\{d'8} >> c'4. | b2. a4 << {r2}\\{a2} >> | g1 f2( | e1.) | b2. b4 a2 ~ | \break %% 45-47 a2 b1 | a2. a | b1. \time 4/1 | \break %% 48 %%%%% End; Playing musical instruments end up here. b2 b4 b b2. r2 <e' b>2 <e' b>4 <e' b>4 <e' b>2. ~ | \time 3/2 <e' b>1^\fermata \bar "|." } %%%%%%% bass; part %%%%%%%%%%%%%%%% %%% --- Don't use! "R1." --- bass = { \hide Staff.BarLine \autoBeamOff \partial 2 r2 %% 1-4 b,1\melisma c2 ~ | c1 b,2\melismaEnd | c1 b,2 | b,2 c1 | \break %% 5-9 c2. d2.\melisma | << { \VoiceMelismaPart { f8^\markup { \teeny \with-color #blue \italic "One or Two; instrument" } e f e f e }\EndPart } \\ { d2. } >> \melismaEnd e2. | d2 e f | g1 a2 ~ | a2 << { r1 } \\ { \override NoteHead.color = #blue a1_\Instruments } >> | \break %% 10-14 c2 d1 | c2 d1 \breathe | e2.\( f | g1.\)^\fermata | << { r1. } \\ { \override NoteHead.color = #blue <g, g>1._\Instruments } >> | \break %% 15-19 \VoiceColorBlue { <f, f>2. <g, g> | \times 2/3 { <a, a>2 <b, b> <c c'> } <b b,>2 ~ | b1. ~ | b ~ | b } \VoiceNeutral | \break %% 20-25 e2. f2. ~ | f2. g2. | a1. | b,4 c\melisma d e f\melismaEnd g ~ | g4 a2 b2. | c'1. | \break %% 26-29 b,2 c8\melisma d e f g a b4\melismaEnd | c'2.\melisma a8 f d b,\melismaEnd b,4 | b,4 c2 e2. | g2 g1^\fermata | \break %% 30-34 \VoiceColorBlue { r2. a,4 g,2 ~ | <g, c>4 r <a, d> r <b, e> r | <a, d> r <g, b,> r <a, d> r | <a, d> r <a, c> r <a, d> ~ <a, c> ~ | <e c a,>1. } \VoiceNeutral | \break %% 35-39 g2 g g | g2.^\fermata r2. | b2 b b | b1^\fermata r2 | << {r4}\\{\VoiceColorBlue c'4_\Instruments \VoiceNeutral} >> c'4. b2.. | \break %% 40-44 a1 << {r8}\\{\VoiceColorBlue a8_\Instruments \VoiceNeutral} >> g4. | f2. e4 << {r2}\\{\VoiceColorBlue e2_\Instruments \VoiceNeutral} >> | d1 c2( | b,1.) | f2. f4 e2 ~ | \break %% 45-47 e2 f1 | e2. e | f1.^\fermata _\markup { \hspace #-4 \tiny \italic \with-color #blue "Playing musical instruments end up here(47 bar)." } \time 4/1 | \break %% 48 --- Only; Chours ---- f2^\markup {\italic \with-color #red "Solo" } f4 f f2. r2 <f c>2^\markup { \italic \with-color #red "Tutti" } <f c>4 <f c>4 <f c>2. ~ | \time 3/2 <f c>1^\fermata \undo \hide Staff.BarLine \bar "|." \break } bassL = \lyricmode { %% Normalty; Don't put bar's line at in lyricsmode!! \override Score.LyricText.font-shape = #'italic \tiny A -- gnus Dé -- i, qu -- i tól -- lis pec -- cá -- ta mún -- di: dó -- na é -- is ré -- qui -- em. \skip 2. \skip 2. \skip 2 \skip 2 \skip 2 \skip 1. %% \skip 2 \skip 2 \skip 2 \skip 2. \skip 2. A -- gnus Dé -- i, qui tól __ lis pec -- cá -- ta mún -- di: __ dó __ na é -- is ré -- qui -- em. \skip 4 \skip 2 \skip 4 \skip 4 \skip 4 \skip 4 \skip 4 \skip 4 \skip 4 \skip 4 A -- gnus Dé -- i, A -- gnus Dé -- i, qui tól -- lis pec -- cá -- ta mún -- di: __ dó -- na é -- is ré -- qui -- em %% Playing musical instruments end up here. %% Only; Chorus. sem -- pi -- tér -- nam, %% Solo sem -- pi -- tér -- nam. %% Tutti } bassM = { \autoBeamOff \partial 2 r2 %% 1-4 b,1\melisma c2 ~ | c1 b,2\melismaEnd | c1 b,2 | b,2 c1 | \break %% 5-9 c2. d2.\melisma | << { f8 e f e f e } \\ { d2. } >> \melismaEnd e2. | d2 e f | g1 a2 ~ | a2 << { r1 } \\ { a1 } >> | \break %% 10-14 c2 d1 | c2 d1 \breathe | e2.\( f | g1.\)^\fermata | << { r1. } \\ { <g, g>1. } >> | \break %% 15-19 <f, f>2. <g, g> | \times 2/3 { <a, a>2 <b, b> <c c'> } <b b,>2 ~ | b1. ~ | b ~ | b | \break %% 20-25 e2. f2. ~ | f2. g2. | a1. | b,4 c\melisma d e f\melismaEnd g ~ | g4 a2 b2. | c'1. | \break %% 26-29 b,2 c8\melisma d e f g a b4\melismaEnd | c'2.\melisma a8 f d b,\melismaEnd b,4 | b,4 c2 e2. | g2 g1^\fermata | \break %% 30-34 r2. a,4 g,2 ~ | <g, c>4 r <a, d> r <b, e> r | <a, d> r <g, b,> r <a, d> r | <b, d> r <a, c> r <b, d> <a, c> ~ | <e c a,>1. | \break %% 35-39 g2 g g | g2.^\fermata r2. | b2 b b | b1^\fermata r2 | << {r4}\\{\VoiceColorBlue c'4_\Instruments \VoiceNeutral} >> c'4. b2.. | \break %% 40-44 a1 << {r8}\\{\VoiceColorBlue a8_\Instruments \VoiceNeutral} >> g4. | f2. e4 << {r2}\\{\VoiceColorBlue e2_\Instruments \VoiceNeutral} >> | d1 c2( | b,1.) | f2. f4 e2 ~ | \break %% 45-47 e2 f1 | e2. e | f1. \time 4/1 | \break %% 48 %%%%% End; Playing musical instruments end up here. f2 f4 f f2. r2 <f c>2 <f c>4 <f c>4 <f c>2. ~ | \time 3/2 <f c>1^\fermata \bar "|." } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Next: run–makeinfo, Previous: agnus-cv.ly, Up: Top
%% 4:23 AM Friday, January 26, 2024 %% Yukio Yoshida. \input colordvi.tex \input texinfo @c %**start of header @setfilename agnus.info @c @settitle AGNUS DEI @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 DEI</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. * agnus.ly:: --- Source code framework: agnus.ly. * agnus-cv.ly:: --- Source code notes: agnus-cv.ly. * agnus.texi:: --- Source code document: agnus.texi. * run--makeinfo:: --- Source code run-file: run--makeinfo. @end menu @end ifhtml @c @end ignore -------------------------------------------------------------------- @html <p align = "center"> <a href="agnus.midi">agnus.midi</a>(//The one below is mp3//)           <a href="agnus.pdf">agnus.pdf</a>          • <a href="agnus.tar.gz">agnus.tar.gz</a> (All-files;<9,600bytes)<br /> <audio src="agnus.mp3" controls> Download <a href="agnus.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.ly, Top, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered Music Sheet @end ifhtml @html <div align="center"> <a href="agnus.pdf"> @end html @ifhtml @image{agnus-page1}@* @html <hr style="width:68%; height:4px;" /> <img src="agnus-2.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-3.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-4.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-5.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-6.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> <img src="agnus-7.svg" alt="[picture of music]" /><!-- --> <hr style="width:68%; height:4px;" /> @end html @end ifhtml @html </a></div> @end html @ifnottex @node agnus.ly, agnus-cv.ly, Music Sheet, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered agnus.ly @end ifhtml @html <blockquote><blockquote> @end html @verbatiminclude agnus.ly @html </blockquote></blockquote> @end html @ifnottex @node agnus-cv.ly, agnus.texi, agnus.ly, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered agnus-cv.ly @end ifhtml @html <blockquote><blockquote> @end html @verbatiminclude agnus-cv.ly @html </blockquote></blockquote> @end html @ifnottex @node agnus.texi, run--makeinfo, agnus-cv.ly, Top @comment node-name, next, previous, up @end ifnottex @ifhtml @unnumbered agnus.texi @end ifhtml @html <blockquote><blockquote> @end html @verbatiminclude agnus.texi @html </blockquote></blockquote> @end html @ifnottex @node run--makeinfo, , agnus.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: agnus.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)—