mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Various fixes for piping scores for CMPD
This commit is contained in:
parent
3613a49d89
commit
3ceb5ef3c3
17 changed files with 131 additions and 48 deletions
|
@ -10,13 +10,19 @@
|
|||
\include "./notes.pipes.ily"
|
||||
\include "./notes.lyrics.ily"
|
||||
|
||||
\layout {
|
||||
indent = 5.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
\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" { \line \line
|
||||
\break
|
||||
|
@ -34,10 +40,11 @@
|
|||
\verseA
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup \column {\instrumentSide}
|
||||
shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
} {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\repeat unfold 3 { \snareAA }
|
||||
\snareAB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue