lilypond-user
[Top][All Lists]
Advanced

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

Re: collision between glissando and sharp


From: Trevor Daniels
Subject: Re: collision between glissando and sharp
Date: Mon, 5 Jan 2009 09:21:29 -0000

This is a known bug - see issue 40.

The workaround given there is:

 \once \override Glissando #'gap = #0.5
 \once \override Glissando #'extra-offset = #'(-0.5 . 0)

Hope that's good enough for you, as the bug priority is low!

Trevor

----- Original Message ----- From: "chip" <address@hidden>
To: <address@hidden>
Sent: Sunday, January 04, 2009 11:32 PM
Subject: collision between glissando and sharp


In the following code sample how would I prevent the glissando and sharp sign collision?
--
Thanks,
Chip


\version "2.12.1"
\header {}
staffNotes = \new Staff  {
   \time 4/4
   \key c \major
   \clef treble
   \relative c'' {
 \override Glissando #'thickness = #3
 \override Glissando #'style = #'zigzag
 \override Glissando #'minimum-length = #6
 \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods
 c2 a\glissando cis d }}
\score { << \staffNotes >>
   \midi {}
   \layout  {}}
\paper {}


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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