lilypond-user
[Top][All Lists]
Advanced

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

Re: SustainPedal on shifted notes (possible bug?)


From: Kieren MacMillan
Subject: Re: SustainPedal on shifted notes (possible bug?)
Date: Sat, 24 Mar 2018 15:56:15 -0400

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: address@hidden




reply via email to

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