]> git.donarmstrong.com Git - lilypond.git/commit
FiguredBass: Extenders for figs of different width should stop at same position
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 24 Nov 2010 15:50:23 +0000 (16:50 +0100)
committerValentin Villenave <valentin@villenave.net>
Fri, 26 Nov 2010 23:08:51 +0000 (00:08 +0100)
commit736a3513783c7411eb9feeab2d98363da9dc7ec5
tree41ea8969819a0d3947d95a17a74d30807d6dc1f5
parentb3b2a080d8092a09dc76eb0b42e19a2e9f074982
FiguredBass: Extenders for figs of different width should stop at same position

FB extenders use the extent of the hidden figure grob, so extenders
of different figures might stop at different positions. Ideally, the
note of the associated staff should be retrieved and used as the
position to stop the extender. However, FB can also exist standalone
without any attached staff.

So, as a workaround, this patch simply sets the text of all hidden
figures to 0, so they all have the same extent and all extenders will
stop at the same position.
input/regression/figured-bass-continuation-end-position.ly [new file with mode: 0644]
lily/figured-bass-engraver.cc