Hi Paolo,

> Sorry to insist: there's no way to put the end of the bracket at the wanted 
> note.

%%%  SNIPPET BEGINS
\version "2.19.80"
\language "english"

\score {

  {
    \once \override Score.PianoPedalBracket.shorten-pair = #'(0 . -11.1) 
c'\sustainOn c' \once \override NoteColumn #'X-offset = 10 f'\sustainOff
    r4\break
    \once \override Score.PianoPedalBracket.shorten-pair = #'(0 . 22) 
c'\sustainOn c' \once \override NoteColumn #'X-offset = 10 f' r4\sustainOff
  }

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

}
%%%  SNIPPET ENDS

> Is this a bug?

I would say it’s expected behaviour, since that’s the way that pedals are 
traditionally marked.

That being said, it would be nice to have an easier way to pin the end to the 
note — analogous to the Hairpin.to-barline property — since the method I show 
(above) is trial-and-error. Maybe you should submit a feature request?

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to