1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Fixed upbeat minstrel boy

Tutti replacement for Pikeman's March
This commit is contained in:
Eric Teunis de Boone 2017-09-15 09:55:48 +02:00
parent 7803d9b6b2
commit cdc1921ff1
7 changed files with 119 additions and 90 deletions

View file

@ -8,7 +8,7 @@ confTempo = {
\tempo 4 = 90
}
%% Format
part = { \partial 8 s8 }
part = { \grace{s1} \partial 4 s4 }
measure = { \grace { s4 } s1 | }
halfline = { \repeat unfold 2 { \measure } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -18,11 +18,11 @@
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
{
\partial 4 s4 |
\part |
\line \break
\line \bar "|." \break
\partial 4 s4 |
\part |
\line \break
\line \bar "|."
}%Format

View file

@ -11,11 +11,11 @@
\sideglobal
<<
{
\partial 4 s4 |
\part |
\line \break
\line \break \bar "|."
\partial 4 s4 |
\part |
\line \break
\line \break \bar "|."
}