From: fred Date: Sun, 24 Mar 2002 19:56:20 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3969 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=03f88254a3206bd530bdcbebd69b0c2339ebeb55;p=lilypond.git lilypond-0.1.14 --- diff --git a/lily/include/offset.hh b/lily/include/offset.hh index ea22500fd7..9407570463 100644 --- a/lily/include/offset.hh +++ b/lily/include/offset.hh @@ -26,6 +26,7 @@ struct Offset { Real operator[](Axis i) const{ return coordinate_a_[i]; } + String str () const; Offset operator+=(Offset o) { x()+=o.x ();