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: Paul Scott
Subject: Re: figured bass broken in 2.9.10 (and probably 2.8.3
Date: Thu, 05 Oct 2006 00:57:20 -0700
User-agent: Thunderbird 1.5.0.7 (X11/20060927)

Graham Percival wrote:
Thanks, that has (finally) been entered as
http://code.google.com/p/lilypond/issues/detail?id=103
I believe that turned out to be a feature related to continuation lines and is documented in:


       7.7.14 Figured bass

Paul


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