From: Joe Neeman Date: Wed, 11 Apr 2007 01:16:19 +0000 (+1000) Subject: Use the right property name for vertical skylines. X-Git-Tag: release/2.11.23-1~22^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a5d032f70e08b5adafe1b375ca0239ab982e866d;p=lilypond.git Use the right property name for vertical skylines. --- diff --git a/lily/system.cc b/lily/system.cc index 663d654e0b..e700615523 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -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"));