]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Fix autobeaming bugs
[lilypond.git] / scm / define-grob-interfaces.scm
index f06b0d4a90c767a94e5cb53e01fae6a87980adbd..ed67734afc397256174a71b1c76fc5a85c2ea1d5 100644 (file)
 note)."
  '())
 
+(ly:add-interface
+ 'ambitus-interface
+ "The line between note heads for a pitch range."
+ '(gap note-heads thickness))
+
 (ly:add-interface
  'bass-figure-interface
  "A bass figure text."
@@ -172,6 +177,11 @@ interesting enough to maintain a hara-kiri staff."
  "Text in front of the system."
  '(long-text self-alignment-X self-alignment-Y text))
 
+(ly:add-interface
+ 'tab-note-head-interface
+ "A note head in tablature."
+ '(details))
+
 (ly:add-interface
  'trill-spanner-interface
  "A trill spanner."