lilypond-user
[Top][All Lists]
Advanced

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

Re: I would like to move the sustainOff


From: Knute Snortum
Subject: Re: I would like to move the sustainOff
Date: Sun, 19 Sep 2021 12:31:59 -0700

On Sun, Sep 19, 2021 at 10:46 AM jh <info@soundand.com> wrote:
>
> 2nd time to ask;
> SustainOff after a chord comes before the chord, as it shows in the
> manual
>
> I'm used to and would like it to be after the chord.
> Is there a way to do that?

You could do it with a tweak, but you'd have to do once for each \sustainOff.

%%%
\version "2.22.1"

\relative {
  c'1 \sustainOn | c \tweak X-offset 2 \sustainOff
}
%%%

--
Knute Snortum



reply via email to

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