I thought issue 1642 was the same as this but then saw Keith's comment on issue 596 where Keith mentions both this and 1642 (implying they are different so warrant separate issues) sorry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: n.putt...@gmail.com
From slur-tuplet.ly:
"TupletNumber grobs are always inside slurs.
This may not work if the slur starts after the tuplet."
\relative c' {
\override TupletNumber #'avoid-slur = #'around
\override TupletNumber #'after-line-breaking =
#(lambda (grob)
(newline)
(display (ly:grob-object grob 'slur)))
\times 2/3 { c8( g' b } cis'4)
\times 2/3 { c,,8 g'( b } cis'4)
}
In this snippet only the first slur is cached.
Originally posted by: percival.music.ca@gmail.com
(No comment was entered for this change.)
Labels: -type-Collision Type-Ugly
Originally posted by: pkx1...@gmail.com
(No comment was entered for this change.)
Mergedinto: 1642
Status: Duplicate
Originally posted by: pkx1...@gmail.com
(No comment was entered for this change.)
Mergedinto:
Status: New
Originally posted by: pkx1...@gmail.com
I thought issue 1642 was the same as this but then saw Keith's comment on issue 596 where Keith mentions both this and 1642 (implying they are different so warrant separate issues) sorry.
Originally posted by: simon.al...@mail.de
Behaviour persists in 2.19.23.
Labels: -Priority-Medium
Status: Accepted