% ŵ˘ˆ┌ ┐⁀⁀© — – % U+0311 = ̑ % U+0361 = ͡ % U + 032E = ̮ \version "2.10.23" #(ly:set-option 'point-and-click #f) \paper { indent = 0.0 line-width = 175 \mm %between-system-space = 0.1 \mm %between-system-padding = #1 %ragged-bottom = ##t %top-margin = 0.1 \mm %ragged-last-bottom %bottom-margin = 0.1 \mm %foot-separation = 0.1 \mm %head-separation = 0.1 \mm %after-title-space = 0.1 \mm %before-title-space = 0.1 \mm %horizontal-shift %system-count %left-margin %paper-width %paper-height %print-page-number %printfirst-page-number %between-title-space = 0.1 \mm %printallheaders %systemSeparatorMarkup } \header { %dedication = "" title = "" %subtitle = "" %subsubtitle = "" % poet = \markup{ \italic Text: } % composer = \markup{ \italic Music: } %meter = "" %opus = "" %arranger = "" %instrument = "" %piece = \markup{\null \null \null \null \null \null \null \null \null \null \null \null \null \italic Slowly \null \null \null \null \null \note #"4" #1.0 = 70-100} %breakbefore %copyright = "" tagline = "" } global = { %\override Staff.TimeSignature #'style = #'() \time 4/4 \key c \major \override Rest #'direction = #'0 } sopWords = \lyricmode { \override Score . LyricText #'font-size = #-1 \override Score . LyricHyphen #'minimum-distance = #1 \override Score . LyricSpace #'minimum-distance = #0.8 % \override Score . LyricText #'font-name = #"Gentium" % \override Score . LyricText #'self-alignment-X = #-1 \set stanza = "1. " %\set vocalName = "Men/Women/Unison/SATB" } sopWordsTwo = \lyricmode { \set stanza = "2. " } sopWordsThree = \lyricmode { \set stanza = "3. " } sopWordsFour = \lyricmode { \set stanza = "4. " } sopWordsFive = \lyricmode { \set stanza = "5. " } sopWordsSix = \lyricmode { \set stanza = "6. " } sopWordsSeven = \lyricmode { \set stanza = "7. " } altoWords = \lyricmode { } tenorWords = \lyricmode { } bassWords = \lyricmode { } \score { %\transpose es' d' << \new Staff %\with %{ % \consists "Ambitus_engraver" %} << %\set Score.midiInstrument = "Orchestral Strings" %\set Score.midiInstrument = "Choir Aahs" \new Voice = "sopranos" %\with %{ %\consists "Ambitus_engraver" %} { \voiceOne \global %\override Score.MetronomeMark #'transparent = ##t \override Score.MetronomeMark #'stencil = ##f \tempo 4 = 120 \bar "|." } \new Voice = "altos" { \voiceTwo } %\new Lyrics = sopranos { s1 } %\new Lyrics = sopranosTwo { s1 } %\new Lyrics = sopranosThree { s1 } %\new Lyrics = sopranosFour { s1 } %\new Lyrics = sopranosFive { s1 } %\new Lyrics = sopranosSix { s1 } %\new Lyrics = sopranosSeven { s1 } %\new Lyrics = altos { s1 } %\new Lyrics = tenors { s1 } %\new Lyrics = basses { s1 } >> \new Staff << \clef bass \new Voice = "tenors" { \voiceThree \global } \new Voice = "basses" { \voiceFour } >> %\context Lyrics = sopranos \lyricsto sopranos \sopWords %\context Lyrics = sopranosTwo \lyricsto sopranos \sopWordsTwo %\context Lyrics = sopranosThree \lyricsto sopranos \sopWordsThree %\context Lyrics = sopranosFour \lyricsto sopranos \sopWordsFour %\context Lyrics = sopranosFive \lyricsto sopranos \sopWordsFive %\context Lyrics = sopranosSix \lyricsto sopranos \sopWordsSix %\context Lyrics = sopranosSeven \lyricsto sopranos \sopWordsSeven %\context Lyrics = altos \lyricsto altos \altoWords %\context Lyrics = tenors \lyricsto tenors \tenorWords %\context Lyrics = basses \lyricsto basses \bassWords >> \midi { } \layout { \context { \Lyrics \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) } %\context %{ %\Voice %\consists Ambitus_engraver %} } } \markup { \column { \line{\italic Text: } \line{\italic Music: } } }