Whoops... I forgot using version 2.9.5 on Windows. Trent
----- Original Message ----- From: "Trent Johnston" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Saturday, May 20, 2006 11:22 AM Subject: figured-bass-continuation-center | | 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 | [email protected] | http://lists.gnu.org/mailman/listinfo/bug-lilypond | _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
