bug-lilypond
[Top][All Lists]
Advanced

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

Re: Figured bass inside a staff collides with articulations...


From: Patrick Schmidt
Subject: Re: Figured bass inside a staff collides with articulations...
Date: Mon, 27 Sep 2010 17:53:45 +0200


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




reply via email to

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