lilypond-user
[Top][All Lists]
Advanced

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

Figured bass switches direction!


From: Gilles Sadowski
Subject: Figured bass switches direction!
Date: Sat, 9 Dec 2006 18:16:36 +0100
User-agent: Mutt/1.5.11+cvs20060403

Hello.

In the following code, the figure direction switches: In the second bar
the flat is printed above the 6, and the "6 5" is printed "5 6"!

%---
\version "2.8.7"

<<
  \relative c' {
    \time 3/4
    \clef F
    \key c \major
    
    a4 e f |
    f4 c d |
  }

  \new FiguredBass {
    \figuremode {
      <6>4 <6 5/> <_-> |
      <6 _->4 <6 5/> <5> |
    }
  }
>>
%---

I guess that LilyPond is aligning identical numbers but this is rather
confusing.  Is there a way so that the numbers are always printed in input
order?

Thanks.
Gilles




reply via email to

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