lilypond-user
[Top][All Lists]
Advanced

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

Re: invisible pedal sustain


From: Steve Yegge
Subject: Re: invisible pedal sustain
Date: Mon, 20 Apr 2009 15:52:42 -0700

On Mon, Apr 20, 2009 at 3:12 PM, Mark Polesky <address@hidden> wrote:

Steve Yegge wrote:
> I tried
>  \override SustainPedal #'transparent = ##t
> with no luck.  Any suggestions?

try
\override Staff.SustainPedal #'transparent = ##t

Ah, that did it, thanks.

I also had to add:

    \override Staff.SustainPedal #'stencil = ##f

to remove the extra spacing.  Unfortunately this results in many
compilation warnings of the form:

> programming error: cannot align on self: empty element
> continuing, cross fingers

Any idea how to squelch these?

-steve

reply via email to

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