X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fpage-breaking.cc;h=10a428de5bd2521c8c5d3da3e9e023db6ba626f3;hb=f455506b0a4a32cea2c596a3a6e3f364e7ea5a90;hp=1bc13ffc5fac1b22b15059d93ad40bb163ece0fd;hpb=728c1f61013a32153c647a72ca31bc2353754803;p=lilypond.git diff --git a/lily/page-breaking.cc b/lily/page-breaking.cc index 1bc13ffc5f..10a428de5b 100644 --- a/lily/page-breaking.cc +++ b/lily/page-breaking.cc @@ -253,7 +253,7 @@ Page_breaking::make_pages (vector lines_per_page, SCM systems) SCM book = book_->self_scm (); int first_page_number - = robust_scm2int (book_->paper_->c_variable ("part-first-page-number"), 1); + = robust_scm2int (book_->paper_->c_variable ("first-page-number"), 1); bool last_part = ly_scm2bool (book_->paper_->c_variable ("part-is-last")); SCM ret = SCM_EOL; SCM label_page_table = book_->top_paper ()->c_variable ("label-page-table");