\version "2.4.2" \header { title = "Traditional Jig" piece = "Traditional" mutopiatitle = "Traditional Jig" mutopiacomposer = "Traditional" mutopiainstrument = "Violin, Guitar" source = "Transcribed by ear (no copyright)" style = "Folk" copyright = "Public Domain" maintainer = "Taj Morton" maintainerEmail = "taj@wildgardenseed.com" maintainerWeb = "http://www.wildgardenseed.com" lastupdated = "2005/Mar/04" meter = 120 tagline = "\\raisebox{16mm}{\\parbox{188mm}{\\quad\\small\\noindent \\hspace{\\stretch{1}} \\makebox[188mm][c]{Transcribed and typeset by " + \maintainer + " (" + \maintainerWeb + ") .} \\makebox[188mm][c]{Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}}}" } melody = \relative c'' { \time 2/4 \key d \major \repeat volta 2 { \times 2/3 {d8\downbow cis d} \times 2/3 {fis e fis} \times 2/3 {d8 fis d} \times 2/3 {a fis d} \times 2/3 {g b g} \times 2/3 {fis a fis} %\times 2/3 {e d e} %\times 2/3 {g fis e} } \alternative { { \times 2/3 {e d e} \times 2/3 {g fis e} } { \times 2/3 {e d e} d4 } } \bar "|" \break % Part 2 %\grace g'16 %\acciaccatura g'16 \repeat volta 2 { \times 2/3 {a''8\downbow b a} \times 2/3 {fis d fis} \times 2/3 {a b a} \times 2/3 {a g fis} \times 2/3 {g a g} \times 2/3 {e cis e} \times 2/3 {g a g} \times 2/3 {g fis g} \break \times 2/3 {a b a} \times 2/3 {fis d fis} \times 2/3 {a b a} a4 g \times 2/3 {fis8 e fis } \times 2/3 {g e cis} \times 2/3 {e d cis} } \alternative {{d4 g} {d2}} \bar "|." } harmonies = \chordmode { d4 d4 d4 d4 g4 g4 g4 g4 g4 g4 d4 d4 d4 d4 c4 c4 c4 c4 d4 d4 d4 d4 c4 c4 c4 c4 } \score { << \context ChordNames { \set chordChanges = ##t \harmonies } \context Staff = one \melody >> \layout{ } \midi { \tempo 4=120 } }