bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: figured-bass-continuation-center


From: Trent Johnston
Subject: Re: figured-bass-continuation-center
Date: Sun, 21 May 2006 19:58:23 +1000

Whoops... I forgot using version 2.9.5 on Windows.

Trent

----- Original Message ----- 
From: "Trent Johnston" <address@hidden>
To: <address@hidden>
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
| address@hidden
| http://lists.gnu.org/mailman/listinfo/bug-lilypond
| 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]