]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
Use the same line thickness as circle markup for box markup.
[lilypond.git] / lily / book.cc
index bf28d1b57dba46edf8673dac9096578c8e7b0853..2a1038941b8e630904c2f4abce75174991f966c4 100644 (file)
@@ -20,6 +20,7 @@ using namespace std;
 #include "warn.hh"
 #include "performance.hh"
 #include "paper-score.hh"
+#include "page-marker.hh"
 
 #include "ly-smobs.icc"
 
@@ -153,7 +154,8 @@ Book::process (Output_def *default_paper,
              outputs = scm_cdr (outputs);
            }
        }
-      else if (Text_interface::is_markup (scm_car (s)))
+      else if (Text_interface::is_markup_list (scm_car (s))
+              || unsmob_page_marker (scm_car (s)))
        paper_book->add_score (scm_car (s));
       else
        assert (0);