X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-score.cc;h=0cecb7951170d53e022523cdbdb3876493741f79;hb=1f42b413de732a86da5ecda7f809e24c74dbdb4a;hp=af6622a9f3b37a7d4742f00bc523c4104968d971;hpb=c054eb280fd9953596eb164f67b0f9d5555c5a32;p=lilypond.git diff --git a/lily/paper-score.cc b/lily/paper-score.cc index af6622a9f3..0cecb79511 100644 --- a/lily/paper-score.cc +++ b/lily/paper-score.cc @@ -149,7 +149,7 @@ Paper_score::layout () const SCM Paper_score::get_paper_systems () { - if (paper_systems_ == SCM_BOOL_F) + if (scm_is_false (paper_systems_)) { vector breaking = calc_breaking (); system_->break_into_pieces (breaking);