%{ 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 = "Hot Lunch Set - Beolach" } melody = \relative{ \key g \major \time 4/4 a''8 ^"Strathspey (Piano starts)" e fis16 a8. e8 d b d \times 2/3 { b d b } a r8 a4. r16 e16 \bar "|:" \repeat volta 2 { a8 ^"(violin enters)" a a16 b8. g8 b a16 b8. e8 e d16 b8. g'8 e d16 b8. g4 g16 b8. g8 a b c d e d16 b8. e8 d b16 g8. a8 a a16 b8. g8 b a16 b8. d8 e d16 b8. g'4 fis16 g8. a8 e fis16 a8. e8 d b16 d8. } \alternative {{ b32 [d b d b8] a4 a32 [b a16~ a8] a e} { b'32 [d b d b8] a4 a32 [b a16~ a8] b16 d8.}} \times 2/3 {e8 g g} \times 2/3 {fis a a} g e fis16 d8. e8 d b a' g e d16 b8. g4 g16 b8. g8 a b c d e d16 b8. e8 d b16 g8. e'16 g8. fis8 a g e fis16 d8. e8 d b16 d8. g4 fis16 g8. a8 e fis16 a8. e8 d b16 d8. b32 [d b16~ b8] a4 a32 [b a16~ a8] b16 d8. e8 g fis16 a8. g8 e fis16 d8. e8 d b a' g e d16 b8. g4 g16 b8. g8 a b c d e d16 b8. e8 d b16 g8. \times 2/3 { a8 a a} a16 b8. g8 b a b d e d16 b8. g'4 fis16 g8. a8 e fis16 a8. e8 d b16 d8. b32 [d b16~ b8] a4 a32 [b a b a8] e'4 r1 r1 \key a \major \repeat volta 2 { cis8 ^"reel" e e fis e cis b a d fis fis e fis gis a e cis e e fis e cis a cis d cis b a b d cis b cis e e fis e cis b a d fis fis e fis gis a e fis16 gis a8 e fis e cis b a b d cis b a4 a4 } a'4 gis a8 fis e4 fis8 g fis e fis gis a e fis16 gis a8 e fis e cis a cis d cis b a b d cis b a'4 gis a8 fis e4 fis8 g fis e fis gis a e fis16 gis a8 e fis e cis b a e d' cis b a4 a a' gis a8 fis e4 fis8 g fis e fis gis a e fis16 gis a8 e fis e cis a cis d cis b a b d cis b cis e e fis e cis b a d fis fis e fis gis a e fis16 gis a8 e fis e cis b a e d' cis b a4 a8 fis' \repeat volta 2 { e4 a,8 fis' e a, cis a d fis fis e fis b a fis e4 a,8 fis' e a, cis a d cis b a b d cis b e4 a,8 fis' e a, cis a d fis fis e fis bis a e fis16 gis a8 e fis e cis b a } \alternative {{ e d' cis b a4 a8 fis'} { e, d' cis b a4 a4}} } harmonies = \chordmode { \repeat volta 2 { c2 g c1 g1 g1 c2 g2 c1 a2.:min d4 } \alternative {{ d1 } { d2 g2}} } \score { << % \context ChordNames { % \set chordChanges = ##t % \harmonies % } \context Staff = one \melody >> } \version "2.5.25" % necessary for upgrading to future LilyPond versions.