mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Drumscore Old Rustic Bridge
This commit is contained in:
parent
b9e528449c
commit
c303957ed7
6 changed files with 243 additions and 27 deletions
|
|
@ -6,7 +6,7 @@
|
|||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
%\include "./notes.side.ily"
|
||||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\layout {
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
{
|
||||
\part
|
||||
\line \break
|
||||
\line \bar "|." \break
|
||||
\line \bar "||" \break
|
||||
|
||||
\part
|
||||
\line \break
|
||||
|
|
@ -41,22 +41,32 @@
|
|||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new PipeBandDrumStaff = "side" {
|
||||
% \sideglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup{ \instrumentSide }
|
||||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||
} {
|
||||
\sideglobal
|
||||
|
||||
\drummode { \flam d8. g16 | }
|
||||
\snareA \drummode { r8 d16. g32 | }
|
||||
\snareA s4
|
||||
|
||||
r8 \snareBA
|
||||
\snareA s4
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" \with {
|
||||
instrumentName = \markup{ \instrumentTenor }
|
||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
\repeat unfold 2 {
|
||||
r8. \tenorA
|
||||
r8. \tenorA s4
|
||||
}
|
||||
\drummode { g4 | }
|
||||
\tenorAA \tenorABA r4
|
||||
\tenorAA \tenorABB r4
|
||||
|
||||
s4 \tenorBA
|
||||
\tenorAA \tenorABB s4
|
||||
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue