]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-name.cc
* lily/my-lily-lexer.cc (set_encoding): New method.
[lilypond.git] / lily / chord-name.cc
index 50c5c43a76c2a48931ea7d5081f9d3815679f25f..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",
+  "A chord name.",
   "begin-of-line-visible");