]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/arpeggio.cc
Issue 4961/5: Change rotations to degrees rather than radians
[lilypond.git] / lily / arpeggio.cc
index 5ba2e59279ec992270fb443d8faaf022ca3eb6b6..95da047a067bd5ced57ba29f53a0a2ee93405bbe 100644 (file)
@@ -215,7 +215,7 @@ Arpeggio::brew_chord_slur (SCM smob)
   Real height_limit = 1.5;
   Real ratio = .33;
   Bezier curve = slur_shape (dy, height_limit, ratio);
-  curve.rotate (M_PI / 2);
+  curve.rotate (90.0);
 
   Stencil mol (Lookup::slur (curve, lt, lt, dash_definition));
   mol.translate_axis (heads[LEFT], Y_AXIS);