1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Found slight typo errors in Cockney Jocks and Bonnie Lass o' Fyvie

This commit is contained in:
Eric Teunis de Boone 2018-10-10 13:48:03 +02:00
parent 0cd17410d9
commit 3daf29f86d
7 changed files with 26 additions and 20 deletions

View file

@ -9,7 +9,7 @@ confTempo = {
%% Format
part = { \partial 8 s8 }
measure = { \grace { s4 } s1 | }
halfline = { \repeat unfold 2 { \measure } }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }
%% Headers

View file

@ -6,14 +6,14 @@ pipeglobal = {
\bagpipeKey
}
pipesA = {
a8 \bar "|"
\thrwd d4 \dbld d8. [ e16 ] \thrwd d4~ d8 [ a8 ] \bar "|"
\thrwd d4 \dbld d8. [ e16 ] \thrwd d2 \bar "|"
\dble e4 \grg f8 [ g8 ] \dblA A4 g8 [ f8 ] \bar "|"
\dble e4 a4 \wbirl a4 A8. [ g16 ] \bar "|" \break
a8 |
\thrwd d4 \dbld d8. [ e16 ] \thrwd d4~ d8 [ a8 ] |
\thrwd d4 \dbld d8. [ e16 ] \thrwd d2 |
\dble e4 \grg f8 [ g8 ] \dblA A4 g8 [ f8 ] |
\dble e4 a4 \wbirl a4 A8. [ g16 ] |
\grA f8. [ e16 ] \grg f8 [ g8 ] \dblA A4~ A8 [ a8 ] \bar "|"
\thrwd d8. [ e16 ] \dbld d8 [ b8 ] \grg G4~ G8 [ \grd b8 ] \bar "|"
\grg a4 \thrwd d4 \dble e8 [ d8 ] \dblc c8 [ b8 ] \bar "|"
\grA f8. [ e16 ] \grg f8 [ g8 ] \dblA A4~ A8 [ a8 ] |
\thrwd d8. [ e16 ] \dbld d8 [ b8 ] \grg G4~ G8 [ \grd b8 ] |
\grg a4 \thrwd d4 \dble e8 [ d8 ] \dblc c8 [ b8 ] |
\grg a4 \thrwd d4 \dbld d4~ d8
}

View file

@ -31,6 +31,8 @@
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesA
}
\midi { \confTempo }
}