diff options
Diffstat (limited to 'alleluia.ly')
| -rw-r--r-- | alleluia.ly | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/alleluia.ly b/alleluia.ly new file mode 100644 index 0000000..703fb1b --- /dev/null +++ b/alleluia.ly @@ -0,0 +1,31 @@ +melody = { + \key aes \major + \time 2/2 + + \relative c' { + \partial 4 ees8 ees + \repeat volta 2 { + aes4( g) f des'8 c + bes( aes bes4) c ees,8 ees + aes4( g) f des'8 c + } + \alternative { + {bes( aes g4) aes ees8 ees} + {bes'( aes g4) aes2 \bar "|."} + } + } +} + +lyr = \lyricmode { + Al -- le + lu -- ia Al -- le -- + lu __ ia! Al -- le -- + lu -- ia Al -- le -- + lu __ ia! Al -- le -- + lu __ ia! +} + +<< + \new Voice = "melody" { \melody } + \new Lyrics \lyricsto "melody" { \lyr } +>> |
