lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: \acciaccatura collision


From: Ben
Subject: Re: \acciaccatura collision
Date: Mon, 18 Mar 2019 06:40:22 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.3

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
  }
}

Attachment: layoutfix.png
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]