]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
Breakable markups with \markuplines.
[lilypond.git] / lily / book.cc
index 265632a3656d26145d53ad7e8beb0e86ab6131f5..2a1038941b8e630904c2f4abce75174991f966c4 100644 (file)
@@ -154,7 +154,7 @@ 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