]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / stencil.hh
index 820771ef7fe4d772ac072410b50d3bbe4f8e807e..dfc40fc470c6e304d0450b846f59269008d3fec5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #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);