Re: Extend piano sustain pedal indication to end of bar

2015-07-19 Thread Andrew Bernard
Hi Keith,

By no means missing the point! Works fine. Thanks! I would never have thought 
it was so simple - I was expecting a hundred lines of Scheme code.

I seem to always miss that these various properties are often in other 
inherited interfaces, and so have trouble finding them in the manual.

Andrew



On 19 July 2015 at 15:03:27, Keith OHara (k-ohara5...@oco.net) wrote:


I might be missing the point, but 

\transpose c c' { 
\set Staff.pedalSustainStyle = #'bracket 
\override Staff.PianoPedalBracket.to-barline = ##t 
c4\sustainOn e g b 
g1\sustainOff } 

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


Re: Extend piano sustain pedal indication to end of bar

2015-07-18 Thread Keith OHara
Andrew Bernard  gmail.com> writes:

> How would one extend the bracket style sustain pedal indication to the end 
of a bar or section? I understand from the documentation how to achieve this 
for the end of a piece, but can this be done mid-piece?
> 

I might be missing the point, but

\transpose c c' {
  \set Staff.pedalSustainStyle = #'bracket
  \override Staff.PianoPedalBracket.to-barline = ##t
  c4\sustainOn e g b
  g1\sustainOff }


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


Extend piano sustain pedal indication to end of bar

2015-07-18 Thread Andrew Bernard
How would one extend the bracket style sustain pedal indication to the end of a 
bar or section? I understand from the documentation how to achieve this for the 
end of a piece, but can this be done mid-piece?

Andrew



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