mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Found errors in config. "Halfline" was 4 instead of 2 measures
This commit is contained in:
parent
e3b4ee5e58
commit
a9f252f450
20 changed files with 20 additions and 20 deletions
|
@ -8,7 +8,7 @@ confTempo = {
|
|||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace { s4 } s2 | }
|
||||
measure = { \grace { s4 } s2. | }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue