Status: Accepted
Owner: ----
Labels: Type-Collision Priority-Critical Regression

New issue 1152 by pnorcks: Regression: collisions with accidentals
http://code.google.com/p/lilypond/issues/detail?id=1152

This is a regression between 2.13.24 and 2.13.25.

Original report: http://lists.gnu.org/archive/html/bug-lilypond/2010-06/msg00424.html

%%%%%%%%%%
\version "2.13.25"
\include "english.ly"

thenotesI = \relative g' {
 g2( af)
}
thenotesII = \relative af {
 r8 af( df ef f2)
}

\score {
 \new Staff << \thenotesI \\ \thenotesII >>
}
%%%%%%%%%%

Attachments:
        collision-2.13.24.png  2.9 KB
        collision-2.13.25.png  2.8 KB


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

Reply via email to