diff --git a/life-on-the-sun.ly b/life-on-the-sun.ly new file mode 100644 index 0000000..9b48363 --- /dev/null +++ b/life-on-the-sun.ly @@ -0,0 +1,96 @@ +\version "2.14.2" +\language "english" + +\header { + title = "Life on the Sun" + composer = "Tommy Montgomery" + copyright = "(c) 2002 Tommy Montgomery" +} + +defaults = { + \set Staff.printKeyCancellation = ##f + \numericTimeSignature + \key e \major + \set Score.connectArpeggios = ##t +} + +\parallelMusic #'(right left) { + \time 4/4 + \tempo 4 = 100 + + \defaults 4.\arpeggio b'8 a4 gs | + \defaults 4.\arpeggio b8 4 | + 4. as8( b ds e fs) | + gs,8 ds' gs as, b4 b, | + as4 ~ ~ ~ | + fs'8 cs' fs cs gs' cs, \parenthesize as' cs, | + << { e'2. e'4 } \\ { 4 a cs b'8 a ~ } >> | + a?8 e'4 e,8 a,4 a' | + << { gs'4 r16 b,, ds fs a4 b } \\ { s4 8[ b] cs a } >> | + gs8 e' gs4 e,16 b'8 e16 fs, cs'8 fs16 | + 4 b16 ds gs as b ds gs as \ottava #'1 b ds fs gs | + gs,16 ds' gs as r4 r2 | + as4 \ottava #'0 r16 as,,, cs fs << { as4 gs } \\ { cs,8 as b4 } >> | + fs,8 cs' fs4 fs | + \afterGrace 1\fermata { + e'16[ \change Staff = "left" b a f a b \change Staff = "right" e f a b] + e[ b a f a b e f a b] + e[ b a f a b \ottava #'1 e f a b] e4 + } | + 1\fermata | + + \tempo "Freely" + \key a \minor \ottava #'0 4 \ottava #'1 | + \key a \minor 1 | + \ottava #'0 4 \ottava #'1 | + 1 | + \ottava #'0 4 \ottava #'1 | + 1 | + \ottava #'0 \afterGrace 1 { + e'16[ \change Staff = "left" b a e a b \change Staff = "right" e a b] + e[ b a e a b e a b] + e[ b a e a b \ottava #'1 e a b] e4 + } | + 1 | + + \tempo "Slower" 4 = 70 + \ottava #'0 8 e, e, e e | + a'4 ~ a16 e'8 g16 fs4 ~ fs8. fs16 | + 8 f? f f e | + f?8. a16 ~ a c b d e,8. a16 ~ a d8 d,16 | + 8 e, e, e e | + 4 ~ 16 8 2 | + 8 f? f g g | + 2 4 | + + 4. \ottava #'1 4 8 | + 4. 4 8 | + \afterGrace 1 { \ottava #'0 c,16[ a f a c f a c \ottava #'1 f a c] f2 } | + 2. 4 | + \ottava #'0 r4 8 4 16( b') | + 1 ~ | + 4. 8 ~ 8 ~ 4 | + 1 | + 4 | + 2. 4 | +} + +\score { + \new PianoStaff \with { + instrumentName = "Piano" + } << + \new Staff = "right" \with { + midiInstrument = "acoustic grand" + } \relative c' \right + \new Staff = "left" \with { + midiInstrument = "acoustic grand" + } { \clef bass \relative c \left } + >> + \layout { } + \midi { + \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 88 4) + } + } +} diff --git a/life-on-the-sun.pdf b/life-on-the-sun.pdf new file mode 100644 index 0000000..c1bd14b Binary files /dev/null and b/life-on-the-sun.pdf differ