]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-book.cc
* lily/font-select.cc (properties_to_font_size_family): Fix
[lilypond.git] / lily / paper-book.cc
index c43899c270090e6ff229e1940d4e0d2d2d0ac24e..eaeaf4a27e2bb435332e35eea56c10be3cb16751 100644 (file)
@@ -157,6 +157,7 @@ Paper_book::get_pages ()
   Page *page = new Page (paper);
   fprintf (stderr, "book_height: %f\n", book_height);
   fprintf (stderr, "vsize: %f\n", page->vsize_);
+  fprintf (stderr, "pages: %f\n", book_height / page->text_height ());
 
 #if ONE_SCORE_PER_PAGE
   for (int i = 0; i < score_count; i++)