Menu

#1374 Collision: TupletNumber and Slur

Accepted
nobody
None
Ugly
2015-07-19
2010-10-30
Anonymous
No

Originally created by: *anonymous

Originally created by: v.villenave

% In the following example, the slur collides with the tuplet number:

\version "2.13.37"
\relative c' {
  \times 2/3 {c8 g'( b} cis'4)
}

1 Attachments

Related

Issues: #5001
Issues: #596

Discussion

  • Google Importer

    Google Importer - 2010-10-30

    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.

     
  • Google Importer

    Google Importer - 2011-08-20

    Originally posted by: percival.music.ca@gmail.com

    (No comment was entered for this change.)

    Labels: -type-Collision Type-Ugly

     
  • Google Importer

    Google Importer - 2014-12-17

    Originally posted by: pkx1...@gmail.com

    (No comment was entered for this change.)

    Mergedinto: 1642
    Status: Duplicate

     
  • Google Importer

    Google Importer - 2014-12-17

    Originally posted by: pkx1...@gmail.com

    (No comment was entered for this change.)

    Mergedinto:
    Status: New

     
  • Google Importer

    Google Importer - 2014-12-17

    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.

     
  • Google Importer

    Google Importer - 2015-07-19

    Originally posted by: simon.al...@mail.de

    Behaviour persists in 2.19.23.

    Labels: -Priority-Medium
    Status: Accepted

     
MongoDB Logo MongoDB