\version "2.24.3" \language "english" global = { \time 4/4 \tempo "Moderato" } intro = \relative c'' { \key c \minor ef2.d4 c8 g~ g2 g4 af4 g f ef d2 g } verseTune = \relative c'' \new Voice = "verse" { % Music follows here. c2 g4 ef8( c8~) c2. r4 r4 c8. d16 ef8. d16 c4 % Bar 8 ef4 f8 g~ g4 r4 r4 df8. ef16 f8. ef16 df4 f4 gf8 af8~ af4 r4 %Bar 11 r4 g8. a16 b8. a16. g4 b4 c8 d8~ d4 r4 c2. g4 % Bar14 e8( c)~ c2. r4 c8. d16 e8. d16 c4 f4 g8 af8~ af2 % Bar 17 r4 g8. a16 b8. a16 g4 c4 d8 ef8~ ef4 d8 c8 d4 d d d b8( g)~ g2 g4 } chorusTune = \relative c'' \new Voice = "melody" { \key c \major % Bar 21 \repeat volta 3 { g4 a e g a4 g8 a~ a g e4 g8 a4 e8 g4 a8 c~ % Bar 24 c8 a c4 d e d1~ d4 r4 c8 c c4 c1~ % Bar 28 c4 r4 r4 g4 g4 a e g a4 g8 a8~ a g e4 g8 a4 e8 g4 a8 c~ % Bar 32 c8 a c4 d e d1~ d4 r4 c8 c c4 c1 % Bar 36 r4 b8 b8~ b8 b b4 b4 b8 b8~ b8 b8 b4 cs4 b8 b8~ b8 b8 b4 % Bar 39 d4 b8 b8~ b8 b8 b4 ds4 b8 b8~ b8 b8 b4 e4 b8 b8~ b8 as b as % Bar 42 b4 e,8 e~ e ds e4 e8 e ds4 e g~ g2 r4 g4 % Bar 45 g4 a e f a4 g8 a~ a g e4 g8 a4 e8 g4 a8 c~ % Bar 48 c8 a c4 d e d1~ d4 r4 e8 d c4 \alternative { \volta 1,2 { c1~ c4 r4 r4 g4 } \volta 3 { c1~ c2~ c4 r4 } } } } leadSheetPart = << \new Staff { \global \intro \bar "||" \break \verseTune \chorusTune } >> \score { \leadSheetPart \layout { } }