]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-score.cc
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / lily / paper-score.cc
index af6622a9f3b37a7d4742f00bc523c4104968d971..0cecb7951170d53e022523cdbdb3876493741f79 100644 (file)
@@ -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<Column_x_positions> breaking = calc_breaking ();
       system_->break_into_pieces (breaking);