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.


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

Reply via email to