%{ 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 = "Speed the Plough Set" } melody = \relative{ \key d \major \time 4/4 r1 \bar "|:" \repeat volta 2 { d'4. ^"Speed the Plough" a8 b a fis b a fis fis4 e8 fis d e fis4 a8 fis g4. b8 a b d g fis g fis e d4. a8 b a fis b a fis fis4 e8 fis d e fis4 a8 fis g a b g } \alternative { { a b d g fis e d cis } { a b d g fis d d e } } \repeat volta 2 { fis4 a8 b a fis d fis g4 fis8 g e d b16 cis d8 a'4 a8 b a fis d b a b d e fis e d4 fis4 a8 b a fis d fis g4 fis8 g e d b a } \alternative {{ fis4 a8 fis g a b g a b d g fis d d g } {fis,4 a8 fis g4. b8 a b d g fis g fis e }} \key g \major \repeat volta 2 { e,4 ^"Man of the House" b'8 e, g a b e, e4 b'8 e, a d, fis d e4 b'8 e, g a b cis d b b a b e, e d e4 b'8 e, g a b e, e4 b'8 e, a d, fis d e16 e e8 b' e, g a b cis d b b a b e, e4} \repeat volta 2 { e'8 fis g e fis g a fis g fis e d e d b d e fis \times 2/3 { g fis e} fis g a fis g fis e d b e e d e fis g e fis g a fis g fis e d e fis g a b g \times 2/3 { a g fis} g fis e d } \alternative { { e b b a g e e d} { e' b b a g e a g}} \key d \major \repeat volta 2 { fis ^"Maid Behind the Bar" a a b a fis e d fis a a b a4 d8 e fis b, b a b cis d e fis4 g8 fis e d b a fis a a b a fis e d fis a a b a4 d8 e fis b, b a b cis d b } \alternative { {a fis e fis d4 a'8 g} { a fis e fis d4. e'8}} \repeat volta 2 { fis g a g fis d d e fis d a' d, fis d d4 e8 fis g a b e, e fis g e b' e, g e e4 fis8 a a fis b fis a fis d e fis d e4 d8 e fis b, b a b cis d b a fis e fis d4. e'8} } 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.