]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/g-text-item.cc
release: 1.1.38
[lilypond.git] / lily / g-text-item.cc
index 1854e96c5b3de513f80cdfe5af6ffb8a6a86a8c3..6f54c2ad0a427d3b249f39bc417f622b1ec47b4d 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "g-text-item.hh"
-
+#include "debug.hh"
 #include "molecule.hh"
 #include "paper-def.hh"
 #include "lookup.hh"
@@ -25,3 +25,9 @@ G_text_item::G_text_item ()
 {
   style_str_ = "roman";
 }
+
+void
+G_text_item::do_print () const
+{
+  DOUT <<  "text= " << text_str_;
+}