lilypond-user
[Top][All Lists]
Advanced

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

Re: \acciaccatura collision


From: Martin Tarenskeen
Subject: Re: \acciaccatura collision
Date: Mon, 18 Mar 2019 09:38:47 +0100 (CET)
User-agent: Alpine 2.21 (LFD 202 2017-01-01)



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

%%%



reply via email to

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