\version "2.10.14" \header { title = "Twinkle Little Star" piece = "Traditional" style = "Folk" copyright = "Public Domain" maintainer = "Taj Morton" maintainerEmail = "tajmorton@gmail.com" maintainerWeb = "http://www.wildgardenseed.com/Taj" lastupdated = "2007/May/14" tagline="Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!" } melody = \relative c' { \key g \major \partial 8*2 b8\upbow(a ) g8 a b c d fis g a b(ais b) c b2 g8(f) e g c g(e g) d2. b8(a) g8 a b c d fis g a b(ais b) c b2 a8(gis) a b cis a(b cis) d2. b,8(a) g8 a b c d fis g a b(ais b) c b2 g8(f) e g c g(e g) d2. g8(fis) e8(dis e) fis g(fis g) a b(ais b) c b2 c8(b) a g fis g a fis g4 g8 g g4 b8\upbow(c) d b e b d c(b c) d b e b(d2) d'-3\downbow e-4 d8-3(c-2 b-1) d-3 c2-2 a,8(b) c d c b(a b) c a d a(c2) d'2\downbow e d8(c b) d b2 b,8(c) d e d c(b c) d b e b(d2) r4 4(4.) a'8(g4) 2 e8(fis) g fis g a g fis e4 d8( c d e) d c b4 c8( b) a g fis g e fis 4 8 8 2 \bar "|." } harmony = \relative c' { \key g \major \partial 8*2 d8\upbow(c ) b c d fis g a b c d(cis d) e d2 c8(a) g c e c( a c) g2. d8(c) b c d fis g a b c d(cis d) e d2 des8(c) des d a cis(d e) fis2. d,8(c) b c d fis g a b c d(cis d) e d2 c8(a) g c e c(a c) g2. b8(a) g(fis g) a c(b c) cis d(cis d) e d2 e8(d) c b a b c a b4 b8 b b4 g8\upbow( a) b g c g b a(g a) b g c b b2 b'-3\downbow c-4 b8-3(a-2 gis-1) b-3 a2-2 fis,8(g) a b a g(fis g) a fis b fis a2 b'2\downbow c b8(a g) a g2 g,8( a) b c b a(g a) b g c g b2 r4 4( 4.) e'8(d4) 2 c8(d) e dis e f e d c4 b8(a b c) b a gis4 a8(g) fis e d e fis d 4 8 8 2 \bar "|." } backup = \chordmode { r4 g1 g1 c2 cis:dim g1 g1 g1 a:7 d:7 g1 g1 c2 cis:dim g1 g2 cis:dim g2 e:7 a:7 d:7 g1 g1 g1 g2 cis:dim d1:7 d1:7 d1:7 d2:7 d:aug g1 g1 g1 g1 g2 c:7 c1 g2 e:7 a2 d:7 g1 } \score { { << \relative << \new ChordNames \backup \new Staff = "melody" { \melody } \new Staff = "harmony" { \harmony } >> >> } \layout { } }