mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
Bugfix: Jim Thomson of Flagstaff
This commit is contained in:
parent
e3df09101c
commit
adf6cc8c02
3 changed files with 20 additions and 14 deletions
|
@ -7,7 +7,7 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 8 \grace { s4 } s8 }
|
||||
measure = { \grace {s1} s4*3 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -7,28 +7,34 @@ pipeglobal = {
|
|||
\key a \mixolydian
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
pipesAAA = {
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ f8 ] |
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
|
||||
}
|
||||
pipesAAB = {
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\grg e8. [ f16 ] \dble e4 e8 [ c8 ] |
|
||||
}
|
||||
|
||||
pipesA = {
|
||||
\pipesAAA
|
||||
\pipesAAB
|
||||
}
|
||||
pipesABA = {
|
||||
\dblb b8. \grG a16 \grg a2
|
||||
}
|
||||
pipesABB = {
|
||||
\dblb b8. \grG a16 a4. \wbirl a8
|
||||
\dblb b8. \grG a16 a4.
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\wbirl a8 |
|
||||
\grg \tuplet 3/2 { b8 [ c8 e8 ] } \grg f4 \grg f8 [ e8 ] |
|
||||
\dblA A8. [ e16 ] \grg c4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ f8 ] |
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
}
|
||||
pipesBBA = {
|
||||
\dble e8. [ c16 ] \dblb b4. \grG a8 |
|
||||
|
@ -36,13 +42,11 @@ pipesBBA = {
|
|||
\grg \tuplet 3/2 { b8 [ c8 e8 ] } \grg f4 \grg f8 [ e8 ] |
|
||||
\dblA A8. [ e16 ] \grg c4 \grip c4 |
|
||||
\dblA A8. [ f16 ] \grg e4 e8 [ c8 ] |
|
||||
\dblb b8. [ \grG a16 ] a4. \wbirl a8 |
|
||||
\dblb b8. [ \grG a16 ] a4.
|
||||
}
|
||||
pipesBBB = {
|
||||
\dble e8. [ c16 ] \dblb b2 |
|
||||
|
||||
\grg a8. [ b16 ] \grip c4 \dblc c8 [ a8 ] |
|
||||
\dblb b8 [ a8 ] \grg f4 \gre f4 |
|
||||
\grg e8. [ f16 ] \dble e4 e8 [ c8 ] |
|
||||
\dblb b8. [ \grG a16. ] a4. \wbirl a8
|
||||
\pipesAAB
|
||||
\pipesABB
|
||||
}
|
||||
|
|
|
@ -22,7 +22,10 @@
|
|||
\break
|
||||
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
\part |
|
||||
\measure |
|
||||
\measure |
|
||||
\measure |
|
||||
}\alternative{
|
||||
{
|
||||
\measure
|
||||
|
@ -39,10 +42,10 @@
|
|||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesABA
|
||||
\pipesABB
|
||||
\pipesABB s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB
|
||||
}
|
||||
>>
|
||||
|
@ -64,7 +67,6 @@
|
|||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
|
|
Loading…
Reference in a new issue