]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/graphical-element.cc
release: 1.1.45
[lilypond.git] / lily / graphical-element.cc
index 10daaef6c1909723034c7d5fe1b59ca8362fe3ef..89bdd3b95aa4c7536f43fad4d1fa53282d1ec5d0 100644 (file)
@@ -130,3 +130,13 @@ Graphical_element::name () const
 {
   return classname (this);
 }
+
+void
+Graphical_element::print () const
+{
+#ifndef NPRINT
+  DOUT << classname (this) << "{\n";
+  do_print ();
+  DOUT << "}\n";
+#endif
+}