\version "2.19.82" \language "english" \header { title = "Dear Old Girl" composer = "Theodore F. Morse" poet = "Richard Henry Buck" arranger = "O. T. Neal" } global = { \key c \major \time 4/4 \accidentalStyle modern-voice-cautionary \partial 4 } tenorMusic = \relative c' { f4 |e g a a | gs gs2 r4 | ds4 e f f | e2. e8 e | ef4 f gf f | e ( g) g2 | c,4 e a c \fermata |d2 c | a a | c1 | } leadMusic = \relative c' { g4 | c c e ds | e b2 b8 b | a4 a a a | c2. g8 g | af4 af af af | g (f) e2 | c'4 c c a | b2 a | c fs, | g1 | } leadWords = \lyricmode { The blind- ing tears are fall- ing as I think of my lost pearl, and my bro- ken heart is call-_ ing, call- ing for you dear old, dear old girl } bariMusic = \relative c' { b4 | g g c b | d d2 r4 | c4 c d ef | g,2. c8 c | c4 c c b | c (d) cs2 | c4 c ef fs | f2 ds | ds ds | e1 } bassMusic = \relative c { d4 | c e g fs | b e,2 b'8 b | f4 e d c | c2. c8 c | gf'4 f ef df | c (bf) a2 | c'4 a f d \fermata | g2 f | f b, | c1 } \score { \new ChoirStaff << \new Staff = "high" << \clef "treble_8" \new Voice = "tenors" { \voiceOne << \global \tenorMusic >> } \new Voice = "leads" { \voiceTwo << \global \leadMusic >> } >> \new Lyrics = "leads" \new Staff = "lo" << \clef bass \new Voice = "baris" { \voiceOne << \global \bariMusic >> } \new Voice = "basses" { \voiceTwo << \global \bassMusic >> } >> \context Lyrics = "leads" \lyricsto "leads" \leadWords >> }