lilypond-user
[Top][All Lists]
Advanced

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

Re: Set the position(s) of a SustainPedal spanned in multiple staves


From: Paolo Prete
Subject: Re: Set the position(s) of a SustainPedal spanned in multiple staves
Date: Wed, 26 Feb 2020 03:15:44 +0100



This is usually where \alterBroken comes into play.  It works with
anything that is a Spanner, allowing you to specify the desired value
for each segment.

%%%%
{
   \set Staff.pedalSustainStyle = #'mixed
   \alterBroken Y-offset #'(0 -16) Staff.SustainPedalLineSpanner
   c'2\sustainOn c'
   c'1 \break
   c'2 c'\sustainOff
   c'1
}
%%%%



Thank you very much!

 

reply via email to

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