]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
Configure only pristine build tree or on user
[lilypond.git] / lily / chord-name.cc
index 80c58ee5e5166199e45165d60b9ff8600f94e5dc..ce7099fa7df743120d68a87eb5a432c5060484e8 100644 (file)
@@ -3,12 +3,12 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "chord-name.hh"
-#include "molecule.hh"
-#include "paper-def.hh"
+#include "stencil.hh"
+#include "output-def.hh"
 #include "font-interface.hh"
 #include "grob.hh"
 #include "paper-column.hh"
@@ -23,7 +23,7 @@ Chord_name::after_line_breaking (SCM smob)
   Item* me = unsmob_item (smob);
   assert (me);
     
-  SCM s = me->get_grob_property ("begin-of-line-visible");
+  SCM s = me->get_property ("begin-of-line-visible");
   if (to_boolean (s))
     {
       if (Paper_column::get_rank (me->get_column ()) -
@@ -35,6 +35,6 @@ Chord_name::after_line_breaking (SCM smob)
 
 
 ADD_INTERFACE (Chord_name, "chord-name-interface",
-  "generate a chord name",
-  "pitches chord style inversion bass begin-of-line-visible");
+  "A chord name.",
+  "begin-of-line-visible");