]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/property-inspect.cc
release: 1.3.4
[lilypond.git] / lily / property-inspect.cc
index 57093f8bce8adffac3f6485baee180df7ac6415d..af4e5a607d94a6c1ac6033e51c38d06163c28000 100644 (file)
@@ -14,7 +14,7 @@ isdir_b (SCM s)
 {
   if (gh_number_p (s))
     {
-      int i = gh_int2scm (s);
+      int i = gh_scm2int (s);
       return i>= -1 && i <= 1; 
     }
   return false;