mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
CMPD: Created Standards for the Mid Section
This commit is contained in:
parent
0488167b50
commit
d3a4898dbb
9 changed files with 466 additions and 27 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
%\include "./notes.tenor.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
%\include "./notes.pipes.seconds.ily"
|
||||
|
@ -103,15 +103,21 @@
|
|||
}
|
||||
|
||||
}
|
||||
%{
|
||||
\new PipeBandDrumStaff = "tenor" \with {
|
||||
instrumentName = \markup{ \instrumentTenor }
|
||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
\unfoldRepeats {
|
||||
s4 \tenorA
|
||||
\tenorA
|
||||
s4 \tenorB
|
||||
|
||||
s4 \tenorC
|
||||
}
|
||||
|
||||
}
|
||||
%}
|
||||
%{
|
||||
\new PipeBandDrumStaff = "bass" \with {
|
||||
instrumentName = \markup{ \instrumentBass }
|
||||
|
|
|
@ -7,7 +7,7 @@ tenorglobal = {}
|
|||
% Music
|
||||
|
||||
stfe = \drummode {
|
||||
\stf<g d>2
|
||||
\stfd2
|
||||
}
|
||||
xg = \drummode {
|
||||
g8^\markup{ "x" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue