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:
parent
164b8225bd
commit
66d70e9fac
17 changed files with 831 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue