scores-tinwhistle/6-8_marches/heights_of_cassino.ly

79 lines
1.5 KiB
Plaintext

\version "2.16.0"
\include "tinwhistle.ily"
\header {
meter = "March"
title = "The Heights of Cassino"
composer = "PM D. MacRae, QoCHldrs"% Dan MacRae
}
global = {
\key d \major
\time 6/8
}
bpm = \tempo 4. = 90
fluteMid = \fixed c'' {
e8. fis16 e8 e4 d8 |
e16 fis8. e8 d8. b,16 g,8 |
}
fluteEnd = \fixed c'' {
fis8. a,16 a,8 e16 fis8. e8 |
d4. d4
}
fluteApart = \fixed c'' {
\tag #'upbeat { fis8 | }
a,8. a,16 a,8 b,16 d8. e8 |
fis4 a8 fis8. e16 d8 |
}
fluteBpart = \fixed c'' {
\tag #'upbeat { fis16. g32 | }
a8. fis16 d8 fis4.
fis4 a8 fis8. e16 d8 |
}
fluteCpart = \fixed c'' {
\tag #'upbeat { fis8 | }
a,4 a,8 b,8. a,16 g,8 |
a,8. a,16 a,8 fis4. |
}
fluteDpart = \fixed c'' {
\tag #'upbeat { fis16. g32 | }
a8. fis16 e8 d8. e16 fis8 |
a,8. a,16 a,8 fis4. |
}
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} {
\global
\repeat volta 2 { \partial 8 \fluteApart \fluteMid \removeWithTag #'upbeat { \fluteApart } \fluteEnd }
\break
\repeat volta 2 { \partial 8 \fluteBpart \fluteMid \removeWithTag #'upbeat { \fluteBpart } \fluteEnd }
\break
\repeat volta 2 { \partial 8 \fluteCpart \fluteMid \removeWithTag #'upbeat { \fluteCpart } \fluteEnd }
\break
\repeat volta 2 { \partial 8 \fluteDpart \fluteMid }
\alternative { \removeWithTag #'upbeat { \fluteDpart \fluteEnd} \removeWithTag #'upbeat { \fluteCpart \fluteEnd } }
\bar "|."
}
\score {
<<
\flutePart
>>
\layout { }
}
\score {
\unfoldRepeats \removeWithTag #'midiRemove {
\flutePart
}
\midi {
\bpm
}
}