]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef-item.cc
release: 1.3.61
[lilypond.git] / lily / clef-item.cc
index 770694061d82b7744002573d4a77a0a3eac2fbdf..64df471244c0e382e22044c2c403ef914670fd56 100644 (file)
@@ -10,7 +10,7 @@
 #include "clef-item.hh"
 #include "string.hh"
 #include "molecule.hh"
-#include "text-item.hh"
+#include "item.hh"
 
 Clef_item::Clef_item (SCM s)
   : Item (s)
@@ -52,7 +52,8 @@ Clef_item::before_line_breaking ()
       return;
     }
 
-  // ugh. 
+  // ugh.
+  /* why not suicide? */
   if (style == "transparent")  // UGH. JUNKME
     {
       set_elt_property ("molecule-callback", SCM_BOOL_T);