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

Top

Strangers-1-4

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

strangers-1-4.midi(//The one below is mp3//)           strangers-1-4.pdf          • strangers-1-4.tar.gz (All-files;<9,400bytes)

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


Next: , Previous: , Up: Top  

Music Sheet

strangers-1-4-page1

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

Next: , Previous: , Up: Top  

strangers-1-4.ly

%% 11:29 PM Thursday, March 23, 2023
%% Yukio Yoshida
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% LilyPond "\book format" use.
\version "2.24.0"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
\include "strangers-1-4cv.ly"
\include "strangers-1-4+add-solo.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
%% 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 110 scalefont setfont 126 410 moveto
0 1 0 setrgbcolor
(WORD) false charpath 3 setlinewidth stroke
%%%%
/Times-Italic findfont 24 scalefont setfont 180 440 moveto
0 0 0 setrgbcolor
(Op.47 Strangers 1- 4) 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
%%%%%% Poem area
\markup { \vspace #10 }
\markup { \hspace #24 \column {
" "
\line { \hspace #-2 \magnify #1.5 \with-color #red "Accept it!" }
"  "
"  "
\magnify #1.5 {
"You know .... let say! Accept it!"
"   "
"   "
"   "
".... It's being painful to do it! ... to do it! ...."
"   "
"   "
"   "
".... It's being painful to do it! ... to do it! ...."
"   "
"   "
"   "
}
\line { \hspace #-3 \tiny \italic \with-color #red "Add; as vocal" }
\line { \smallCaps "Chorus Words" \italic "Soprano , Alto , Tenor , Bass" }   
\line { \italic \teeny "Descendants of the Earth!" }
\line { \italic \teeny "Now Stand up and go(float)... go(float)...." }
\line { \italic \teeny "to do it!" }
}}
%% End poem %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageBreak
\bookpart{ %% II
\header {
 dedication = \markup { \column { "     " "      " "     " } }
%% title = \markup { Strangers "  " of Earth 1\hspace #-.8 \raise #0.99 \tiny "(4)" }
title = \markup { Strangers "  " of Earth \concat {1 \super 3} }
 %%subtitle = #(string-append "LilyPond version " (lilypond-version))
 subtitle = \markup {
              c major " " (\italic { c " " d " " e " " f " " g " " a " " b " "} ) }
 subsubtitle = \markup{\center-column {
                   "soprano; C clef on 1st line,       alto; C clef on 3rd line."
                   "       bass; F clef on 4th line,    tenor; C clef on 4th line."
                   "     " }}
 %%composer = \markup{ \line {\italic "Yukio Yoshida"}}
 arranger = \markup{ \line {\italic "Yukio Yoshida"}}
 poet = \markup { \fontsize #-1.5
\fill-line {
 \line { \italic
   \column \bold {
" "
\tiny \lower #2 "(4)"
"You know .... let say! Accept it!"
".... It's being painful to do it! ... to do it! ...."
".... It's being painful to do it! ... to do it! ...."
" "
" "
" "
\medium { \tiny "( Part of Solo)"
"Descendants of the Earth!"
"Descendants of the Earth!"
"Now Stand up and go(float)... go(float)...."
"Now Stand up and go(float)... go(float)...."
}}}}}
 opus = "Op.47 Strangers 1-4"
 meter = "Prayer"
%% tagline = "  "
} %% End header
%%%%%%%%%% sheet and midi music code part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% get sheet music ---------------------------------------------------------------
\score {
%%   \new Score \with {
%% \override VerticalAlignment.max-stretch = #ly:align-interface::calc-max-stretch
%%                     }
         <<
          \context Staff = "Adds" {
            \override Staff.VerticalAxisGroup.minimum-Y-extent = #'(-2 . 2)
                   \set Staff.fontSize = #-4
                   \override Staff.StaffSymbol.staff-space = #(magstep -4)
                   \override Staff.StaffSymbol.thickness = #(magstep -4)
                        \clef soprano \key c\major \time 3/2
                   \set Staff.instrumentName = "soprano; Solo " \Addsoprano }
                   \new Lyrics = "AddSL" \lyricsto "Addsoprano" { \AddsopranoL }

          \context Staff = "Adda" {
            \override Staff.VerticalAxisGroup.minimum-Y-extent = #'(-2 . 2)
                   \set Staff.fontSize = #-4
                   \override Staff.StaffSymbol.staff-space = #(magstep -4)
                   \override Staff.StaffSymbol.thickness = #(magstep -4)
                        \clef alto \key c\major \time 3/2
                   \set Staff.instrumentName = "alto   ; Solo " \Addalto }
                   \new Lyrics = "AddAL" \lyricsto "Addalto" { \AddaltoL }

          \context Staff = "Addt" {
            \override Staff.VerticalAxisGroup.minimum-Y-extent = #'(-2 . 2)
                   \set Staff.fontSize = #-4
                   \override Staff.StaffSymbol.staff-space = #(magstep -4)
                   \override Staff.StaffSymbol.thickness = #(magstep -4)
                        \clef tenor \key c\major \time 3/2
                   \set Staff.instrumentName = "tenor  ; Solo " \Addtenor }
                   \new Lyrics = "AddAL" \lyricsto "Addtenor" { \AddtenorL }

          \context Staff = "Addb" {
            \override Staff.VerticalAxisGroup.minimum-Y-extent = #'(-2 . 2)
                   \set Staff.fontSize = #-4
                   \override Staff.StaffSymbol.staff-space = #(magstep -4)
                   \override Staff.StaffSymbol.thickness = #(magstep -4)
                        \clef bass \key c\major \time 3/2
                   \set Staff.instrumentName = "bass   ; Solo " \Addbass }
                   \new Lyrics = "AddBL" \lyricsto "Addbass" { \AddbassL }

         <<
%%  \context ChoirStaff = "FourPartStaffaddchorus" <<
    \context StaffGroup <<
   \new Voice = "soprano" { \clef soprano \key c\major \time 3/2
   \set Staff.instrumentName = "soprano" \soprano \sopranoItutti }
   \new Lyrics = "mainSL" \lyricsto "sopranoItutti" { \sopranoLItutti }

   \new Voice = "alto" { \clef alto \key c\major \time 3/2
   \set Staff.instrumentName = "alto   " \alto \altoItutti }
   \new Lyrics = "mainAL" \lyricsto "altoItutti" { \altoLItutti }

   \new Voice = "tenor" { \clef tenor \key c\major \time 3/2
   \set Staff.instrumentName = "tenor  "  \tenor \tenorItutti }
   \new Lyrics = "mainTL" \lyricsto "tenorItutti" { \tenorLItutti }

   \new Voice = "bass" { \clef bass \key c\major \time 3/2
   \set Staff.instrumentName = "bass   "   \bass \bassItutti }
   \new Lyrics = "mainBL" \lyricsto "bassItutti" { \bassLItutti }
                                            >>

           %%\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 {
         <<
%%%%%%%%%%%% Solo Part
           %%add soprano
           \new Staff { \clef soprano \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                        \unfoldRepeats       \AddsopranoM }
           %%add alto
           \new Staff { \clef alto \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                        \unfoldRepeats       \AddaltoM }
           %%add tenor
           \new Staff { \clef tenor \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                        \unfoldRepeats       \AddtenorM }
           %%add bass
           \new Staff { \clef bass \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                        \unfoldRepeats       \AddbassM }

%%%%%%%%%%% Tutti Part
          %% soprano class
           \new Staff { \clef soprano \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats       \sopranoM }
           %%\new Staff { \clef soprano \key c\major \time 3/2 \tempo 4 = 52
           %%              \set Staff.midiInstrument = "synthstrings 1"
           %%                              \unfoldRepeats       \sopranoM }

          %% alto class
           \new Staff { \clef alto \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats          \altoM }
           %%\new Staff { \clef alto \key c\major \time 3/2 \tempo 4 = 52
           %%              \set Staff.midiInstrument = "synth voice"
           %%                              \unfoldRepeats          \altoM }

          %% tenor class
           \new Staff { \clef tenor \key c\major \time 3/2 \tempo 4 = 52
                         \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats        \tenorM }
           %%\new Staff { \clef tenor \key c\major \time 3/2 \tempo 4 = 52
           %%              \set Staff.midiInstrument = "viola"
           %%                              \unfoldRepeats       \tenorM }

          %% bass class
           \new Staff { \clef bass \key c\major \time 3/2 \tempo 4 = 52
                        \set Staff.midiInstrument = "pad 2 (warm)"
                                         \unfoldRepeats         \bassM }
           %%\new Staff { \clef bass \key c\major \time 3/2 \tempo 4 = 52
           %%             \set Staff.midiInstrument = "bassoon"
           %%                              \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 52 4) }
}
%%%%%%%%%
%% \markup { " " }
%%\pageBreak %% since, Even-Page.
%% \markup { \null }
%%%%%%
%% \pageBreak
%% \markup { " " }
%% \markup { \vspace #4 " " }
%% \markup { " " }
%% \markup { \vspace #4 }
%% \markup { \column { \line {
%% About location \hspace #3 \musicglyph #"noteheads.uM2"(longa)
%% \hspace #2 and \hspace #3 \musicglyph #"noteheads.sM1"(breve) }
%% \line { \hspace #4 \italic
%% "Please, Breath of longa and breve do in the members alternating
%% (But, like Don't stand out). " } } }
%% \markup { \vspace #.5 }
%% \markup { " " }
%% \markup { \line {
%% At location \musicglyph #"scripts.ufermata", \hspace #1
%% \italic " Always, please look at the conductor(or baton). " } }
%% \markup { " " }
%% \markup { \with-color #blue {ɑ , ɔ , ɔː , m , n}(pronunciation-symbol);
%% \hspace #1 \italic "To cearly distinguish pronunciation." }
%% \markup { \vspace #1 }
%%%%%%%%
}%% end bookpart II
\bookpart{ %% III wrting of attention And out of source code
%% markup { \vspace #6 }
%{ %% omit 4:20 AM Wednesday, April 5, 2023
\markup { \hspace #26 \huge "INSTRUMENT RANGES" }
\markup { \hspace #8 \italic "About;" \teeny\italic
"Some of Instruments; there is a difference between
writing-note and real-note."
\italic "for instance:" }
\markup { \hspace #8 \column { \line { \bold %%
           "WOODWINDS; Piccolo(in C)"--\tiny "like this"-- }
\line { \score { { \clef treble \key e\major \time 4/1
 d'1^\markup {\italic "written" } s1 g'''1 s1 \bar"||"
 s2 d''1_\markup { \hspace #-8 \italic "sounds one octave higher" }
 s1  g''''1 s2 | \break
                  }
\layout { \context { \Staff
        \override ClefSignature.transparent = ##t
        \override TimeSignature.transparent = ##t }
           indent = 20.00\mm line-width = 160.00\mm }
                 } }
         }}
\markup { " " }
\markup { \vspace #2 }
\markup { \hspace #8 \column {
\line { \hspace #18.4 \bold "Bass Flute"--\tiny "like this"-- }
\line { \score { {
\clef treble \key e\major \time 4/1
c'1^\markup {\italic "written" } s1 a'''1 s1 \bar"||"
\clef bass s2 c1_\markup {
\hspace #-8 \italic "sounds one octave lower" }
s1 \clef treble a''1 s2| \break
   }
\layout { \context { \Staff
  \override ClefSignature.transparent = ##t
  \override TimeSignature.transparent = ##t }
   indent = 20.00\mm line-width = 160.00\mm }
         } }
                  }}
%} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup { " " }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\markup { \vspace #6 }
\markup { \fill-with-pattern #2 #CENTER - \null \null }
\markup { " " }
\markup { \hspace #20 \magnify #2 {
 Stage Position;\tiny \italic "(This arrangement--with the instrument needles column below--)" } }
\markup { " " }
\markup { \hspace #26 \column { \line { About the Chorus; \teeny \italic "(For instsnce")}
\line { \hspace # 18 \rounded-box {Bass}\hspace #2 \rounded-box {Tenor}\hspace #2 \rounded-box {Alto}\hspace #2
\rounded-box{Soprano} } \teeny \italic " since, They must be reverse for Instrument's arrangement " } }
\markup { \vspace #2 }
\markup { \italic " About Position of Sololist is placed freely(on the stage) " }
\markup { \vspace #2 }
\markup { About Instrument arrangement;\teeny \italic "(must be reverse for Chours's position)" }
\markup { \hspace # 20 \rounded-box { \column { \huge " Instruments " "   Soprano " "   Group "} }\hspace #3
\rounded-box { \column { \huge " Instruments " "   Alto " "   Group "} }\hspace #3
\rounded-box { \column { \huge " Instruments " "   Tenor " "   Group "} }\hspace #3
\rounded-box { \column { \huge " Instruments " "   Bass " "   Group "} } }
\markup { \vspace #2 }
\markup { \hspace #56 \huge " Conductor " }
\markup { " " }
\markup { \vspace #1 }
\markup { \fill-with-pattern #2 #CENTER - \null \null }
\markup { \vspace #2 }
\markup { ........... Audience seats ........... }
\markup { \vspace #4 }
\markup { \teeny { \column { \bold \italic
"If you can do it, please running on;"
\line { \wordwrap {
As it is the lighting of the audience's Seats(Do not turn off even when the play began). \hspace #2 \italic "When play began, lighting the stage (rather than the audience's) more brightly."}}}}}
\markup { "   " }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pageBreak
\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/2010/2.24.0/strangers-1-4/strangers-1-4.html" } } }
\pageBreak
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
}}%% end bokkpart III, End book
%%%%%%%%%%%%%%%%%%%% All End %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%% exclude. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%% \markup { \column { "Name; strangers-1-4.y"                   %%%%
%%%%%            \verbatim-file #"strangers-1-4.ly" } }             %%%%
%%%%%  \markup { \column { "Name; strangers-1-4cv.ly"               %%%%
%%%%%            \verbatim-file #"strangers-1-4cv.ly" } }           %%%%
%%%%%  \markup { \column { "Name; strangers-1-4+add-solo.ly"               %%%%
%%%%%            \verbatim-file #"strangers-1-4+add-solo.ly" } }           %%%%
%%%%%  \markup { \column { "Name; run--lily.sh"      %%%%
%%%%%            \verbatim-file #"run--lily.sh" } }  %%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

strangers-1-4cv.ly

\version "2.24.0"
%%%%%%%%% soprano part %%%%%%%%%%%%%%%%%%%%%
soprano = { \new Voice = "soprano" { \hide Staff.BarLine \autoBeamOff
%% 1-4
   g'2. gis'~ | gis' ges'~ | ges'1. | \time 4/1 c'\longa | \break
%% 5-9
   ces'\breve cis'\breve | d'\longa | } }
sopranoItutti = { \new Voice = "sopranoItutti" { \autoBeamOff
   \time 3/2
   g'2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } b'1 |
   r8 a'4. c''1 | r8 b'4. d''1 | \break
%% 10-13
   R1. * 3 | \time 4/1 c'\breve d'\breve | \break
%% 14-17
   c'\breve e'\breve | \time 3/2 g'1 ges'2~ | ges' g'1 |
   r8  bis'4 c'' d''2..~ | \break
%% 18-22
   d''1 r2 | \repeat volta 2 { f'2 a'8[( c''16 e'')] g'2 b'8[( d''16 f'')] | }
   \time 4/1 a'\breve c''\breve |
   \time 3/2 \repeat volta 2 { b'16[( g' e'8)] d'2 a'16[( f' d'8)] c'2 | }
   \time 4/1 c'\longa | \break
%% 23-29
   ces'\breve c'\breve | \time 3/2 R1. * 2 |
   c'2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } ces'1 |
   c'1. | R1. * 2 | \break
%% 30-37
   e'2 ees'1 | e'1. | R1. * 2 | g'2 ges'1 | g'1. | R1. * 2 | \break
%% 38-41
   b'2 bes'1 | b'1. | \time 4/1 b'\breve d''\breve | g''\longa
   \undo \hide Staff.BarLine \bar "|." \break
}}

sopranoLItutti = \lyricmode {
   \override Score.LyricText.font-shape = #'italic
   \teeny
You know let say! let say! %%Accept it!
\skip \breve \skip \breve
\skip \breve \skip \breve
It's being painful to do it!
%%It's being painful
\skip 1  \skip 1 \skip 1 \skip \longa %% Maybe the following will be error!
%%Only right in here !! ( becurse I don't know these very well )
\skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1
\skip 1
to do it! to do it! to do it! to do it!
}

sopranoM = {
    \autoBeamOff
%% 1-4
   g'2. gis'~ | gis' ges'~ | ges'1. | \time 4/1 c'\longa | \break
%% 5-9
   ces'\breve cis'\breve | d'\longa | \time 3/2 g'2 b'1 |
   r8 a'4. c''1 | r8 b'4. d''1 |
\break
%% 10-13
   R1. * 3 | \time 4/1 c'\breve d'\breve | \break
%% 14-17
   c'\breve e'\breve | \time 3/2 g'1 ges'2~ | ges' g'1 |
   r8 bis'4 c'' d''2..~ | \break
%% 18-22
   d''1 r2 | \repeat volta 2 { f'2 a'8[( c''16 e'')] g'2 b'8[( d''16 f'')] | }
   \time 4/1 a'\breve c''\breve |
   \time 3/2 \repeat volta 2 { b'16[( g' e'8)] d'2 a'16[( f' d'8)] c'2 | }
   \time 4/1 c'\longa | \break
%% 23-29
   ces'\breve c'\breve | \time 3/2 R1. * 2 | c'2 ces'1 | c'1. | R1. * 2 | \break
%% 30-37
   e'2 ees'1 | e'1. | R1. * 2 | g'2 ges'1 | g'1. | R1. * 2 | \break
%% 38-41
   b'2 bes'1 | b'1. | \time 4/1 b'\breve d''\breve | g''\longa \bar "|." \break
}

%%%%%%%%%% alto part %%%%%%%%%%%%%%%%%%%%%%
alto = { \new Voice ="alto" { \hide Staff.BarLine \autoBeamOff
%% 1-4
   c'2. cis'~ | cis' ces'~ | ces'1. | \time 4/1 c'\longa | \break
%% 5-9
   ces'\breve cis'\breve | d'\longa | } }
altoItutti = { \new Voice = "altoItutti" { \autoBeamOff
   \time 3/2
   g'2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } b'1 |
   r8 a'4. c''1 | r8 b'4. d''1 | \break
%% 10-13
   R1. * 3 | \time 4/1 c'\breve d'\breve | \break
%% 14-17
   c'\breve e'\breve | \time 3/2 r4 c'1 ces'4~ | ces'2. c'2.~ |
   c'4 r8 eis'4 f'4 a'8~ a'2~ | \break
%% 18-22
   a'1 r2 | \repeat volta 2 { g'16[( e' c'8)] a2 a'16[( f' d'8)] b2 | }
   \time 4/1 b\breve d'\breve |
   \time 3/2 \repeat volta 2 { b2 d'8[( f'16 a')] a2 c'8[( e'16 g')] | }
   \time 4/1 c'\longa | \break
%% 23-29
   ces'\breve c'\breve | \time 3/2 R1. * 2 |
   c'2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } ces'1 |
   c'1. | R1. * 2 | \break
%% 30-37
   e'2 ees'1 | e'1. | R1. * 2 | g'2 ges'1 | g'1. | R1. * 2 | \break
%% 38-41
   b'2 bes'1 | b'1. | \time 4/1 b'\breve d''\breve~ | d''\longa
   \undo \hide Staff.BarLine \bar "|." \break
}}

altoLItutti = \lyricmode {
   \override Score.LyricText.font-shape = #'italic
   \teeny
You know let say! let say! %%Accept it!
\skip \breve \skip \breve
\skip \breve \skip \breve
It's being painful to do it!
%%It's being painful
\skip 1  \skip 1 \skip 1 \skip \longa %% Maybe the following will be error!
%%Only right in here !! ( becurse I don't know these very well )
\skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1
\skip 1
to do it! to do it! to do it! to do it!
}

altoM = {
    \autoBeamOff
%% 1-4
   c'2. cis'~ | cis' ces'~ | ces'1. | \time 4/1 c'\longa | \break
%% 5-9
   ces'\breve cis'\breve | d'\longa | \time 3/2 g'2 b'1 |
   r8 a'4. c''1 | r8 b'4. d''1 |
%% 10-13
   R1. * 3 | \time 4/1 c'\breve d'\breve | \break
%% 14-17
   c'\breve e'\breve | \time 3/2 r4 c'1 ces'4~ | ces'2. c'2.~ |
   c'4 r8 eis'4 f'4 a'8~ a'2~ | \break
%% 18-22
   a'1 r2 | \repeat volta 2 { g'16[( e' c'8)] a2 a'16[( f' d'8)] b2 | }
   \time 4/1 b\breve d'\breve |
   \time 3/2 \repeat volta 2 { b2 d'8[( f'16 a')] a2 c'8[( e'16 g')] | }
   \time 4/1 c'\longa | \break
%% 23-29
   ces'\breve c'\breve | \time 3/2 R1. * 2 | c'2 ces'1 | c'1. | R1. * 2 | \break
%% 30-37
   e'2 ees'1 | e'1. | R1. * 2 | g'2 ges'1 | g'1. | R1. * 2 | \break
%% 38-41
   b'2 bes'1 | b'1. | \time 4/1 b'\breve d''\breve~ | d''\longa \bar "|." \break
}

%%%%%%%% tenor part %%%%%%%%%%%%%%%%%%%%%%%
tenor = { \new Voice = "tenor" { \hide Staff.BarLine \autoBeamOff
%% 1-4
   f2. fis~ | fis fes~ | fes1. | \time 4/1 c\longa | \break
%% 5-9
   ces\breve cis\breve | d\longa | } }
tenorItutti = { \new Voice = "tenorItutti" { \autoBeamOff
   \time 3/2
   g2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } b1 |
   R1. | R1. | \break
%% 10-13
   a1 f2~ | f2. r4 g2~ | g2 e1 | \time 4/1 c\breve d\breve | \break
%% 14-17
   c\breve e\breve | \time 3/2 r2 a1 | aes1 a2~ |
   a2 r8 bis4 c' d'4.~ | \break
%% 18-22
   d'1 r2 | \repeat volta 2 { r4 g2 r4 a2 | }
   \time 4/1 r1 r4. e16[( g b8)] d'16[ e' f'8] a'1
                                         f'16[ e' d'8] b16[( g e8)] r8 r2 |
   \time 3/2 \repeat volta 2 { g2 r4 f2 r4 | } \time 4/1 c\longa | \break
%% 23-29
   ces\breve c\breve | \time 3/2 R1. * 2 |
   c2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } ces1 |
   c1. | R1. * 2 | \break
%% 30-37
   e2 ees1 | e1. | R1. * 2 | g2 ges1 | g1. | R1. * 2 | \break
%% 38-
   b2 bes1 | b1. | \time 4/1 b\breve d'\breve | g'\longa
   \undo \hide Staff.BarLine \bar "|." \break

}}

tenorLItutti = \lyricmode {
   \override Score.LyricText.font-shape = #'italic
   \teeny
You know %%let say!
Accept it! Accept it!
\skip \breve \skip \breve
\skip \breve \skip \breve
It's being painful to do it!
%%It's being painful
\skip 1  \skip 1 \skip 1 \skip \longa %% Maybe the following will be error!
%%Only right in here !! ( becurse I don't know these very well )
\skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1
to do it! to do it! to do it! to do it!
}

tenorM = {
    \autoBeamOff
%% 1-4
   f2. fis~ | fis fes~ | fes1. | \time 4/1 c\longa| \break
%% 5-9
   ces\breve cis\breve | d\longa | \time 3/2 g2 b1 | R1. | R1. | \break
%% 10-13
   a1 f2~ | f2. r4 g2~ | g2 e1 | \time 4/1 c\breve d\breve | \break
%% 14-17
   c\breve e\breve | \time 3/2 r2 a1 | aes1 a2~ |
   a2 r8 bis4 c' d'4.~ | \break
%% 18-22
   d'1 r2 | \repeat volta 2 { r4 g2 r4 a2 | }
   \time 4/1 r1 r4. e16[( g b8)] d'16[ e' f'8] a'1
                                          f'16[ e' d'8] b16[( g e8)] r8 r2 |
   \time 3/2 \repeat volta 2 { g2 r4 f2 r4 | } \time 4/1 c\longa | \break
%% 23-29
   ces\breve c\breve | \time 3/2 R1. * 2 | c2 ces1 | c1. | R1. * 2 | \break
%% 30-37
   e2 ees1 | e1. | R1. * 2 | g2 ges1 | g1. | R1. * 2 | \break
%% 38-41
   b2 bes1 | b1. | \time 4/1 b\breve d'\breve | g'\longa \bar "|." \break
}

%%%%%%% bass; part %%%%%%%%%%%%%%%%
bass = { \new Voice ="bass" { \hide Staff.BarLine \autoBeamOff
%% 1-4
   b,2. bis,~ | bis, bes,~ | bes,1. | \time 4/1 c\longa | \break
%% 5-
   ces\breve cis\breve | d\longa | } }
bassItutti = { \new Voice = "bassItutti" { \autoBeamOff
   \time 3/2
   g2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } b1 |
   R1. | R1. | \break
%% 10-13
   e1 c2~ | c2. r4 d2~ | d b,1 | \time 4/1 c\breve d\breve | \break
%% 14-17
   c\breve e\breve | \time 3/2 r2. d2.~ | d4 des1 d4~ |
   d2. r8 eis4 f4 g8~ | \break
%% 18-22
   g1 r2 | \repeat volta 2 { c2 r4 d2 r4 | }
   \time 4/1 r1 r4. a,8[( c16 e)] g8[ a16 b] d'1
                                        b8[ a16 g] e8[( c16 a,)] r8 r2 |
   \time 3/2 \repeat volta 2 { r4 c2 r4 b,2 | } \time 4/1 c\longa | \break
%% 23-29
   ces\breve c\breve | \time 3/2 R1. * 2 |
   c2^\markup { \teeny \box { \pad-around #0.5 {Tutti} } } ces1 | c1. |
   R1. * 2 | \break
%% 30-37
   e2 ees1 | e1. | R1. * 2 | g2 ges1 | g1. | R1. * 2 | \break
%% 38-41
   b2 bes1 | b1. | \time 4/1 b\breve d'\breve~ | d'\longa
   \undo \hide Staff.BarLine \bar "|." \break
}}

bassLItutti = \lyricmode {
   \override Score.LyricText.font-shape = #'italic
   \teeny
You know %%let say!
Accept it! Accept it!
\skip \breve \skip \breve
\skip \breve \skip \breve
It's being painful to do it!
%%It's being painful
\skip 1  \skip 1 \skip 1 \skip \longa %% Maybe the following will be error!
%%Only right in here !! ( becurse I don't know these very well )
\skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1 \skip 1
to do it! to do it! to do it! to do it!
}

bassM = {
   \autoBeamOff
%% 1-4
   d2. dis~ | dis des~ | des1. | \time 4/1 aes\longa | \break
%% 5-9
   d\breve des\breve | c\longa | \time 3/2 g2 b1 | R1. | R1. | \break
%% 10-13
   e1 c2~ | c2. r4 d2~ | d b,1 | \time 4/1 c\breve d\breve | \break
%% 14-17
   c\breve e\breve | \time 3/2 r2. d2.~ | d4 des1 d4~ |
   d2. r8 eis4 f4 g8~ | \break
%% 18-22
   g1 r2 | \repeat volta 2 { c2 r4 d2 r4 | }
   \time 4/1 r1 r4. a,8[( c16 e)] g8[ a16 b] d'1
                                        b8[ a16 g] e8[( c16 a,)] r8 r2 |
   \time 3/2 \repeat volta 2 { r4 c2 r4 b,2 | } \time 4/1 c\longa | \break
%% 23-29
   ces\breve c\breve | \time 3/2 R1. * 2 | c2 ces1 | c1. | R1. * 2 | \break
%% 30-37
   e2 ees1 | e1. | R1. * 2 | g2 ges1 | g1. | R1. * 2 | \break
%% 38-41
   b2 bes1 | b1. | \time 4/1 b\breve d'\breve~ | d'\longa \bar "|." \break
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Next: , Previous: , Up: Top  

strangers-1-4.texi

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

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

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

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

@ifnottex
@node         run--makeinfo,                  ,       strangers-1-4.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)—