lilypond-user
[Top][All Lists]
Advanced

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

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


From: Paolo Prete
Subject: Set the position(s) of a SustainPedal spanned in multiple staves
Date: Tue, 25 Feb 2020 21:20:23 +0100

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)
   \override Staff.SustainPedalLineSpanner.Y-offset = #'-16
   c'2 c'\sustainOff
   c'1
}

Thanks!

Best,
P


reply via email to

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