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

New issue 1642 by ralphbug...@gmail.com: Tuplet bracket collides with slur
http://code.google.com/p/lilypond/issues/detail?id=1642

Marc Mouries had a problem with the tuplet bracket colliding with a fingering (issue 1629), so he changed the direction of the bracket, and got a collision with a slur.

\version "2.13.60"
\language "english"

Violin = \relative d' {
 \key d \major
 \once \override TupletBracket #'direction = #DOWN
 \times 2/3 {d'4\flageolet a8-4(} \times 2/3{fs d a)}
}
\score {
 \new Staff {\Violin  }
 \layout {}
}



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

Reply via email to