At 16:05 on 10 Jul 2015, Andrew Bernard wrote:
>Greetings All,
>
>Using bracket style for piano pedals, is it possible to have a dashed
>horizontal line instead of solid?

Yes. See below. For more options, note that PianoPedalBracket supports
the line-interface, so you can override any of those properties.

Documentation/internals/pianopedalbracket.html
Documentation/internals/line_002dinterface.html

\version "2.19.21"

{
  \override Staff.PianoPedalBracket.style = #'dashed-line
  \set Staff.pedalSustainStyle = #'bracket
  c4\sustainOn g c d
  d\sustainOff\sustainOn g, c2
  \bar "|."
}

-- 
Mark Knoop

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

Reply via email to