mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +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
|
\tempo 4 = 90
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \grace{s1} \partial 8 s8 }
|
part = { \grace{s1} \partial 4 s4 }
|
||||||
measure = { \grace { s4 } s1 | }
|
measure = { \grace { s4 } s1 | }
|
||||||
halfline = { \repeat unfold 2 { \measure } }
|
halfline = { \repeat unfold 2 { \measure } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
\include "./config.ily"
|
\include "./config.ily"
|
||||||
\include "./notes.pipes.ily"
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
part = { \grace{s1} \partial 8 s8 }
|
||||||
|
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
|
|
Loading…
Reference in a new issue