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:
parent
55dad71d0e
commit
e3bceb965a
39 changed files with 208 additions and 226 deletions
|
@ -3,12 +3,15 @@
|
|||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4 = 60
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
halfline = { \repeat unfold 2 { s4*3 | } }
|
||||
measure = { \grace { s4 } s4*3 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Amazing Grace"
|
||||
meter = "Hymn"
|
||||
meter = "Hymn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue