]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
* lily/paper-outputter.cc (output_expr):
[lilypond.git] / lily / chord-name.cc
index cfb21d18e963817ab86b7c834b151948690771cc..92f8c2418b32783da2dc43071a12cb8d724c1517 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 #include "chord-name.hh"
-#include "molecule.hh"
+#include "stencil.hh"
 #include "paper-def.hh"
 #include "font-interface.hh"
 #include "grob.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");