Uncomment \include tinwhistle-bagpipe-embellishments.ily to show piping gracings

This commit is contained in:
Eric Teunis de Boone 2019-01-04 00:20:01 +01:00
parent fb4a1b0ff3
commit 2b4b078201
4 changed files with 50 additions and 28 deletions

View file

@ -5,9 +5,9 @@
\header {
meter = "Hornpipe"
title = "The Jolly Beggarman"
composer = ""
}
global = {
\key d \major
\time 2/4
@ -15,15 +15,35 @@ global = {
bpm = \tempo 4. = 90
grA = {}
grg = {}
gre = {}
grd = {}
thrwd = {}
dblb = {}
dblc = {}
dble = {}
dblg = {}
wbirl = {}
gbirl = {}
slurf = {}
%\include "tinwhistle-bagpipe.ily"
fluteAA = \fixed c'' {
e8 |
\grg a,16. [ \grd a,32 \gre a,16. \grd b,32 ] \grg a,16. [ b,32 \grg cis16. d32 ] |
\grg e16. [ fis32 \grg e16. cis32 ] \thrwd d8 [ \grg cis16. d32 ] |
\grg e16. [ a,32 \gbirl a,8 ] \grg a,16. [ b,32 \grg cis32 \grd a,16. ] |
\grg b,16. [ \grd g,32 \gre g,16. a,32 ] \dblb b,8 [ e8 ] |
\grg b,16. [ \grd g,32 \gre g,16. a,32 ] \dblb b,8
}
fluteAB = \fixed c'' {
e8 |
\grg a,16. [ \grd a,32 \gre a,16. \grd b,32 ] \grg a,16. [ b,32 \grg cis16. d32 ] |
\grg e16. [ fis32 \grg e16. cis32 ] \thrwd d8 [ \grg cis16. d32 ] |
\grg e16. [ a32 \grg a16. g32 ] a16. [ fis32 \dble e16. d32 ] |
@ -44,22 +64,19 @@ fluteBBA = \fixed c'' {
\grg e16. [ a32 \grg a16. g32 ] a16. [ fis32 \dble e16. d32 ] |
\dblc cis8 [ \gre a,8 ] \wbirl a,8
}
fluteBBB = \fixed c'' {
e8 |
\fluteAB
}
fluteBBB = \fluteAB
flutePart = \new Staff \with {
instrumentName = "Fl."
midiInstrument = "flute"
} {
\global
\repeat volta 2 { \partial 8 \fluteAA \fluteAB \tag #'midiRemove { s8 |} }
\repeat volta 2 { \partial 8 \fluteAA \portraitbreak \fluteAB \tag #'midiRemove { s8 |} }
\break
\repeat volta 2 { \partial 8 \fluteBA }
\alternative {
{ \break \fluteBBA \tag #'midiRemove { s8 |} }
{ \break \fluteBBB \tag #'midiRemove { s8 |} }
{ \portraitbreak \fluteBBA \tag #'midiRemove { s8 |} }
{ \portraitbreak \fluteBBB \tag #'midiRemove { s8 |} }
}
\bar "|."
}
@ -78,4 +95,4 @@ flutePart = \new Staff \with {
\midi {
\bpm
}
}
}