\version "2.24.0"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
\include "score-bass-only.ly"
\paper {
ragged-last-bottom = ##f
}
\header {
title = "Avenue of the south Wind"
subtitle = \markup { des major(\italic "c des ees f ges aes bes") }
subsubtitle = "bass; F clef on 4th line"
composer ="Yukio Yoshida"
poet = "Refer; Bass"
}
\score {
<<
\context ChoirStaff = "Only-bass" <<
\new Voice = "bass" { \clef bass \key des\major \time 3/2
\set Staff.instrumentName = "bass" \bass }
\new Lyrics = "mainSL" \lyricsto "bass" { \bassL }
\new Voice = "repeatsB" { \clef bass \key des\major \time 3/2
\bassTwo }
\new Lyrics = "repeatLb" \lyricsto "bassTwo" { \bassTwoL }
>>
>>
\layout {
\context { \Staff \RemoveEmptyStaves
\override VerticalAxisGroup.remove-first = ##t
}
}
}
\score {
<<
\new Staff { \clef bass \key des\major \time 3/2 \tempo 4 = 60
\set Staff.midiInstrument = "pad 2 (warm)"
\unfoldRepeats \bassM }
>>
\midi { tempoWholesPerMinute = #(ly:make-moment 60 4) }
}
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { " " }
\markup { \fill-line { \column {
\line { \italic
\column {
" "
" "
{ \bold "Poem; Wind"}
"Avenue of the south wind"
"Clean cool and an uncomfortably warm breeze"
"Let a suggestion of the sap of poplar"
"Coming into the room shaking the curtains."
"Beneath the body of sleep in the afternoon"
"The dream of stealing a nap"
"Go out into the street and shaking the curtains."
" "
"Avenue of the south wind"
"Clean cool and an uncomfortably warm breeze"
"The street without anyone and"
"Enter the room shaking the curtains"
"Leave the street and shaking the curtains."
\bold " By; Yukio Yoshida"
" "
}
}}}}