bug-lilypond
[Top][All Lists]
Advanced

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

Re: glissando/accidental


From: Erik Sandberg
Subject: Re: glissando/accidental
Date: Thu, 18 Aug 2005 10:17:58 +0200
User-agent: KMail/1.8.1

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




reply via email to

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