RE: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Mark Stephen Mrotek
Paolo, Put the \sustainOff outside of the tuplet { } and put it on the next pitch. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of paolo prete Sent: Saturday, March 24, 2018 9:20 AM To: lilypond-user Mailinglist Subject: SustainPedal o

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread paolo prete
Mark, I would like to override the default behviour of the pedal bracket. is it possible to end that bracket at the position of the note's column, instead of extending it for the whole note's duration? Thanks. 2018-03-24 17:32 GMT+01:00 Mark Stephen Mrotek : > Paolo, > > > > Put the \sustainO

RE: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Mark Stephen Mrotek
Welcome, Paolo “overriding” is out of my knowledge. Someone else might. Mark From: paolo prete [mailto:paoloprete...@gmail.com] Sent: Saturday, March 24, 2018 10:06 AM To: Mark Stephen Mrotek Cc: lilypond-user Mailinglist Subject: Re: SustainPedal on shifted notes (possible bug

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread paolo prete
I suspect this is a bug. Please see my previous snippet... 2018-03-24 18:22 GMT+01:00 Mark Stephen Mrotek : > Welcome, Paolo > > > > “overriding” is out of my knowledge. > > Someone else might. > > > > Mark > > > > > ___ lilypond-user mailing list lilyp

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread paolo prete
Sorry to insist: there's no way to put the end of the bracket at the wanted note. In the snippet below, I want to end the bracket at the note " f' " Is this a bug? %% \score { { c'\sustainOn c' \once \override NoteColumn #'X-offset = 10 f'\sustainOff r4\break

RE: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Mark Stephen Mrotek
Cc: lilypond-user Mailinglist Subject: Re: SustainPedal on shifted notes (possible bug?) Sorry to insist: there's no way to put the end of the bracket at the wanted note. In the snippet below, I want to end the bracket at the note " f' &

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread paolo prete
gt; I am trying to see how it would work with you example. > > > > Mark > > > > *From:* paolo prete [mailto:paoloprete...@gmail.com] > *Sent:* Saturday, March 24, 2018 10:25 AM > *To:* Mark Stephen Mrotek > *Cc:* lilypond-user Mailinglist > *Subject:* Re: Sust

RE: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Mark Stephen Mrotek
lypond-user Mailinglist mailto:lilypond-user@gnu.org> > Subject: Re: SustainPedal on shifted notes (possible bug?) Sorry to insist: there's no way to put the end of the bracket at the wanted note. In the snippet below, I want to end the bracket at the note " f' " Is this

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Kieren MacMillan
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-offse

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Kieren MacMillan
Hi Paolo, > IMHO this is a bug. Feel free to submit it to the bug list! Best regards, Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info ___ lilypond-user mailin

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread Thomas Morley
2018-03-24 17:19 GMT+01:00 paolo prete : > 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 ? Iiuc, the PianoPedalBracket is left/right bound by Pa

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread paolo prete
Hello Kieren, sorry to insist again but IMHO this is a bug. Look at the snippet below: all the objects are aligned to the shifted NoteColumn. Only the pedal is not aligned. There's no reason for which it has not to be aligned, and this forces to apply work-arounds in order to put the end of the br

Re: SustainPedal on shifted notes (possible bug?)

2018-03-24 Thread paolo prete
Thanks Thomas and Kieran, That work-around works perfectly, without uncommenting the " %\override Dynamics.PianoPedalBracket #'shorten-pair = #'(0 . -1) " line (then, there's no need of the trial-and-error method mentioned by Kieran). I tested it on 2.21.0 I don't understand yet if the default be