Am 27.09.2010 um 17:32 schrieb Reinhold Kainhofer:

Bass figures can be either added as a separate FiguredBass context (which has the drawback that all figures will be shifted up if one of the notes in the
staff is very high), or directly inside a staff.

In the latter case, all figures will collide with articulations like accents, fermatas, etc. The figures are properly shifted up to avoid note heads, not
not to avoid articulations.

Simple test case is attached.

Any idea how to fix that problem?

This works:

\version "2.13.34"

\score {
  <<
    \new FiguredBass {
      \figuremode { <3 4>2 <2 6> | <3> <5 7>}
    }
    \new Staff = "test" {
        \relative c' { \clef "bass" c2 d,-> | e'\fermata f }
    }
  >>
}

Cheers,
patrick


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

Reply via email to