1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

Written 6/8s

Fix for strange gracenote placement. Every empty measure starts with a 'empty' gracenote.
Needs to be implemented in every tune
This commit is contained in:
Eric-Teunis de Boone 2016-06-07 19:07:01 +02:00
parent 164b8225bd
commit 66d70e9fac
17 changed files with 831 additions and 1 deletions

View file

@ -8,7 +8,8 @@ confTempo = {
}
%% Format
part = { \partial 8 s8 }
halfline = { \repeat unfold 4 { s1 | } }
measure = { \grace {s1} s1 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers