Last active
June 14, 2023 03:52
-
-
Save jeffutter/8fed68cd504b6466b3b7b70d30f92d07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \include "english.ly" | |
| \header { | |
| title = "I'll Fly Away" | |
| composer = "Albert E. Brumley" | |
| arranger = "Arr. Mark Hayes" | |
| tagline = "" | |
| } | |
| upper = \relative c' { | |
| \accidentalStyle Score.piano | |
| \clef treble | |
| \key f \major | |
| \time 4/4 | |
| \tempo "Slowly, unhurried" 4 = 80 | |
| << { | |
| <c f a>4 <bf c f>4 <a c>4 <bf c f>4 | |
| <f' a>8 <e gs> <f a> <g bf> <f a>2 | | |
| f2. f8 f8 | \break | |
| c2 s2 | | |
| a'4 f c f | | |
| a8 gs a bf a2 | | |
| a2. g8 g8 | \break | |
| f2 bf,16 a bf c \tuplet 3/2 {d e f} \tuplet 3/2 {g a bf} | | |
| c2. a8 c8 | | |
| <e, g c>4 <e a> <d ef g> <df ef f> | \break | |
| f2. d8. d16 | | |
| c2. <g c>4 | | |
| <a c>4 <bf d> <c f> f8 g8 | \break | |
| <f a>8 <e gs> <f a> <g bf> a2 | | |
| <b, d f a>4 a16 b d f <f, bf d>4 g'8 g8 | | |
| f1 | |
| } \\ { | |
| s1 | | |
| c2. <cs ds>4 | | |
| d4 c bf <f bf> | | |
| r8 <f a>4 <g bf>8 <a c>4 <g bf> | | |
| <a c>2 bf | | |
| <d e>4 <cs e> <e g> <d f> | | |
| r8 <d f>8 <c e> <cf ef> <b d>4 d4 | | |
| r4 a8 c s2 | | |
| r4 <c a>8 g' <d f>2 | | |
| s1 | | |
| d4 c16 d c8 bf4 <f bf>4 | | |
| r8 a4 a8 bf4 s4 | | |
| s2. d4 | | |
| s2 <d f>4 <c ef> | | |
| s2. <b df e>4 | | |
| r8 <a c>8 <gs b> <g bf> <f a>2 | |
| } | |
| >> | |
| \bar "|." | |
| } | |
| lower = \relative c, { | |
| \accidentalStyle Score.piano | |
| \clef bass | |
| \key f \major | |
| \time 4/4 | |
| <f c' a' >4\arpeggio_\markup { \italic \bold "pedal ad lib." } <f d'>4 <f ef'>4 <f d'>4 | | |
| <f c' a' >2. <b a'>4 | | |
| <bf a'>4 <a g'> <g f'> <c, c'> | | |
| << { \voiceOne r8 c'4 d8 e4 d4 } | |
| \new Voice { \voiceTwo f,1 } | |
| >> \oneVoice | | |
| <f c' f>2 <g f'>2 | | |
| <a g'>4 <a g'>4 <d a'>2 | | |
| r8 <bf a'>8 <a g'>8 <af gf'>8 <g f'>4 <c e bf'>4 | | |
| f,8 c'8 g'4 <g, f'>2 | | |
| a8 e'8 g4 <bf, a'>2 | | |
| <c a'>4 <f c'> <c bf'> <b a'> | | |
| <bf a'> <a g'> <g f'> <c, c'> | | |
| << { \voiceOne r8 c'4 c8 d4 e4 } | |
| \new Voice { \voiceTwo f,1 } | |
| >> \oneVoice | | |
| <f c'>4 <g f'> <a f'> <bf g'> | | |
| <c a' c>2 <d a'>4 <c a'>4 | | |
| <g f'>2 <c, c'>4 <c c'>4 | | |
| << { \voiceOne r8 ef'8 d8[ df8] c2 } | |
| \new Voice { \voiceTwo f,1 } | |
| >> \oneVoice | | |
| \bar "|." | |
| } | |
| \score { | |
| \transpose f d \new PianoStaff | |
| << | |
| \new Staff = "upper" \upper | |
| \new Staff = "lower" \lower | |
| >> | |
| \layout { } | |
| \midi { } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment