You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
798 B
24 lines
798 B
\include "header"
|
|
\paper{paper-height = 8.5\cm}
|
|
|
|
{
|
|
<<
|
|
\chords {
|
|
\override ChordName #'font-size = #-1
|
|
\repeat volta 2 {b2.:m d2. e2.:m fis2.:m b2.:m e4.:m fis4.:m e2.:m}
|
|
\alternative { {fis2.:m} {fis4.:m e4.:m} }
|
|
\repeat volta 2 {e2.:m b2.:m d2. fis2.:m e2.:m b2.:m e2.:m }
|
|
\alternative { {fis2.:m} {fis4.:m e4.:m} }
|
|
}
|
|
\relative c'
|
|
{
|
|
\time 6/8 \key d \major
|
|
\repeat volta 2 {e'8 d b b8 a b d8 e fis e8 fis fis e8 d b b8 a fis a8 fis d e8 fis' fis
|
|
e8 d b b8 a b g'8 fis e e8 fis fis e8 d b b a fis}
|
|
\alternative { {a8 fis d e8 fis' fis} {a,8 fis d e4.} }
|
|
\repeat volta 2 {e'4. e8 fis fis e8 d b d4 a8 d8 e d d8 a a' b4 a8 fis8 a a
|
|
e4. e8 fis fis e8 d b d4. e8 d b b8 a fis}
|
|
\alternative { {a8 fis d e4 d'8} {a8 fis d e4.} }
|
|
}
|
|
>>
|
|
}
|
|
|