1
0
Fork 0
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:
Eric Teunis de Boone 2016-06-21 23:30:38 +02:00
parent e3b4ee5e58
commit a9f252f450
20 changed files with 20 additions and 20 deletions

View file

@ -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