There's a regression bug in the handling of figured bass.
If you use extender lines and only one of two simultaneous
figures is extended, then the two figures are written on top
of each other. Example
\version "2.11.41"
\new FiguredBass \figuremode{
\set useBassFigureExtenders = ##t
<4 6> <4>
}

Another example is actually shown in the following snippet
copied directly from the manual,

<<
 \new Voice
 \figures {
   \set useBassFigureExtenders = ##t
   <6 4->4. <6 4->16. <6 4->32 <5>8. r16 <6>8 <6\! 5->
 }
 {
   \clef bass
   f16. g32 f16. g32 f16. g32 f16. g32 f8. es16 d8 es
 }


where the final figure shows a similar collision.
Both these examples work well with version 2.10.

   /Mats

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to