lilypond-user
[Top][All Lists]
Advanced

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

Re: Offset PedalMarking


From: Andrew Bernard
Subject: Re: Offset PedalMarking
Date: Wed, 5 Sep 2018 21:05:40 +1000

Hi Aaron and Malte,

I have been looking for this concept for ages! Thanks Gents.

Andrew


On Wed, 5 Sep 2018 at 19:18, Aaron Hill <address@hidden> wrote:

You might be able to achieve this by adjusting both the
`parent-alignment-X` and `self-alignment-X` properties.  See the
following:

%%%%
\version "2.19.82"
music = \relative c' {
   c2. \sustainOn c4 \sustainOff
   \override Staff.SustainPedal.parent-alignment-X = 2
   \override Staff.SustainPedal.self-alignment-X = 2
   c2. \sustainOn c4 \sustainOff
}
\score { << \new Staff \music >> }
%%%%


reply via email to

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