X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fitem.cc;h=ab0290db9f4fd2f5e61aff3024152212f3abf7c4;hb=6ce61146edb1c36647b514778c29cdc9beedab6a;hp=f1de7827e8951b9fd35bd7cc9392bb5710336cee;hpb=6a0ea5e307744ad53d8b4a7381f2b27c2cfc9c13;p=lilypond.git diff --git a/lily/item.cc b/lily/item.cc index f1de7827e8..ab0290db9f 100644 --- a/lily/item.cc +++ b/lily/item.cc @@ -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; }