1
0
Fork 0
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:
Eric Teunis de Boone 2019-02-08 16:17:49 +01:00
parent 00d272d70a
commit 0434f61ca7
7 changed files with 38 additions and 34 deletions

View file

@ -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

View file

@ -2,6 +2,7 @@
% Snare
\version "2.18.2"
composerSide = "v1.4"
arrangerSide = "E.T. de Boone"
sideglobal = {
\eighthBeaming
}

View file

@ -26,5 +26,6 @@
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}