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

2020-02-25 Thread Paolo Prete
> > 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\sus

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

2020-02-25 Thread Aaron Hill
On 2020-02-25 12:20 pm, Paolo Prete wrote: If the same SustainPedal belongs to more than one staff, how can I override its position only for a chosen staff? For example: { \set Staff.pedalSustainStyle = #'mixed c'2\sustainOn c' c'1 \break % DOESN'T WORK (I'm trying to override Y-of

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

2020-02-25 Thread Paolo Prete
Hello, If the same SustainPedal belongs to more than one staff, how can I override its position only for a chosen staff? For example: { \set Staff.pedalSustainStyle = #'mixed c'2\sustainOn c' c'1 \break % DOESN'T WORK (I'm trying to override Y-offset only for the second staff) \ov