mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 06:53:32 +01:00
28 lines
466 B
Text
28 lines
466 B
Text
|
% 3/4 Daar wordt aan de deur geklopt
|
||
|
% Pipes
|
||
|
\version "2.18.2"
|
||
|
composerPipes = ""
|
||
|
arrangerPipes = "Seaforth Highlanders of Holland"
|
||
|
pipeglobal = {
|
||
|
\bagpipeKey
|
||
|
}
|
||
|
% Music
|
||
|
pipesAA = {
|
||
|
\grg e4. f8 e[ d] |
|
||
|
\grg c4 \grd a \gre a |
|
||
|
\grg b4 \grd b \gre b |
|
||
|
\grg c4 \grd a \gre a |
|
||
|
}
|
||
|
pipesAB = {
|
||
|
\grg e4. f8 e[ d] |
|
||
|
\grg c4 \grd a \gre a |
|
||
|
\grg b4 \grd b \gre b |
|
||
|
\grG a2. |
|
||
|
}
|
||
|
pipesBA = {
|
||
|
\repeat unfold 2 {
|
||
|
\grg b4 \grd b \gre b |
|
||
|
\grg c4 \grd a \gre a |
|
||
|
}
|
||
|
}
|