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