1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Update Amazing Grace Side notation

This commit is contained in:
Eric-Teunis de Boone 2022-07-27 02:10:12 +02:00
parent 0595d0294e
commit e0f84705f3
5 changed files with 68 additions and 31 deletions

View file

@ -9,17 +9,23 @@
\include "./notes.side.ily"
\include "./notes.pipes.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 }
<<
{
\part
\repeat volta 2 {
\part
\line \break
\line \break
\line \break
@ -38,18 +44,17 @@
}%Pipes
>>
}
\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}
\snarePart
\snareAA
\snareAB
\snareAC
\snareAD
\snareADendA
\keepWithTag #'with-volta \snareAD
\snareADendB
}
% \new PipeBandDrumStaff = "tenor" {