]> 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)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 25 Nov 2010 15:52:21 +0000 (16:52 +0100)
commit05acc0d1a25051a35083aeb2acf0955678e882cf
tree74cdf0f74d0039010d92acdb679f959feb07f5fe
parent0278e9c34ceeb935bd5c691cc8f084e29bed1e1e
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