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 @@ global = {
|
|||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 4 { \measure } }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue