]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
(get_paper_systems): uniq all_elements_ , to
[lilypond.git] / lily / include / stencil.hh
index 3349cbdd352c7876f61bd9b9ebd15b4b02c45759..2211b8c661f327b281779e8757ff3e1278cb68ec 100644 (file)
@@ -3,12 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 #ifndef STENCIL_HH
 #define STENCIL_HH
 
 #include <cstdlib>             // size_t
+using namespace std;
 
 #include "lily-proto.hh"
 #include "box.hh"
@@ -72,6 +73,7 @@ public:
                    Real minimum);
   void add_stencil (Stencil const &m);
   void translate (Offset);
+  void rotate (Real, Offset);
   void align_to (Axis a, Real x);
   void translate_axis (Real, Axis);