%{ 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 = "Monaghan Twig Set" } melody = \relative{ \key d \major \time 4/4 r2 r4 e'8 d \bar "|:" \repeat volta 2 { cis ^"Monaghan Twig" a a b cis d e d cis a a g e4. b'8 cis a a b cis d e d b a g b d4 e8 d cis a a b cis d e d cis a a g e4. b'8 cis a a b cis d e d b a g b d4 e8 d cis d e fis g fis e d b16 cis d8 e fis e4. d8 cis d e fis g4. e8 d b g b d4 e8 d cis d e d cis d e d cis a a b cis d e fis g4. fis8 d e e d b a g b d4 e8 d } \key g \major \repeat volta 2 { g,4 ^"The Banshee" g8 d e d e g a g a b d4 b8 d e g e d b a g a b a g e e d d e g4 g8 d e d e g a g a b d4 b8 d e g e d b a g a b a g e e d d4} \repeat volta 2 { e'8 a a4 e8 fis g fis e b b a b4 b8 d e b b4 e8 fis g fis e b b a b4 b8 d e a a4 e8 fis g fis e b b a b4 b8 d e g e d b a g a } \alternative { { b a g e e d d4} { b'8 a g e e d d a'}} \key d \major \repeat volta 2 { fis ^"Silver Spear" a a4 b8 a fis a d fis e d b cis d4 fis,8 a a4 b8 a fis a d fis e d b4 a4 fis8 a a4 b8 a fis a d fis e d b cis d fis g4. e8 fis4. e8 d fis e d b4 a } \repeat volta 2 { fis'8 a a fis b fis a fis g fis e d b cis d e fis a a fis b fis a fis g fis e d b4 a4 fis'8 a a fis b fis a fis g fis e d b cis d e g~ [g32 a g fis] g8 e fis~ [fis32 a fis e] fis8 e d fis e d b4 a4} } 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.