X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-outputter.cc;h=7689afa901a79075d2735078e8e44d0ed52bdbeb;hb=67e5b815e53730fb5ad90c37109aad610f13394c;hp=a040ceecfb8fd9f7640e5a9a7cb341b1c01b55d0;hpb=0157dbfb7ed86a5a877cdc7dc1e5e4bd9a602d9f;p=lilypond.git diff --git a/lily/paper-outputter.cc b/lily/paper-outputter.cc index a040ceecfb..7689afa901 100644 --- a/lily/paper-outputter.cc +++ b/lily/paper-outputter.cc @@ -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)); }