mirror of
https://github.com/kastdeur/bagpipe.ly.git
synced 2025-01-07 00:13:35 +01:00
Changed most short bars to set Score.measureLength.
This gives better spacing than messing with scaling durations.
This commit is contained in:
parent
ebc8fa650a
commit
d18920f452
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ halfBeaming = {
|
||||||
#(override-auto-beam-setting '(end * * 2 2) 1 2 'Staff)
|
#(override-auto-beam-setting '(end * * 2 2) 1 2 'Staff)
|
||||||
#(override-auto-beam-setting '(end * * 2 2) 2 2 'Staff)
|
#(override-auto-beam-setting '(end * * 2 2) 2 2 'Staff)
|
||||||
}
|
}
|
||||||
|
|
||||||
% Reels are in allabreve time with half note beaming.
|
% Reels are in allabreve time with half note beaming.
|
||||||
reelTime = {
|
reelTime = {
|
||||||
\time 2/2
|
\time 2/2
|
||||||
|
|
Loading…
Reference in a new issue