]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
release: 0.0.59
[lilypond.git] / lily / item.cc
index e35ab294463451bdbe5dde17530f961744a6c3ff..e586547d8068a3b3eef2abc335d00d676ae260c4 100644 (file)
@@ -31,3 +31,9 @@ Item::hpos_f()const
 {
     return pcol_l_->hpos + offset().x;
 }
+
+Line_of_score *
+Item::line_l()const
+{
+    return pcol_l_->line_l_;
+}