]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Sun, 24 Mar 2002 19:31:46 +0000 (19:31 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:31:46 +0000 (19:31 +0000)
src/lookup.cc

index 96932e00234d9546ad894b8f5bfe8a878499f47b..a87454e2d15ad10c60e9fa4c06d6d9598e12bee0 100644 (file)
@@ -140,7 +140,7 @@ Lookup::streepjes(int i)
 Symbol
 Lookup::hairpin(Real &wid, bool decresc)
 {
-    int idx = rint(wid / 6 PT);
+    int idx = int(rint(wid / 6 PT));
     if(!idx) idx ++;
     wid = idx*6 PT;
     String idxstr = (decresc)? "decrescendosym" : "crescendosym";