]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-outputter.cc
* input/regression/balloon.ly: new file.
[lilypond.git] / lily / paper-outputter.cc
index a040ceecfb8fd9f7640e5a9a7cb341b1c01b55d0..7689afa901a79075d2735078e8e44d0ed52bdbeb 100644 (file)
@@ -119,7 +119,7 @@ Paper_outputter::output_scope (SCM mod, String prefix)
        {
          output_String_def (prefix + s, ly_scm2string (v));
        }
-      else if (scm_number_p (v) == SCM_BOOL_T && scm_exact_p (v) == SCM_BOOL_T)
+      else if (scm_integer_p (v) == SCM_BOOL_T && scm_exact_p (v) == SCM_BOOL_T)
        {
          output_int_def (prefix + s, gh_scm2int (v));    
        }