lilypond-user
[Top][All Lists]
Advanced

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

SustainPedal on shifted notes (possible bug?)


From: paolo prete
Subject: SustainPedal on shifted notes (possible bug?)
Date: Sat, 24 Mar 2018 17:19:48 +0100

Hello,

as you can see from the below snippet, the bracket of the sustain pedal is not properly extended when the last note is shifted. 
Is this a bug? Is there a way to fix it or a work-around ?
Thanks


%%%%%%%%%%%%%

\score { 

  \tuplet 3/2 {c'\sustainOn  f'  \once \override NoteColumn #'X-offset = 10 c''\mf\sustainOff }

  \layout { 
    \context { 
      \Score pedalSustainStyle = #'mixed 
    } 
  }

}

reply via email to

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