From b15f838fbcbd339ff6966969355d64c3e9879865 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:31:46 +0000 Subject: [PATCH] lilypond-0.0.32 --- src/lookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lookup.cc b/src/lookup.cc index 96932e0023..a87454e2d1 100644 --- a/src/lookup.cc +++ b/src/lookup.cc @@ -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"; -- 2.39.5