]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Run `make grand-replace'.
[lilypond.git] / scm / define-grob-interfaces.scm
index 54848be8761a0520c55ddaf8067d71573b53c9cb..f223f5552e3574009a11abdc1aa8306e1eb62cc5 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 1998--2007  Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 1998--2008  Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 
@@ -62,9 +62,9 @@ note)."
  '(columns common-shortest-duration))
 
 (ly:add-interface
- 'harp-pedal-interface
- "A harp pedal diagram"
- '(harp-pedal-details size thickness))
+ 'instrument-specific-markup-interface
+ "Instrument-specific markup (like fret boards or harp pedal diagrams)."
+ '(fret-diagram-details harp-pedal-details size thickness))
 
 (ly:add-interface
  'key-cancellation-interface
@@ -124,7 +124,7 @@ note)."
 (ly:add-interface
  'percent-repeat-interface
  "Beat, Double and single measure repeats."
- '(slope thickness))
+ '(dot-negative-kern slash-negative-kern slope thickness))
 
 (ly:add-interface
  'piano-pedal-interface