\version "2.12" \include "english.ly" \include "init_Luketan.ly" \header { title = "A Song For Emma G" } global = { \key g \major \time 6/8 %% A \partial 4 s4 \repeat "volta" 2 { s8*6*6 } \alternative { { s8*12 } { s8*12 } } %% B \repeat "volta" 2 { s8*6*5 } \alternative { { s8*6*3 } { s8*6 } } s8*6*2 \bar "|." } melodyNotes = \relative { \clef treble %% A b'8 a | g4. g8 g4 d8 d4 e8 d4 | % b'4. b8 b4 g8 b4 a8 a4 | g4. g8 g4 d8 d4 e8 d4 | { g8 b4 b8 a4 a8 g4 r8 b8 a | } { g8 b4 b8 a4 a8 g4. r4 | } %% B b8. d16 d8 b8. d16 d8 | b8. d16 d8 b8. d16 d8 | c8. e16 e8 c8. e16 e8 | e8. d16 c8 e8. d16 c8 | b8. b16 b8 b8. a16 g8 | { b8. b16 b8 b8. c16 b8 | b8 a4 ~ a8 a g | fs4. fs8 g a | } { b8. b16 b8 b8. a16 g8 | a8. a16 a8 g4 a8 | g2. } } chordChanges = \chordmode { %% A s4 | g8*6*3 | d8*6 | g8*6*2 | { { s8*3 d8*3 g8*6 } { s8*3 d8*3 g8*6} } %%B g8*6*2 c8*6*2 g8*6 { {s8*6 d8*6 d8:7 s8*5 } {s8*6 } } s8*3 d8*3 g8*6 } \score { << \new ChordNames \chordChanges \new Staff << \new Voice = "Voice_vocals" << \global \dynamicUp \melodyNotes >> >> >> \layout { \context { \Score \override VoltaBracket #'extra-offset = #'(0 . -1) } \context { \Voice \consists "Melody_engraver" \override Stem #'neutral-direction = #'() } } } \markup { \vspace #6 } \markup \override #'(font-size . 2) { \hspace #24 \fontsize #0.5 \italic "Optional Lyrics" }