]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/define-grob-interfaces.scm
* flower/string.cc (substitute): Take two strings or two
[lilypond.git] / scm / define-grob-interfaces.scm
index aecf2acb029606d51a50c9ba37989e6cf97a6846..21dddeb6bc1161f219f5a8eb95e6e638ac7653ae 100644 (file)
@@ -2,7 +2,7 @@
 ;;;;
 ;;;;  source file of the GNU LilyPond music typesetter
 ;;;; 
-;;;; (c)  1998--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+;;;; (c) 1998--2005  Han-Wen Nienhuys <hanwen@cs.uu.nl>
 ;;;;                 Jan Nieuwenhuizen <janneke@gnu.org>
 
 
  '()
  )
 
+(ly:add-interface
+ 'string-number-interface
+ "A string number instruction"
+ '()
+ )
+
 (ly:add-interface
  'fret-diagram-interface
  "A fret diagram"
@@ -76,7 +82,7 @@
 (ly:add-interface
  'only-prebreak-interface
  "Kill this grob after the line breaking process."
- '() )
+ '())
 
 (ly:add-interface
  'piano-pedal-interface
@@ -107,5 +113,5 @@ are interesting enough to maintain a hara-kiri staff."
 (ly:add-interface
  'vertically-spaceable-interface 
  "Objects that should be kept at constant vertical distances. Typically:
-@internalsref{VerticalAxisGroup} objects  of @internalsref{Staff} contexts."
+@internalsref{VerticalAxisGroup} objects of @internalsref{Staff} contexts."
  '())