X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fstencil.hh;h=dfc40fc470c6e304d0450b846f59269008d3fec5;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=820771ef7fe4d772ac072410b50d3bbe4f8e807e;hpb=f0e8911e5a86748a9c70afcee42b6a3618dbef10;p=lilypond.git diff --git a/lily/include/stencil.hh b/lily/include/stencil.hh index 820771ef7f..dfc40fc470 100644 --- a/lily/include/stencil.hh +++ b/lily/include/stencil.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #ifndef STENCIL_HH #define STENCIL_HH @@ -65,6 +65,7 @@ public: Stencil translated (Offset) const; void rotate (Real, Offset); void rotate_degrees (Real, Offset); + void rotate_degrees_absolute (Real, Offset); void align_to (Axis a, Real x); void translate_axis (Real, Axis);