bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1642 in lilypond: Tuplet bracket collides with slur


From: lilypond
Subject: Issue 1642 in lilypond: Tuplet bracket collides with slur
Date: Wed, 04 May 2011 11:20:44 +0000

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

New issue 1642 by address@hidden: 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 {}
}





reply via email to

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