lilypond-user
[Top][All Lists]
Advanced

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

Re: Horizontal \sustainOn alignment


From: tisimst
Subject: Re: Horizontal \sustainOn alignment
Date: Thu, 24 Mar 2016 07:30:03 -0700 (MST)

On Thu, Mar 24, 2016 at 7:29 AM, Kieren MacMillan [via Lilypond] <[hidden email]> wrote:
> Is that even doable?

Of course. Simply change the X-offset:

\version "2.19.36"

pedalstuff = {
  \clef bass
  c1\sustainOn c1\sustainOff
  \override Staff.SustainPedal.X-offset = #4
  c1\sustainOn c1\sustainOff
  \override Staff.SustainPedal.X-offset = #0.125
  c1\sustainOn c1\sustainOff
}

\score { \pedalstuff }

Or better yet (and more precisely),

\override Staff.SustainPedal.self-alignment-X = #LEFT 

Best,
Abraham


View this message in context: Re: Horizontal \sustainOn alignment
Sent from the User mailing list archive at Nabble.com.

reply via email to

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