\version "2.24.0"
#(set-default-paper-size "letter")
#(set-global-staff-size 18)
\include "score-soprano-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 = "soprano; C clef on 1st line"
composer ="Yukio Yoshida"
poet = "Refer; Soprano"
}
\score {
<<
\context ChoirStaff = "Only-soprano" <<
\new Voice = "soprano" { \clef soprano \key des\major \time 3/2
\set Staff.instrumentName = "soprano" \soprano }
\new Lyrics = "mainSL" \lyricsto "soprano" { \sopranoL }
\new Voice = "repeatsS" { \clef soprano \key des\major \time 3/2
\sopranoTwo }
\new Lyrics = "repeatLs" \lyricsto "sopranoTwo" { \sopranoTwoL }
>>
>>
\layout {
\context { \Staff \RemoveEmptyStaves
\override VerticalAxisGroup.remove-first = ##t
}
}
}
\score {
<<
\new Staff { \clef soprano \key des\major \time 3/2 \tempo 4 = 60
\set Staff.midiInstrument = "pad 2 (warm)"
\unfoldRepeats \sopranoM }
>>
\midi { tempoWholesPerMinute = #(ly:make-moment 60 4) }
}
\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"
" "
}
}}}}