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? Thanks, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.13.35"
\score { <<
\new Staff = test \figuremode { <3 4>2 <2 6> | <3> <5 7>}
\context Staff = test \relative c' { \clef "bass" c2 d,-> | e'\fermata f }
>> }
figb.pdf
Description: Adobe PDF document
_______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
