]> git.donarmstrong.com Git - lilypond.git/blobdiff - item.cc
release: 0.0.5
[lilypond.git] / item.cc
diff --git a/item.cc b/item.cc
index 453200627b0e5694a8dc3d3c59912c52829f1158..96ec8a890a4c7ed742d2c6b23bb50c612f992975 100644 (file)
--- a/item.cc
+++ b/item.cc
@@ -54,3 +54,8 @@ Item::Item()
     output = 0;
     pstaff_ = 0;
 }
+void
+Item::print() const
+{
+    output->print();
+}