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:
parent
7803d9b6b2
commit
cdc1921ff1
7 changed files with 119 additions and 90 deletions
|
@ -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 } }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
\sideglobal
|
||||
<<
|
||||
{
|
||||
\partial 4 s4 |
|
||||
\part |
|
||||
\line \break
|
||||
\line \break \bar "|."
|
||||
|
||||
\partial 4 s4 |
|
||||
\part |
|
||||
\line \break
|
||||
\line \break \bar "|."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue