mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-10-31 17:43:32 +01:00
Fix Minstrel Boy pickups
This commit is contained in:
parent
8e340558d2
commit
b80822174b
2 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ confTempo = {
|
|||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \grace{s1} \partial 8 s8 }
|
||||
part = { \grace{s1} \partial 4 s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
part = { \grace{s1} \partial 8 s8 }
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
|
|
Loading…
Reference in a new issue