\include "defines.ly" #(define myNoteSpacing 5.0) #(define raggedRight #t) midiTempo = \midi { \tempo 4 = 124 } \include "preamble.ly" global = { \globalPreamble \key f \major \override Staff.TimeSignature #'style = #'() \time 4/4 } sopMusic = \relative { \set Staff.instrument = \markup { \bold \huge \bigger 2. } a'^\p a g^\< a bes(\! c)^\> a~ a8\! r \bar "|." } sopWords = \lyricmode { Doam -- ne mi -- lu -- ieş -- te. __ } altoMusic = \relative { f4^\p f c^\< f e2\! f4~^\> f8\! r8 } altoWords = \sopWords tenorMusic = \relative { c4^\p c c^\< c c2\! c4~^\> c8\! r8 } tenorWords = \sopWords bassMusic = \relative { f,4^\p f e^\< f << { \voiceOne g(\! a)^\> } \new Voice = "split" { \voiceTwo c,2 } >> \oneVoice 4~ 8\! r } bassWords = \sopWords \include "four-staves.ly"