]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie.cc
New upstream version 2.19.80
[lilypond.git] / lily / tie.cc
index dcc53ad44e61c7af5ee5522ce3d8b18a19b56eb4..fd8a9591e221c501ac9dbbaa862ebb696decadfb 100644 (file)
@@ -281,7 +281,7 @@ Tie::print (SCM smob)
                                      annotation));
       tm.translate (Offset (b.control_[3][X_AXIS] + 0.5,
                             b.control_[0][Y_AXIS] * 2));
-      tm = tm.in_color (1, 0, 0);
+      tm = tm.in_color (1.0, 0.0, 0.0);
 
       /*
         It would be nice if we could put this in a different layer,