On Thu, Mar 24, 2016 at 7:29 AM, Kieren MacMillan [via Lilypond] <
ml-node+s1069038n188919...@n5.nabble.com> 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: 
http://lilypond.1069038.n5.nabble.com/Horizontal-sustainOn-alignment-tp188914p188921.html
Sent from the User mailing list archive at Nabble.com.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to