lilypond-user
[Top][All Lists]
Advanced

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

Re: Acciaccatura with glissando


From: -Eluze
Subject: Re: Acciaccatura with glissando
Date: Wed, 16 Jun 2010 06:19:40 -0700 (PDT)


phil.burfitt wrote:
> 
> Anyone known how can I produce an acciaccatura with a glissando rather
> than 
> a slur ?
> 

you could use a \grace instead, and if you need the stroked stem you can add
that style:

{
  \once \override Glissando #'minimum-length   = #5
  \once \override Glissando #'springs-and-rods =
#ly:spanner::set-spacing-rods
  \once \override Stem #'stroke-style = #"grace"
  \grace a''16 \glissando c'''4
}

-- 
View this message in context: 
http://old.nabble.com/Acciaccatura-with-glissando-tp28901958p28902738.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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