]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-element.cc
patch::: 1.1.37.script1
[lilypond.git] / lily / score-element.cc
index 986ede9eabc51c64d15b878fc729add948e7d183..992d2eee1d770802fd7a836a9e90a0d759176675 100644 (file)
@@ -134,17 +134,14 @@ Score_element::do_height() const
   return r;
 }
 
-
-/*
-  STANDARD METHS
- */
 void
 Score_element::print() const
 {
 #ifndef NPRINT
   DOUT << classname(this) << "{\n";
   DOUT << "dependencies: " << dependency_size();
+  if (original_l_)
+    DOUT << "Copy ";
   Graphical_element::do_print ();
   do_print();