Am 23.01.2013 20:48, schrieb Alexandre:
> In early versions of lilypond it was possible to create glissandi which 
> conected
> directly to the stem of the transparent headed note.
> 
> In 2.16 version, an annoying problem is: this space remains empty, as if the
> note head was there. Does someone know how to do that? I tried to specify
> negative values on bound-details but it didn't work.
> 
> Best

Could it help to set the notehead stencil to a point-stencil?
In that case, the notehead is still there, but takes no space:

{
  \override NoteHead #'stencil = #point-stencil
  c'\glissando c''
}

HTH,
Joram

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

Reply via email to