]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Feature: Add Harp pedal diagrams, i.e. a \harp-pedal markup function
[lilypond.git] / scm / define-grob-interfaces.scm
index 8b0dde24f84f86b642aa3c9a4c178ff5c2908289..54848be8761a0520c55ddaf8067d71573b53c9cb 100644 (file)
@@ -61,6 +61,11 @@ note)."
  "Keep track of durations in a run of grace notes."
  '(columns common-shortest-duration))
 
+(ly:add-interface
+ 'harp-pedal-interface
+ "A harp pedal diagram"
+ '(harp-pedal-details size thickness))
+
 (ly:add-interface
  'key-cancellation-interface
  "A key cancellation."