bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem with glissandi in 2.15.15


From: -Eluze
Subject: Re: Problem with glissandi in 2.15.15
Date: Fri, 28 Oct 2011 02:50:33 -0700 (PDT)


Nick Payne-3 wrote:
> 
> I'm using glissandi to indicate slides in fingering. The following code 
> should give me a glissando between the fingering digits (it did in older 
> versions), but on 2.15.15 I get no glissando at all:
> 
> \version "2.15.15"
> 
> \relative c'' {
>      \override Fingering #'staff-padding = #'()
>      \once \override Glissando #'extra-offset = #'(0 . 1.4)
> <d-1>4\glissando <cis-1>
> }
> 
adding

  \override Glissando #'minimum-length = #9
  \override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods

makes it visible!
-- 
View this message in context: 
http://old.nabble.com/Problem-with-glissandi-in-2.15.15-tp32736806p32737140.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.




reply via email to

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