bug-lilypond
[Top][All Lists]
Advanced

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

figured bass broken in 2.9.10 (and probably 2.8.3


From: Paul Scott
Subject: figured bass broken in 2.9.10 (and probably 2.8.3
Date: Mon, 03 Jul 2006 09:41:47 -0700
User-agent: Thunderbird 1.5.0.4 (X11/20060619)

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
    }
    >>
  }
}

reply via email to

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