]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Fix warning message in predefined fretboards
[lilypond.git] / scm / define-grob-interfaces.scm
index 0bed1adc6527ee0859ab3a4407695e5718849a69..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."
@@ -167,11 +172,15 @@ interesting enough to maintain a hara-kiri staff."
  "A right hand finger instruction."
  '(digit-names))
 
-;;; todo: this is not typesetting info. Move to interpretation.
 (ly:add-interface
- 'tablature-interface
- "An interface for any notes set in a tablature staff."
- '())
+ 'system-start-text-interface
+ "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