bug-lilypond
[Top][All Lists]
Advanced

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

Re: figured bass broken in 2.9.10 (and probably 2.8.3


From: Graham Percival
Subject: Re: figured bass broken in 2.9.10 (and probably 2.8.3
Date: Wed, 04 Oct 2006 18:16:49 -0700
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Thanks, that has (finally) been entered as
http://code.google.com/p/lilypond/issues/detail?id=103

- Graham


Paul Scott wrote:
The attached file shows that some figures break figured bass in 2.9.10 and probably 2.8.3 as you have seen on the user list. Once certain figures appear the vertical order of following figures doesn't work.

Paul Scott


------------------------------------------------------------------------

\version "2.9.10"

\book{
  \score{
    <<
      \new FiguredBass
      \figuremode{
        < _- >4 %% this seem to break some figures
        < 7 _- > < _- 7 > < 6+ 4 3 >
      }
      \new Staff{
        \clef bass a, b, c d
    }
    >>
  }
  \score{
    <<
      \new FiguredBass
      \figuremode{ % this still ignores the order
        < 7 _- >4 < _- 7 > < 6+ 4 3 >
      }
      \new Staff{
        \clef bass a, b, c d
    }
    >>
  }
}


------------------------------------------------------------------------

_______________________________________________
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]