lilypond-user
[Top][All Lists]
Advanced

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

Re: Some mroe problems with figured bass and extenders


From: Jonathan Kulp
Subject: Re: Some mroe problems with figured bass and extenders
Date: Sun, 14 Jun 2009 14:23:48 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Reinhold Kainhofer wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Now that I have solved my first two problems, I'm now running into two other problems:

1) If I use extender lines and subsequent figures add new numbers (like for example <_+>4 <9 7_+>), then the extender line will always be on top of the new figures, which is wrong. In this case, the order (from top to bottom) should be 9, 7, extender for the #. Sample is attached.


I found it! It took a while but I made it work by adding this "stacking-dir" command:

\override Staff.BassFigureAlignment #'stacking-dir = #'1

So the whole variable looks like this:

fb = \figuremode {
  \override Staff.BassFigureAlignment #'stacking-dir = #'1
  \bassFigureExtendersOn
% Question 6: With extenders, subsequent new numbers always appear below existing numbers, which is wrong:
  < _+>2 <9 7 _+>
}

Image attached...

Jon
--
Jonathan Kulp
http://www.jonathankulp.com

Attachment: FB_Ordering.png
Description: PNG image


reply via email to

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