1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

CMPD: mostly tenor scores reworked

This commit is contained in:
Eric Teunis de Boone 2019-11-29 01:23:15 +01:00
parent 24ac94694b
commit 729ab1a3f5
14 changed files with 118 additions and 208 deletions

View file

@ -18,6 +18,7 @@
% ----------------------
% Standard 2/4
% ----------------------
#(set-global-staff-size 18)
\score {
\new StaffGroup <<
\time 2/4
@ -25,21 +26,21 @@
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\repeat volta 2 {
\tenorTwoFoursFII
}
\tenorTwoFoursPI
\bar "||"
\break
\repeat volta 2 {
\tenorTwoFoursFIII
}
\tenorTwoFoursFII
\bar "||"
\break
\repeat volta 2 {
\tenorTwoFoursFIV
}
\tenorTwoFoursFIII
\bar "||"
\break
\repeat volta 2 {
\tenorTwoFoursFV
}
\tenorTwoFoursFIV
\bar "||"
\break
\tenorTwoFoursFV
\bar "||"
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
@ -53,7 +54,6 @@
band = "" % Make Sure the band is not displayed
}
}
% ----------------------
% Standard 3/4
% ----------------------
@ -76,7 +76,6 @@
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassThreefoursOne
\bassThreefoursOne
}
>>
\header {
@ -108,7 +107,6 @@
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassSixeightsOne
\bassSixeightsOne
}
>>
\header {
@ -137,8 +135,7 @@
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassNineeightsOne
\bassNineeightsOne
}
>>