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

Fixed gracing/measure for a lot of tunes

fixed errors in strathspeys and reels
This commit is contained in:
Eric-Teunis de Boone 2016-07-15 00:30:51 +02:00
parent 55dad71d0e
commit e3bceb965a
39 changed files with 208 additions and 226 deletions

View file

@ -4,8 +4,9 @@ global = {
\time 2/4
}
%% Format
part = { \partial 8 s8 }
halfline = { \repeat unfold 4 { s2 | } }
part = { \partial 8 \grace { s4 } s8 }
measure = { \grace { s4 } s2 | }
halfline = { \repeat unfold 4 { \measure } }
line = { \repeat unfold 2 { \halfline } }
%% Headers