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: Wed, 24 May 2006 20:11:29 +1000

----- Original Message ----- 
From: "Han-Wen Nienhuys" <address@hidden>
To: "Trent Johnston" <address@hidden>
Cc: <address@hidden>
Sent: Wednesday, May 24, 2006 2:02 AM
Subject: Re: figured-bass-continuation-center


| Trent Johnston schreef:
| > Whoops... I forgot using version 2.9.5 on Windows.
| >
| > Trent
| >
|
| > | 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.
|
| It only produces a continuation line when there are 2 adjacent and equal
| numbers. I thought that was how it's supposed to be. If not, how do you
| distinguish
|
|   <6 4 3> <6 4 3>
|
| and
|
|   <6 4 3> <4>
|
| ?
|
| -- 
|
| Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen
|
| LilyPond Software Design
|   -- Code for Music Notation
| http://www.lilypond-design.com
|
|

Hi Han-Wen..

My bad.. I had a score that had a similar problem with only 2 numbers in a
score that kept on producing double lines instead of the single line.

Then when I got your email saying that it only worked with 2 adjacent
numbers I went back and tried to rework what I had written.

Originally I had this:

\set useBassFigureExtenders = ##t
\set figuredBassCenterContinuations = ##t
<5 7> <5 7>
\set useBassFigureExtenders = ##f
\set figuredBassCenterContinuations = ##f

Which causes two lines as with normal extender lines.

If I put the the next figure in the score and then the cancelling lines the
continuation line becomes centred.

\set useBassFigureExtenders = ##t
\set figuredBassCenterContinuations = ##t
<5 7> <5 7>
<_+>
\set useBassFigureExtenders = ##f
\set figuredBassCenterContinuations = ##f

So it's kinda of a bug but an easy work around.

Thanks again.

Trent




reply via email to

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