]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Coverage fixes: remove tweak registration/application, gnome backend,
[lilypond.git] / lily / chord-name.cc
index ffcfbd71e1e8d1206603ad1c9824bd8ee68ea68f..8ff3ffe763cbba2389e835da0e962d2d6290c1cb 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "chord-name.hh"
@@ -32,6 +32,8 @@ Chord_name::after_line_breaking (SCM smob)
   return SCM_UNSPECIFIED;
 }
 
-ADD_INTERFACE (Chord_name, "chord-name-interface",
+ADD_INTERFACE (Chord_name,
               "A chord name.",
+
+              
               "begin-of-line-visible");