Hello Thomas

Stefan Thomas schrieb:

> Dear community,
> I've changed the PianoPedalBracket-style.
> It works fine, but the end of the pedal-line isn't convincing for me.
> Is there a way to change it?
> 
> \version "2.14.1"
> 
> right = {  c'1 }
> left = { \clef bass

either this:

>   \override Staff.PianoPedalBracket #'style = #'zigzag %works fine, only the
> ending isn't nice

or this:

>   \override PianoStaff.PianoPedalBracket #'style = #'bracket \set


> PianoStaff.pedalSustainStyle = #'mixed

Try this (simply removes the ending):

\override Staff.PianoPedalBracket #'edge-height = #'(1.0 . 0)

>   \clef bass   c16->\sustainOn r16 r8  r4 r2 \sustainOff
> }
> 
> \score {
>   \new PianoStaff
>   << \new Staff  \right
>     \new Staff \left >>
> }

Dieter

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

Reply via email to