Originally created by: *anonymous
Originally created by: RalphBug...@gmail.com
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 {}
}
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: -type-Collision Type-Ugly
Originally posted by: mts...@gmail.com
Ditto...blech...
Small snippet from a recent piece.
\relative c'' {
\override TupletBracket #'direction = #UP
\autoBeamOff
\times 2/3 { e8-| d,2 ( d''8-. ) } \times 2/3 { d,,2 ( d''8-. ) b,8 }
}
Originally posted by: janek.li...@gmail.com
% more snippets, attached result with 2.17.3
\relative f' {
c'4( a'
\override TupletBracket #'direction = #UP
\times 2/3 { c4) a f }
}
\relative f'' {
f4( a
\times 2/3 { a,4^.) a a }
}
\relative f' {
c'8( f a d
\override TupletBracket #'direction = #UP
\times 2/3 { c8^.) c,16 }
}
Originally posted by: fedel...@gmail.com
another report:
http://lists.gnu.org/archive/html/bug-lilypond/2014-06/msg00002.html
Another example:
\version "2.19.7"
\language "english"
{
\relative d' {
\tuplet 3/2 {d'4\flageolet a8-4(} \tuplet 3/2{f d a)}
}
}
Originally posted by: marc.mou...@gmail.com
the collision is still present in 2.19.12. Is there a way to shorten the tuplet line?
Originally posted by: pkx1...@gmail.com
Issue 1374 has been merged into this issue.
Originally posted by: simon.al...@mail.de
(No comment was entered for this change.)
Labels: -Priority-Low