Hi, I've noticed a bug in the figured-bass-continuation-center. It only works once in a score and when used again I end up getting continuation lines after all the figures instead of one line centred.
Trent % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "figured-bass-continuation-center.ly" \header { texidoc = "Pairs of congruent figured bass extender lines are vertically centered if @code{figuredBassCenterContinuations} is set to true." } \version "2.7.39" \paper { ragged-right = ##t } << \relative \new Voice { c8 c b b a a b b c c b b } \figures { \set useBassFigureExtenders = ##t \set figuredBassCenterContinuations = ##t <4 3>4 <4 3> r \set useBassFigureExtenders = ##f \set figuredBassCenterContinuations = ##f <5>4 \set useBassFigureExtenders = ##t \set figuredBassCenterContinuations = ##t <6 4 3> <6 4 3> r } >> % **************************************************************** % end ly snippet % **************************************************************** _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond