On 3/18/2019 4:38 AM, Martin Tarenskeen wrote:
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
}
}
%%%
Is the collision not related to the layout? For example, what if you
just adjusted the system or measure layout for the section in question, i.e.
(see attached)
%%%%%%%%%%%
\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
system-count = 8
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user