]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Added new "octavo" paper size in paper.scm
[lilypond.git] / scm / define-grob-interfaces.scm
index fb6088abf58c4d42fc724121bde4369397f4c37b..b6b0f3cc2ebfb764994780d8cbb699f9f41edd55 100644 (file)
@@ -52,11 +52,9 @@ note)."
 
 (ly:add-interface
  'fret-diagram-interface
- "A fret diagram."
- '(align-dir barre-type dot-color dot-radius finger-code fret-count
-label-dir number-type size string-count xo-font-magnification
-mute-string open-string orientation string-fret-finger-combinations
-thickness))
+ "A fret diagram"
+ '(align-dir fret-diagram-details size string-fret-finger-combinations
+   thickness))
 
 (ly:add-interface
  'grace-spacing-interface
@@ -184,5 +182,5 @@ with @code{breakable=##t}."
 (ly:add-interface
  'vertically-spaceable-interface
  "Objects that should be kept at constant vertical distances.  Typically:
-@internalsref{VerticalAxisGroup} objects of @internalsref{Staff} contexts."
+@rinternals{VerticalAxisGroup} objects of @rinternals{Staff} contexts."
  '())