Comment #2 on issue 4238 by [email protected]: Glissando overlaps dot
https://code.google.com/p/lilypond/issues/detail?id=4238

present in 2.12.3, 2.14.2, 2.16.2 as well

workaround:

{
  \override Glissando.bound-details.left.padding = #1.4
  c''2. \glissando b'4
  %% for trill-style maybe add:
  \override Glissando.minimum-length = #5.4
  \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
  c''2. -\tweak #'style #'trill \glissando b'4
}

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to