]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
Doc-de: updates from master to NR
[lilypond.git] / scm / define-grob-interfaces.scm
index f223f5552e3574009a11abdc1aa8306e1eb62cc5..f06b0d4a90c767a94e5cb53e01fae6a87980adbd 100644 (file)
@@ -1,8 +1,8 @@
-;;;; interface-description.scm -- part of generated backend documentation
+;;;; define-grob-interfaces.scm -- part of generated backend documentation
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;;
-;;;; (c) 1998--2008  Han-Wen Nienhuys <hanwen@xs4all.nl>
+;;;; (c) 1998--2009  Han-Wen Nienhuys <hanwen@xs4all.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 
@@ -109,7 +109,7 @@ note)."
 (ly:add-interface
  'note-name-interface
  "Note names."
- '(style))
+ '())
 
 (ly:add-interface
  'only-prebreak-interface
@@ -167,11 +167,10 @@ 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
  'trill-spanner-interface