Added Heights of Cassino
This commit is contained in:
parent
2371843552
commit
7276b674cc
3 changed files with 87 additions and 1 deletions
|
@ -76,7 +76,7 @@ fluteCB = \fixed c'' {
|
|||
|
||||
fluteDA = \fixed c'' {
|
||||
e8 |
|
||||
\gbirl a,4 a,8 \grg a,8. g16 a,8 |
|
||||
\gbirl a,4 a8 \grg a8. g16 a8 |
|
||||
g8. e16 \gra e8 \dble e8. d16 b,8 |
|
||||
\grg a,8. \grd b,16 \gre a,8 \grg g,4 \grd b,8 |
|
||||
\thrwd d4 e8 \dble e8. d16 b,8 |
|
||||
|
|
78
6-8_marches/the_heights_of_cassino.ly
Normal file
78
6-8_marches/the_heights_of_cassino.ly
Normal file
|
@ -0,0 +1,78 @@
|
|||
\version "2.16.0"
|
||||
|
||||
\include "tinwhistle.ily"
|
||||
|
||||
\header {
|
||||
meter = "March"
|
||||
title = "The Heights of Cassino"
|
||||
composer = "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
|
||||
}
|
||||
}
|
|
@ -38,6 +38,14 @@
|
|||
\chapterstart
|
||||
\chapter{6/8 Marches}
|
||||
|
||||
\noindent
|
||||
\begin{minipage}{\columnwidth}
|
||||
\noindent
|
||||
\addcontentsline{toc}{subsection}{Heights of Cassino, The}
|
||||
\lilypondfile{./6-8_marches/the_heights_of_cassino.ly}
|
||||
\end{minipage}
|
||||
\vspace{.5in}
|
||||
|
||||
\noindent
|
||||
\begin{minipage}{\columnwidth}
|
||||
\noindent
|
||||
|
|
Loading…
Reference in a new issue