mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Most of the tunes fixed for weird gracenoting on the previous bar.
This commit is contained in:
parent
66d70e9fac
commit
e3b4ee5e58
40 changed files with 142 additions and 74 deletions
|
@ -4,11 +4,12 @@ global = {
|
|||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
halfline = { \repeat unfold 2 { s1 | } }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue