]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
*** empty log message ***
[lilypond.git] / lily / chord-name.cc
index ce7099fa7df743120d68a87eb5a432c5060484e8..b5cb1e98dc73fdd5522f702d67ceaaee2c32a464 100644 (file)
@@ -3,20 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2005 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "chord-name.hh"
-#include "stencil.hh"
+
 #include "output-def.hh"
 #include "font-interface.hh"
-#include "grob.hh"
 #include "paper-column.hh"
 #include "system.hh"
 #include "staff-symbol-referencer.hh"
 #include "text-item.hh"
 
-MAKE_SCHEME_CALLBACK (Chord_name,after_line_breaking,1);
+MAKE_SCHEME_CALLBACK (Chord_name, after_line_breaking, 1);
 SCM
 Chord_name::after_line_breaking (SCM smob)
 {
@@ -33,8 +32,6 @@ Chord_name::after_line_breaking (SCM smob)
   return SCM_UNSPECIFIED;
 }
 
-
 ADD_INTERFACE (Chord_name, "chord-name-interface",
   "A chord name.",
   "begin-of-line-visible");
-