Re: Pedal bracket to end of note duration

2017-03-05 Thread David Nalesnik
On Sun, Mar 5, 2017 at 9:36 AM, David Kastrup wrote: > David Nalesnik writes: > >> How about something like the following? >> >> It resets the right bound of the spanner to the next PaperColumn or >> NonMusicalPaperColumn. In so doing it gets a bit close

Re: Pedal bracket to end of note duration

2017-03-05 Thread Kieren MacMillan
Hi David (et al.), > Shouldn't to-barline do something of that kind? Yes. =) > The question is whether it should do something helpful? Yes. > We could make this do something sensible depending on the > grob in question, or we could add a direction or something to make it > possible just which

Re: Pedal bracket to end of note duration

2017-03-05 Thread David Kastrup
David Nalesnik writes: > How about something like the following? > > It resets the right bound of the spanner to the next PaperColumn or > NonMusicalPaperColumn. In so doing it gets a bit close to the > next note, so you can use 'shorten-pair for consistent offsets. >

Re: Pedal bracket to end of note duration

2017-03-05 Thread David Nalesnik
Hi, On Sun, Mar 5, 2017 at 8:06 AM, Knute Snortum wrote: > I usually do something like this: > > << > { > c'4 c' c' c' > c'1 > } > { > \set Staff.pedalSustainStyle = #'bracket > s4 s \sustainOn s s8 s \sustainOff > } >>> > > > --- > Knute Snortum > (via Gmail) > > On

Re: Pedal bracket to end of note duration

2017-03-05 Thread Knute Snortum
I usually do something like this: << { c'4 c' c' c' c'1 } { \set Staff.pedalSustainStyle = #'bracket s4 s \sustainOn s s8 s \sustainOff } >> --- Knute Snortum (via Gmail) On Sun, Mar 5, 2017 at 1:52 AM, Andrew Bernard wrote: > How can one get the pedal

Pedal bracket to end of note duration

2017-03-05 Thread Andrew Bernard
How can one get the pedal bracket line to extend to the end of the note duration for which the sustain off event is given? Referring to this specific MWE below, I would like the pedal bracket to extend to just before the barline, similar to what one can do with hairpins. I suspect this is a FAQ