On 2/18/10 3:52 PM, "Werner" <mey....@web.de> wrote:

> I want to create a sustain-pedal-signature longer then the last note.
> 
> \set Staff.pedalSustainStyle = #'mixed
> c\sustainOn
> c c c
> s1 s8
> % r1 r8
> \sustainOff
> 
> This works fine with rests but doesn't work with spacer rests.

You can make this work yourself by doing the following:
\set Staff.pedalSustainStyle = #'mixed
c\sustainOn
c c c
\override Rest #'transparent = ##t
r1 r8
\revert Rest #'transparent
\sustainOff

HTH,

Carl



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

Reply via email to