On Mon, 18 Mar 2019, foxfanfare wrote:

I personally don't see that as a bug, since avoiding the collision would make
the slur too tiny...

I am copying a score from different sources. Neither of them have colliding slurs. The following variant of my example shows Lilypond when a collision starts to occur:

%%%

\version "2.19.82"

\score {
  \new Staff {
    \time 2/4
    \repeat unfold 2 { a'8 b' \acciaccatura c'' d'' e'' } \break
    \repeat unfold 3 { a'8 b' \acciaccatura c'' d'' e'' } \break
    \repeat unfold 4 { a'8 b' \acciaccatura c'' d'' e'' } \break
    \repeat unfold 5 { a'8 b' \acciaccatura c'' d'' e'' } \break
    \repeat unfold 6 { a'8 b' \acciaccatura c'' d'' e'' } \break
    \repeat unfold 7 { a'8 b' \acciaccatura c'' d'' e'' }
  }
  \layout {
    indent=0
  }
}

%%%

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to