]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil-scheme.cc
tweaks to spacing and include spring.cc
[lilypond.git] / lily / stencil-scheme.cc
index a603f01b5f5c9b123cbd1638bfb462cd4a1b268e..125b142d26fc46805b1734906989f999ff012c6e 100644 (file)
@@ -297,7 +297,7 @@ LY_DEFINE (ly_stencil_rotate, "ly:stencil-rotate",
 
   SCM new_s = s->smobbed_copy ();
   Stencil *q = unsmob_stencil (new_s);
-  q->rotate (a, Offset (x_off, y_off));
+  q->rotate_degrees (a, Offset (x_off, y_off));
   return new_s;
 }