]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
release: 0.0.76
[lilypond.git] / lily / item.cc
index f1de7827e8951b9fd35bd7cc9392bb5710336cee..ab0290db9f4fd2f5e61aff3024152212f3abf7c4 100644 (file)
@@ -33,7 +33,7 @@ Item::do_print() const
 Real 
 Item::hpos_f()const
 {
-    return pcol_l_->hpos + offset().x;
+    return pcol_l_->hpos_f_ + offset().x;
 }