Hi James,

> Is it possible to alter the pedal symbols with markup?
> I'd like to have a 1/2 Ped.

This is what I use:

sustainHalf =
  \override SustainPedal #'stencil =
    #(lambda (grob)
      (grob-interpret-markup grob
        (markup #:raise 0.1 "½" #:hspace -1 #:musicglyph "pedal.Ped")))

Hope this helps!
Kieren.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to