mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Bass & Tenor for Cullen Bay
This commit is contained in:
parent
5a40318114
commit
67e9dd5c20
7 changed files with 36 additions and 27 deletions
|
|
@ -27,24 +27,25 @@
|
|||
}
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\repeat unfold 4 {
|
||||
\repeat unfold 2 {
|
||||
\bassA
|
||||
}
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\repeat unfold 4 {
|
||||
\tenorAA \tenorAB
|
||||
\tenorAA
|
||||
\tenorAB
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\repeat unfold 4 {
|
||||
\bassAA
|
||||
\bassAB
|
||||
}
|
||||
}
|
||||
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue