[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: glissandi don't connect directly to the stems when note heads are tr
From: |
Noeck |
Subject: |
Re: glissandi don't connect directly to the stems when note heads are transparent |
Date: |
Wed, 23 Jan 2013 21:08:33 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
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