%{ Welcome to LilyPond =================== Congratulations, LilyPond has been installed successfully. Now to take it for the first test run. 1. Save this LilyPond file on your desktop. 2. Pick it up from the desktop with your mouse pointer, drag and drop it onto the LilyPond icon. 3. LilyPond automatically produces a PDF file from the musical scale below. 4. To print or view the result, click on the newly produced file called Welcome_to_LilyPond.PDF That's it. For more information, visit http://lilypond.org . %} \header{ title = "Temperance Reel Set" } melody = \relative{ \key g \major \time 4/4 r2 r4 d4 \bar "|:" \repeat volta 2 { g4 ^"Temperance Reel" g8 fis g a b c d4 g8 e d b a c b e, e d e fis g a b g a fis g fis e d g~ [g32 a g fis ] g8 fis g a b c d b g' e d b a c b e, e d e fis g a } \alternative { { b g a fis g4. d8 } { b' g a fis g4. a8 } } \repeat volta 2 { b8 e e d e4. g8 fis g a fis g fis e d b d d cis d4. e8 fis g a fis g fis e d b e e d e4. g8 fis g a fis g fis e d b e, e d e fis g a } \alternative {{ b g a fis g4. a8 } { b g a fis g2 }} \repeat volta 2 { a4 ^"The Old Copperplate" e8 a c a a4 a'8 g e d c a b a g4 d8 g b g g d' g e d c b g g b a4 e8 a c a a e' a g e d c a a b a b c d e fis g e a g e d c a a4 } \repeat volta 2 { a'8 g e g a g b g a g e d c a a4 g'8 fis e fis g~ [g32 a g fis] g8 g g e d c b g g4 a'8 g e g a16 a a8 a b a g e d c a a b a b c d e fis g e a g e d c a a4} \key d \major \repeat volta 2 { a4 ^"Bucks of Oranmore" fis8 a a4 d8 b a4 fis8 a b e, e4 a4 fis8 a a4 b8 d e g fis d e d b d a4 fis8 a a4 d8 b a4 fis8 a b e, e4 d8 e fis g a fis a b d e fis d e d b d} \repeat volta 2 { a d, fis d a'4 d8 b a d, fis d b' e, e4 a8 d, fis d a'4 b8 d e g fis d e d b d a d, fis d a'4 d8 b a d, fis d b' e, e4 d8 e fis g a fis a b d e fis d e fis g e } \repeat volta 2 { a4 fis8 d e d e fis a4 fis8 d e d b4 a'4 fis8 d e d e fis g e fis d e d b4 a'4 fis8 d e d e fis a4 fis8 d e d b4 fis'8 a a fis b fis a fis g e fis d e d b d } \repeat volta 2 { fis4 d8 fis e4 d8 e fis4 d8 fis e d b d fis4 d8 fis e4 d8 e g e fis d e d b d fis4 d8 fis e4 d8 e fis4 d8 fis e d b d fis a a fis b fis a fis g e fis d e d b d} \repeat volta 2 { a d fis d e d fis d a d fis d e d b d a d fis d e d fis d g e fis d e d b d a d fis d e d fis d a d fis d e d b4 fis'8 a a fis b fis a fis g e fis d e d b d} } harmonies = \chordmode { r1 \repeat volta 2 {g1 c1 e1:min d1 g1 c1 e1:min } \alternative {{ d2 g2 } { d2 g2}} } \score { << \context ChordNames { \set chordChanges = ##t \harmonies } \context Staff = one \melody >> } \version "2.5.25" % necessary for upgrading to future LilyPond versions.