]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system.cc
make web fixes
[lilypond.git] / lily / system.cc
index d71fa20b48be8a5ff3503c22be895adf264ab5f5..85670f2927b087b7044bdc0e03750f2c799f92a0 100644 (file)
@@ -405,9 +405,6 @@ System::get_paper_system ()
   pl->set_property ("page-break-penalty", right_bound->get_property ("page-break-penalty"));
   pl->set_property ("page-turn-penalty", right_bound->get_property ("page-turn-penalty"));
 
-  /* remove me if make web succeeds */
-  assert (!scm_is_pair (pl->get_property ("refpoint-Y-extent")));
-
   Interval staff_refpoints;
   extract_grob_set (this, "spaceable-staves", staves);
   for (vsize i = 0; i < staves.size (); i++)
@@ -540,5 +537,4 @@ ADD_INTERFACE (System,
               "spaceable-staves "
               "skyline-distance "
               "skyline-horizontal-padding "
-              "staff-refpoint-extent "
               )