Comment #1 on issue 1860 by [email protected]: Invisible glissando before accented note (see issue 40)
http://code.google.com/p/lilypond/issues/detail?id=1860

Workaround with minimum-length:
  { \override Glissando #'minimum-length = #4
    \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
     c4''\glissando ces'' }

Note that minimum-length controls the distance between notes (until and unless the enhancement of issue 2207 changes the behavior) so we have to adjust the #4 depending on what accidentals are present.

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