On Tuesday 16 August 2005 09.58, Graham Percival wrote:
> Here's one of the bugs database; the glissando line doesn't stop before
> an accidental.  I don't consider it a very serious bug, though.
>

Thanks, added as c-glissando-accidental.ly:

%
%Graham Percival

\header {
texidoc = "
the glissando line doesn't stop before
an accidental.

Workaround:
   @code{ \\once \\override Glissando #'gap = #0.5 }
   @code{ \\once \\override Glissando #'extra-offset = #'(-0.5 . 0)}
produces a gliss which does an (IMO) acceptable job of avoiding
collision.
"
reportedin = "2.7.5"
}

\version "2.7.5"
\layout{raggedright=##t}
\relative c'' {
   \override Glissando #'thickness = #3
   c4\glissando ces
}


-- 
Erik


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to