lilypond-user
[Top][All Lists]
Advanced

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

Re: Improving alignment of pedal marks


From: Arle Lommel
Subject: Re: Improving alignment of pedal marks
Date: Sun, 16 Dec 2012 14:21:31 +0100

Thanks. This works beautifully, once I figured out how to get the right pedal style (because I'd changed it for a staff context earlier I had to update that bit, and then it worked and the alignment looks great!

-Arle


On 2012 Dec 15, at 23:55 , Nathan <address@hidden> wrote:

You can move the \sustain commands to a Dynamics context:

\new Staff { \clef bass c,1\sustainOn c,1\sustainOff c,1 c,,1\sustainOn c,,1\sustainOff }

<<
  \new Staff { \clef bass c,1 c,1 c,1 c,,1 c,,1 }
  \new Dynamics { s1\sustainOn s1\sustainOff s1 s1\sustainOn s1\sustainOff }
>>

Regards,
Nathan 


reply via email to

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