\version "2.19.46" \header{ title = "Oumuamua" composer = "Matiss Schubert" tagline = "" } \include "msJazz.ly" theMelody = \relative a' { \numericTimeSignature\time 4/4 \key a \minor \tempo 4=145 \repeat volta 2 { a8. b16 c8. b16 a4 a' | \times 2/3 {g8( a g)} e8. d16 c4 g' | \times 2/3 {e8( g e)} d8. c16 a4 e' | d8. c16 d8. dis16 e4 d8. c16 | d8. dis16 e8. c16 gis4 b | a8. b16 c8. b16 a4 a' | \times 2/3 {g8( a g)} e8. d16 c4 e | d8. cis16 d8. e16 d8. c16 a8. g16 | a4 a8. g16 e4 g | } \repeat volta 2 { a4 g8. e16 d8.^"(G)" c16 d8. e16 | c4^"(Am)" a a2 | r8. a'16 g8. e16 g8. a16 r8. a16 | g8. e16 g8. a16 \times 2/3 { b8( c b) } a4 | d4 b8. a16 g8. a16 b8. g16 | \time 2/4 e4 g | \time 4/4 a4 g8. e16 d8. c16 d8. e16 | c4 a a2 | } } theChords = \chordmode { \set chordChanges = ##t \repeat volta 2 { a2:m s c s a:m s g s e:7 s a:m s c s g e:7 a:m e:m } \repeat volta 2 { a:m q q q q q q q g q e:m a:m g a:m q } } \score { << \new ChordNames { \theChords } \new Staff {\theMelody } >> }