1 %%%%%%%%% bassr part %%%%%%%%%%%%%%%%%%%%%
  2 %% 12:47 AM Wednesday, January 26, 2022
  3 %% Yukio Toshida
  4 \version "2.22.2"
  5 #(set-default-paper-size "letter")
  6 %%#(set-global-staff-size 17)  %% run! for texi(lilypond-book.py)
  7 #(set-global-staff-size 18) %%run! normal
  8 %% \include "score-bass-all.ly"
  9 \include "score-bass-only.ly"
 10 \paper {
 11         ragged-last-bottom = ##f
 12 }
 13 
 14 \header {
 15   title = "Avenue of the south Wind"
 16   subtitle = \markup { des major(\italic "c des ees f ges aes bes") }
 17   subsubtitle = "bass; F clef on 4th line"
 18   composer ="Yukio Yoshida"
 19   poet = "Refer; Bass"
 20 }
 21 
 22 %%%%%%%%%% sheet and midi music code part %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 23 %% get sheet music ---------------------------------------------------------------
 24 \score {
 25          <<
 26            \context ChoirStaff = "Only-bass" <<
 27            \new Voice = "bass" { \clef bass \key des\major \time 3/2
 28                         \set Staff.instrumentName = "bass" \bass }
 29                         \new Lyrics = "mainSL" \lyricsto "bass" { \bassL }
 30               \new Voice = "repeatsB" { \clef bass \key des\major \time 3/2
 31                                                                  \bassTwo }
 32               \new Lyrics = "repeatLb" \lyricsto "bassTwo" { \bassTwoL }
 33              >>
 34 
 35            %%\context PianoStaff = "PianoStaff" <<
 36            %%\new Voice = "piano" { \clef treble \key des\major \time 3/2
 37            %%             \set Staff.instrumentName = "piano  " \pianoUP }
 38            %%\new Voice = "piano" { \clef bass \key des\major \time 3/2
 39            %%             \set Staff.instrumentName = "piano  " \pianoDown }
 40            %%                                   >>
 41 
 42          >>
 43 
 44   \layout {
 45             \context { \RemoveEmptyStaffContext
 46                        \override VerticalAxisGroup #'remove-first = ##t
 47                       }
 48            }
 49 }
 50 
 51 %% get midi music ----------------------------------------------------------------
 52 \score {
 53          <<
 54            \new Staff { \clef bass \key des\major \time 3/2 \tempo 4 = 60
 55                          \set Staff.midiInstrument = "pad 2 (warm)"
 56                                          \unfoldRepeats       \bassM }
 57 
 58 
 59            %%\new Staff { \clef treble \key des\major \time 3/2 \tempo 4 = 60
 60            %%             \set Staff.midiInstrument = "acoustic grand"
 61            %%                                \unfoldRepeats       \pianoUPm }
 62            %%\new Staff { \clef bass \key des\major \time 3/2 \tempo 4 = 60
 63            %%             \set Staff.instrumentName = "acoustic grand"
 64            %%                                \unfoldRepeats     \pianoDownm }
 65          >>
 66 
 67    \midi { tempoWholesPerMinute = #(ly:make-moment 60 4) }
 68 }
 69 
 70 \markup { " " }
 71 \markup { " " }
 72 \markup { " " }
 73 \markup { " " }
 74 \markup { " " }
 75 \markup { " " }
 76 \markup { " " }
 77 \markup { " " }
 78 \markup { " " }
 79 \markup { " " }
 80 \markup { " " }
 81 \markup { " " }
 82 \markup { " " }
 83 \markup { \fill-line { \column {%% just in case; For Japanese language
 84  \line { \italic
 85    \column {
 86 " "
 87 " "
 88 { \bold "Poem; Wind"}
 89 "Avenue of the south wind"
 90 "Clean cool and an uncomfortably warm breeze"
 91 "Let a suggestion of the sap of poplar"
 92 "Coming into the room shaking the curtains."
 93 "Beneath the body of sleep in the afternoon"
 94 "The dream of stealing a nap"
 95 "Go out into the street and shaking the curtains."
 96 " "
 97 "Avenue of the south wind"
 98 "Clean cool and an uncomfortably warm breeze"
 99 "The street without anyone and"
100 "Enter the room shaking the curtains"
101 "Leave the street and shaking the curtains."
102 \bold "                                               By; Yukio Yoshida"
103 " "
104             }
105 %%%%%% If you want to view japanes then please do cut ----> only parts "%%+"
106 %%%%%% But, you must have to specify for your's computer with Japanes font style.
107 %%+ \hspace #8
108 %%+   \column {
109 %%+           \override #'(font-name . "Sazanami Gothic")%%%%%Japanes language(font)
110 %%+      \column {
111 %%+ " "
112 %%+ " "
113 %%+ " "
114 %%+ "南部の街の風は"
115 %%+ "清く涼しく, 生暖かい吹き"
116 %%+ "ポプラの樹液を漂わせ"
117 %%+ "カーテンを揺らして 部屋に入ってくる"
118 %%+ "午後の眠りの身体を撫でて"
119 %%+ "うたた寝の夢を盗んで"
120 %%+ "カーテンを揺らし 通りへと出て行く"
121 %%+ " "
122 %%+ "南部の街の風は"
123 %%+ "清く涼しく, 生暖かい吹き"
124 %%+ "誰もいない通りを,"
125 %%+ "カーテンを揺らして 部屋に入り"
126 %%+ "カーテンを揺らして 通りへと去る"
127 %%+ " "
128 %%+ " "
129 %%+              } }
130 }}}}