mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-16 04:49:22 +02:00
Unassorted small fixes
This commit is contained in:
parent
83dac93ad6
commit
6c38f6036a
4 changed files with 28 additions and 19 deletions
|
@ -11,14 +11,21 @@
|
|||
%\include "./notes.pipes.seconds.ily"
|
||||
%\include "./notes.lyrics.ily"
|
||||
|
||||
\layout {
|
||||
indent = 5.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
mpageBreak = \pageBreak
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\new Staff \with {
|
||||
instrumentName = \markup{ \instrumentPipes }
|
||||
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
}{
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new Voice = "format"
|
||||
{
|
||||
|
@ -40,6 +47,7 @@
|
|||
\halfline
|
||||
}
|
||||
\break
|
||||
\mpageBreak
|
||||
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
|
@ -93,10 +101,11 @@
|
|||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup{ \instrumentSide }
|
||||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareAA
|
||||
\snareAB
|
||||
|
|
|
@ -66,8 +66,8 @@ snareCB = \drummode {
|
|||
}
|
||||
|
||||
snareDC = \drummode {
|
||||
\flam d16 \flam g \flam d8
|
||||
g16 d:64( d) g
|
||||
\flam d16 \fr \flam g \flam d8
|
||||
g16 d:64( d) g\dr
|
||||
|
|
||||
d32 g d g d16 g:64(
|
||||
g16:64 d) g g
|
||||
|
@ -78,10 +78,10 @@ snareDA = \drummode {
|
|||
\snareDC
|
||||
}
|
||||
snareDB = \drummode {
|
||||
d16 g32 g d16 g
|
||||
d16\fr g32 g d16 g
|
||||
d32 g d g d16 g32 g
|
||||
|
|
||||
d16 g8.:32(
|
||||
d16 \dr g8.:32(
|
||||
d16) g d32 g d g
|
||||
|
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue