mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Small fixes
This commit is contained in:
parent
00d272d70a
commit
0434f61ca7
7 changed files with 38 additions and 34 deletions
|
@ -11,11 +11,12 @@
|
|||
|
||||
\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 }
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 {
|
||||
|
@ -36,10 +37,11 @@
|
|||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\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}
|
||||
r8 \snareA s4
|
||||
|
||||
\snareB s4
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Snare
|
||||
\version "2.18.2"
|
||||
composerSide = "v1.4"
|
||||
arrangerSide = "E.T. de Boone"
|
||||
sideglobal = {
|
||||
\eighthBeaming
|
||||
}
|
||||
|
|
|
@ -26,5 +26,6 @@
|
|||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue