mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Fixed 51st highland division
This commit is contained in:
parent
8fd675d57c
commit
0c3f8d9ef8
2 changed files with 10 additions and 3 deletions
|
@ -10,7 +10,7 @@ pipesA = {
|
|||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \gstb b4 \dble e8. [ c16 ] |
|
||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] |
|
||||
|
||||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||
|
|
|
@ -9,8 +9,14 @@
|
|||
\pipeglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \part \line} \break
|
||||
\repeat volta 2 { \part \line }
|
||||
\repeat volta 2 {
|
||||
\part \line \break
|
||||
\line \break
|
||||
}
|
||||
\repeat volta 2 {
|
||||
\part \line \break
|
||||
\line \break
|
||||
}
|
||||
}
|
||||
{
|
||||
\pipesA s4
|
||||
|
@ -29,6 +35,7 @@
|
|||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\repeat volta 2 { \pipesA }
|
||||
\repeat volta 2 { \pipesB }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue