1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/airs/when_the_pipers_play/notes.bass.ily
Eric Teunis de Boone 1c05f8ba65 CMPD: Side scores update
Highland Laddie
Auld Lang Syne
Green Glens of Antrim
When the Pipers play
Bells of Dunblane
Rose of Kelvingrove
Cullen Bay
Standards
2019-02-04 00:01:59 +01:00

25 lines
388 B
Text

% 4/4 When the Pipers play
% Bass
\version "2.18.2"
composerBass = "T. Hachmang"
arrangerBass = "E.T. de Boone, 2019"
bassglobal = {}
% Music
bassEnding = \drummode {
bd4 r4 r4 r4
}
bassA = \drummode {
\repeat unfold 7 {
bd4 r8 bd8 r8 bd8 bd4
}
\bassEnding
}
centerbassEnding = \drummode {
bd4 bd4 bd4 bd4
}
centerbassA = \drummode {
\repeat unfold 8 {
bd4 bd4 bd4 bd4
}
}