Next: , Previous: , Up: ("dirTop")  

Top

Rex

[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) ----

rex.midi(//The one below is mp3//)           rex.pdf          • rex.tar.gz (All-files;<6,850bytes)

The Jacket of a sheet is "png" and Sheets are "svg"


Next: , Previous: , Up: Top  

Music Sheet

rex-page1

[picture of music]
[picture of music]
[picture of music]
[picture of music]

Next: , Previous: , Up: Top  

rex.ly

%% 11:38 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 "rex-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.60 Rex) 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 = "Rex treméndæ"
 subtitle = #(string-append "LilyPond version " (lilypond-version))
 %%subtitle = ""
 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.60 Rex tremendæ"
 poet = " "
 %%opus = "Op.60"
 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 { \vspace #4 }
\markup { \line {\bold "Réquiem's(Rex treméndæ)"} }
\markup {%%column * 2
\fill-line {
 \column {
 \line { \italic
   \column {
             "Rex treméndæ majestátis,"
             "Qui salvándos sálvas gratis,"
             "Sálva me, fons pietátis."
            }
%%% Local Language;; part;; translated.
\hspace #8
      \column {
               "助けられるべき人々を慈悲をもって"
               "救いたもう"
               "恐るべき威光の王よ"
            } }
        }
}}
%%%%%%%%%%%
\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/rex/rex.html" } } }
\pageBreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}}%% end bokkpart III, End book
%%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% \markup { \column { "Name; rex.ly"                   %%%%
%%%%%            \verbatim-file #"rex.ly" } }             %%%%
%%%%%  \markup { \column { "Name; rex-cv.ly"               %%%%
%%%%%            \verbatim-file #"rex-cv.ly" } }           %%%%
%%%%%  \markup { \column { "Name; run--lily.sh"      %%%%
%%%%%            \verbatim-file #"run--lily.sh" } }  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

rex-cv.ly

\version "2.24.0"
VoiceColorBlue = {
                   \override Staff.BarLine.color = #blue
                   \override NoteHead.color = #blue
                   \override Rest.color = #blue
                   \override Stem.color = #blue
                   \override Beam.color = #blue
                   \override Slur.color = #blue
                   \override Tie.color = #blue
                   \override Voice.Dots.color = #blue }
%%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%%
soprano = { \hide Staff.BarLine
   \autoBeamOff
%% 1-4
   R1. * 4 | \break
%% 5-8
   c''2\(-. d''-. e''-. | f''1\) r2 | e''4. r8 d''1 | c''2 b'1 | \break
%% 9-12
   a'2.  g' | a'2\( e''1\) | r8 a'2. r8 b'2 ~ | b'2 c'' r8 d''4. ~ | \break
%% 13-16
   d''4. e''4. f''2. | g''1 r2 | f''4. r8 e''2 d'' | c''1 b'4. r8 | \break
%% 17-21
   a'4. r8 b'2 f'' ~ | f''2
   << \VoiceColorBlue  { g''2^\markup { \with-color #blue \tiny \italic
                  "Only; instruments" } a'' | g''1 f''2 | e''2. d'' | c''1. } \\
      \VoiceColorBlue { d''1 | | c''2 b'1 | a'2 g' f' | e' d' c' } >> | \break
%% 22-25
   \revert Staff.BarLine.color
   c''2. d'' | g''1. | f''2. e''2 e''4 | d''2 c''1 | \break
%% 26-30
   r2 c'2 d' | g'1 r2 | f'2. e'2 e'4 | d'2 c'1 \VoiceColorBlue |
   c'1.^\markup { \with-color #blue \tiny \italic "Only; instruments" }
   \revert Staff.BarLine.color 
   \undo \hide Staff.BarLine \bar "|." \break
}

sopranoL = \lyricmode {
    \override Score.LyricText.font-shape = #'italic
    \tiny
%%Rex tre -- mén -- dæ
                       ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Rex tremén -- dæ ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
%%%%%
}

sopranoM = {
    \autoBeamOff
%% 1-4
   R1. * 4 | \break
%% 5-8
   c''2\(-. d''-. e''-. | f''1\) r2 | e''4. r8 d''1 | c''2 b'1 | \break
%% 9-12
   a'2.  g' | a'2\( e''1\) | r8 a'2. r8 b'2 ~ | b'2 c'' r8 d''4. ~ | \break
%% 13-16
   d''4. e''4. f''2. | g''1 r2 | f''4. r8 e''2 d'' | c''1 b'4. r8 | \break
%% 17-21
   a'4. r8 b'2 f'' ~ | f''2
   << { g''2 a'' | g''1 f''2 | e''2. d'' | c''1. } \\
      { d''1 | | c''2 b'1 | a'2 g' f' | e' d' c' } >> | \break
%% 22-25
   c''2. d'' | g''1. | f''2. e''2 e''4 | d''2 c''1 | \break
%% 26-30
   r2 c'2 d' | g'1 r2 | f'2. e'2 e'4 | d'2 c'1 | c'1. \bar "|." \break
}


%%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%%%
alto = { \hide Staff.BarLine
    \autoBeamOff
%% 1-4
   R1. | g'2\(-. a'-. b'-. | c''1\) r2 | R1. | \break
%% 5-8
   R1. * 2 | b'4. r8 a'1 | g'2 f'1 | \break
%% 9-12
   e'2.  d' | e'2\( b'1\) | r4 e'2. r8 f'4. ~ | f'8 f'2 g'2 r4. | \break
%% 13-16
   a'2. b'4. c''4. ~ | c''4. d''1 r8 | r8 c''4. b'2 a'2 | g'1 r8 f'4. | \break
%% 17-21
   r8 e'4. f'2 c'' ~ | c''2
   << \VoiceColorBlue  { d''2^\markup { \with-color #blue \tiny \italic
                  "Only; instruments" } e'' | d''1 c''2 | b'2. a' | g'1. } \\
      \VoiceColorBlue { a'1 | g'2 f'1 | e'2 d' c' | b a g } >> | \break
%% 22-25
   \revert Staff.BarLine.color
   g'2. a' | d''1. | c''2. b'2 b'4 | a'2 g'1 | \break
%% 26-30
   r2 c'2 d' | g'1 r2 | f'2. e'2 e'4 | d'2 c'1 \VoiceColorBlue |
   c'1.^\markup { \with-color #blue \tiny \italic "Only; instruments" }
   \revert Staff.BarLine.color 
   \undo \hide Staff.BarLine \bar "|." \break
}

altoL = \lyricmode {
    \override Score.LyricText.font-shape = #'italic
    \tiny
%%Rex tre -- mén -- dæ
                       ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Rex tre -- mén -- dæ ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
%%%%%
}

altoM = {
     \autoBeamOff
%% 1-4
   R1. | g'2\(-. a'-. b'-. | c''1\) r2 | R1. | \break
%% 5-8
   R1. * 2 | b'4. r8 a'1 | g'2 f'1 | \break
%% 9-12
   e'2.  d' | e'2\( b'1\) | r4 e'2. r8 f'4. ~ | f'8 f'2 g'2 r4. | \break
%% 13-16
   a'2. b'4. c''4. ~ | c''4. d''1 r8 | r8 c''4. b'2 a'2 | g'1 r8 f'4. | \break
%% 17-21
   r8 e'4. f'2 c'' ~ | c''2 << { d''2 e'' | d''1 c''2 | b'2. a' | g'1. } \\
                                 { a'1 | g'2 f'1 | e'2 d' c' | b a g } >> | \break
%% 22-25
   g'2. a' | d''1. | c''2. b'2 b'4 | a'2 g'1 | \break
%% 26-30
   r2 c'2 d' | g'1 r2 | f'2. e'2 e'4 | d'2 c'1 | c'1. \bar "|." \break
}


%%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%%
tenor = { \hide Staff.BarLine
   \autoBeamOff
%% 1-4
   a4.-. r8 \times 2/3 { b2\(-. c'-. d' ~ } | d'2\) r1 | R1. * 2 | \break
%% 5-8
   R1. * 2 | c'4. r8 b1 | a2 g1 | \break
%% 9-12
   f2. e | f2\( c'1\) | r8 f2. r8 g2 ~ | g2 a2 r8 b4. ~ | \break
%% 13-16
   b4. c'4. d'2. | e'1 r2 | e'2 f' g' | a'1 g'2 | \break
%% 17-21
   f' g' a' ~ | a'2
   << \VoiceColorBlue { b'2^\markup { \with-color #blue \tiny \italic
                  "Only; instruments" } c'' | b'1 a'2 | g'2. f' | e'1. } \\
      \VoiceColorBlue { f'1 | e'2 d'1 | c'2 b a | g f e } >> | \break
%% 22-25
   \revert Staff.BarLine.color
   e'2. f' | b'1. | a'2. g'2 f'4 | f'2 e'1 | \break
%% 26-30
   r2 c'2 d' | g'1 r2 | f'2. e'2 e'4 | d'2 c'1 \VoiceColorBlue |
   c'1.^\markup { \with-color #blue \tiny \italic "Only; instruments" }
   \revert Staff.BarLine.color 
   \undo \hide Staff.BarLine \bar "|." \break
}

tenorL = \lyricmode {
    \override Score.LyricText.font-shape = #'italic
    \tiny
Rex tre -- mén -- dæ %%ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Rex tremén -- dæ ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
}

tenorM = {
     \autoBeamOff
%% 1-4
   a4.-. r8 \times 2/3 { b2\(-. c'-. d' ~ } | d'2\) r1 | R1. * 2 | \break
%% 5-8
   R1. * 2 | c'4. r8 b1 | a2 g1 | \break
%% 9-12
   f2. e | f2\( c'1\) | r8 f2. r8 g2 ~ | g2 a2 r8 b4. ~ | \break
%% 13-16
   b4. c'4. d'2. | e'1 r2 | e'2 f' g' | a'1 g'2 | \break
%% 17-21
   f' g' a' ~ | a'2 << { b'2 c'' | b'1 a'2 | g'2. f' | e'1. } \\
                               { f'1 | e'2 d'1 | c'2 b a | g f e } >> | \break
%% 22-25
   \revert Staff.BarLine.color
   e'2. f' | b'1. | a'2. g'2 f'4 | f'2 e'1 | \break
%% 26-30
   r2 c'2 d' | g'1 r2 | f'2. e'2 e'4 | d'2 c'1 | c'1. \bar "|." \break
}


%%%%%%% bass; part %%%%%%%%%%%%%%%%
bass = { \hide Staff.BarLine
   \autoBeamOff
%% 1-4
   R1. * 3 | e4.-. r8 \times 2/3 { f2\(-. g-. a ~ } | \break
%% 5-8
   a2\) r1 | R1. | g4. r8 f1 | e2 d1 | \break
%% 9-12
   c2. b, | c2\( g1\) | r4 c2. r8 d4. ~ | d8 e2 f2 r4. | \break
%% 13-16
   g2. a4. b4. ~ | b4. c'1 r8 | b2 b b | b1 a2 | \break
%% 17-21
   g2 a b ~ | b2
   << \VoiceColorBlue { c'2^\markup { \with-color #blue \tiny \italic
                  "Only; instruments" } d' | c'1 b2 | a2. g | f1. } \\
      \VoiceColorBlue { g1 | f2 e1 | d2 c b, | a, g, f, } >> | \break
%% 22-25
   \revert Staff.BarLine.color
   f2. g | c'1. | b2. a2 a4 | g2 f1 | \break
%% 26-30
   r2 c2 d | g1 r2 | f2. e2 e4 | d2 c1 \VoiceColorBlue |
   c1.^\markup { \with-color #blue \tiny \italic "Only; instruments" }
   \revert Staff.BarLine.color 
   \undo \hide Staff.BarLine \bar "|." \break
}

bassL = \lyricmode {
    \override Score.LyricText.font-shape = #'italic
    \tiny
Rex tre -- mén -- dæ %%ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Rex tre -- mén -- dæ ma -- je -- stá -- tis,
Qui sal -- ván -- dos sál -- vas gra -- tis,
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
%%%%%
Sál -- va me, fons pi -- e -- tá -- tis.
}

bassM = {
   \autoBeamOff
%% 1-4
   R1. *3 | e4.-. r8 \times 2/3 { f2\(-. g-. a ~ } | \break
%% 5-8
   a2\) r1 | R1. | g4. r8 f1 | e2 d1 | \break
%% 9-
   c2. b, | c2\( g1\) | r4 c2. r8 d4. ~ | d8 e2 f2 r4. | \break
%% 13-16
   g2. a4. b4. ~ | b4. c'1 r8 | b2 b b | b1 a2 | \break
%% 17-21
   g2 a b ~ | b2 << { c'2 d' | c'1 b2 | a2. g | f1. } \\
                                 { g1 | f2 e1 | d2 c b, | a, g, f, } >> | \break
%% 22-25
   \revert Staff.BarLine.color
   f2. g | c'1. | b2. a2 a4 | g2 f1 | \break
%% 26-30
   r2 c2 d | g1 r2 | f2. e2 e4 | d2 c1 \VoiceColorBlue |
   c1.^\markup { \with-color #blue \tiny \italic "Only; instruments" }
   \revert Staff.BarLine.color \bar "|." \break
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

rex.texi

%% 6:06 AM Thursday, January 25, 2024
%% Yukio Yoshida.
\input colordvi.tex
\input texinfo 
@c %**start of header
@setfilename rex.info
@c @settitle Rex
@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>Rex</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.
* rex.ly::                     --- Source code framework:    rex.ly.
* rex-cv.ly::                --- Source code notes:            rex-cv.ly.
* rex.texi::                 --- Source code document:       rex.texi.
* run--makeinfo::      --- Source code run-file:           run--makeinfo.
@end menu
@end ifhtml
@c @end ignore --------------------------------------------------------------------
@html
<p align = "center">
<a href="rex.midi">rex.midi</a>(//The one below is mp3//)&#160;&#160;&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;<a href="rex.pdf">rex.pdf</a>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
&#149;&#160;<a href="rex.tar.gz">rex.tar.gz</a>&#160;(All-files;&lt;6,850bytes)<br />
<audio src="rex.mp3" controls>
Download <a href="rex.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,      rex.ly,             Top,        Top
@comment      node-name,        next,            previous,    up
@end ifnottex
@ifhtml
@unnumbered Music Sheet
@end ifhtml
@html
<div align="center">
<a href="rex.pdf">
@end html
@ifhtml
@image{rex-page1}@*
@html
<hr style="width:68%; height:4px;" />
<img src="rex-2.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="rex-3.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="rex-4.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
<img src="rex-5.svg" alt="[picture of music]" /><!--  -->
<hr style="width:68%; height:4px;" />
@end html
@end ifhtml
@html
</a></div>
@end html

@ifnottex
@node                rex.ly,                rex-cv.ly,         Music Sheet,       Top
@comment      node-name,             next,                   previous,         up
@end ifnottex
@ifhtml
@unnumbered rex.ly
@end ifhtml
@html
<blockquote><blockquote>
@end html
@verbatiminclude rex.ly
@html
</blockquote></blockquote>
@end html

@ifnottex
@node               rex-cv.ly,                rex.texi,                   rex.ly,           Top
@comment      node-name,                 next,                    previous,         up
@end ifnottex
@ifhtml
@unnumbered rex-cv.ly
@end ifhtml
@html
<blockquote><blockquote>
@end html
@verbatiminclude rex-cv.ly
@html
</blockquote></blockquote>
@end html

@ifnottex
@node                 rex.texi,     run--makeinfo,        rex-cv.ly,     Top
@comment      node-name,            next,               previous,       up
@end ifnottex
@ifhtml
@unnumbered  rex.texi
@end ifhtml
@html
<blockquote><blockquote>
@end html
@verbatiminclude rex.texi
@html
</blockquote></blockquote>
@end html

@ifnottex
@node         run--makeinfo,                  ,            rex.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>
&#160;&#160;&#160;<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: , Up: Top  

run–makeinfo

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 -lX

    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)—