Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Medium

New issue 1277 by v.villenave: Figures inside a staff collide with articulations
http://code.google.com/p/lilypond/issues/detail?id=1277

% Reported by Reinhold:
% http://lists.gnu.org/archive/html/lilypond-devel/2010-09/msg00359.html

% FiguredBass objects do not take articulations (or
% outside-staff-priority) into account.

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

% This is not a separate FiguredBass context: the figures are included
% *in* the Staff, which allows them to be aligned with the notes.


Attachments:
        figb.png  1.2 KB


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to