lilypond-user
[Top][All Lists]
Advanced

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

changing PianoPedalBracket-style


From: Stefan Thomas
Subject: changing PianoPedalBracket-style
Date: Mon, 25 Jul 2011 17:50:32 +0200

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
  \override Staff.PianoPedalBracket #'style = #'zigzag %works fine, only the ending isn't nice
  \override PianoStaff.PianoPedalBracket #'style = #'bracket \set PianoStaff.pedalSustainStyle = #'mixed
  \clef bass   c16->\sustainOn r16 r8  r4 r2 \sustainOff
}

\score {
  \new PianoStaff
  << \new Staff  \right
    \new Staff \left >>
}


reply via email to

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