]> git.donarmstrong.com Git - lilypond.git/commitdiff
Use the right property name for vertical skylines.
authorJoe Neeman <joeneeman@gmail.com>
Wed, 11 Apr 2007 01:16:19 +0000 (11:16 +1000)
committerJoe Neeman <joeneeman@gmail.com>
Mon, 16 Apr 2007 23:25:34 +0000 (09:25 +1000)
lily/system.cc

index 663d654e0b67cd8c916c26ccf061da51fa45c9ee..e700615523045a4882030f00cf08e8bf73e56d45 100644 (file)
@@ -402,7 +402,7 @@ System::get_paper_system ()
 
   /* information that the page breaker might need */
   Grob *right_bound = this->get_bound (RIGHT);
-  pl->set_property ("skylines", this->get_property ("skylines"));
+  pl->set_property ("vertical-skylines", this->get_property ("vertical-skylines"));
   pl->set_property ("page-break-permission", right_bound->get_property ("page-break-permission"));
   pl->set_property ("page-turn-permission", right_bound->get_property ("page-turn-permission"));
   pl->set_property ("page-break-penalty", right_bound->get_property ("page-break-penalty"));