Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_17_19
Comment #50 on issue 3279 by [email protected]: space consecutive tempo
marks
http://code.google.com/p/lilypond/issues/detail?id=3279
commit b586253323a60a4ca9acab1a53759504af88b944
The regression test metronome-marking.ly includes \markLengthOn to show the
effect.
I did not provide an analogous command for BarNumbers. These do not
interact with notes unless we override their placement
\override Score.BarNumber #'break-visibility = #all-visible
so it seems reasonable to ask users changing that default, who also want
horizontal space for BarNumbers to also override the spacing
\override Score.BarNumber #'extra-spacing-width = #'(0 . 0)
by analogy to \textLengthOn or \markLengthOn
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings