lilypond-user
[Top][All Lists]
Advanced

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

collision between glissando and sharp


From: chip
Subject: collision between glissando and sharp
Date: Sun, 04 Jan 2009 16:32:18 -0700
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

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




reply via email to

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