2013/8/11 John K <kli...@yahoo.com>

>
> How can I add parentheses around the Pedal markings?
>

Hi John,

Try this :

\version "2.17.23"

\relative c' {
  \once \override Staff.SustainPedal.stencil =
  #(lambda (grob) (grob-interpret-markup grob
  (markup #:concat ( "(" #:musicglyph "pedal.Ped"))))
  c2\sustainOn
  \once \override Staff.SustainPedal.stencil =
  #(lambda (grob) (grob-interpret-markup grob
  (markup #:concat ( #:musicglyph "pedal.*" ")" ))))
  c\sustainOff
}

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

Reply via email to