1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-06-18 05:06:37 +02:00

Bass & Tenor for Cullen Bay

This commit is contained in:
Eric-Teunis de Boone 2016-04-26 23:36:26 +02:00
parent 5a40318114
commit 67e9dd5c20
7 changed files with 36 additions and 27 deletions

View file

@ -8,16 +8,17 @@
\score {
\new StaffGroup <<
\global
\new Staff {
\global
\pipeglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
\global
{
\repeat unfold 4 {
\line \bar "||" \break
\line \bar "|."
\line \bar "|." \break
}
}%Format
{
@ -29,7 +30,6 @@
>>
}
\new PipeBandDrumStaff = "side" {
\sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
\repeat unfold 2 { \snareA }
@ -53,9 +53,8 @@
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\repeat unfold 4 {
\repeat unfold 2 {
\bassA
}
\bassAA
\bassAB
}
}