bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1277 in lilypond: Figures inside a staff collide with articulation


From: lilypond
Subject: Issue 1277 in lilypond: Figures inside a staff collide with articulations
Date: Tue, 28 Sep 2010 18:44:21 +0000

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




reply via email to

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