From: Jan Nieuwenhuizen Date: Tue, 9 Mar 2004 12:23:37 +0000 (+0000) Subject: (get_line): Fix between-systems (NOT). X-Git-Tag: release/2.1.30~24 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e185b5eac24d07b9bb9563ae235dae32b6142c3b;p=lilypond.git (get_line): Fix between-systems (NOT). --- diff --git a/lily/system.cc b/lily/system.cc index 5614b017df..7ec636b7b5 100644 --- a/lily/system.cc +++ b/lily/system.cc @@ -406,8 +406,8 @@ System::get_line (bool is_last) #ifndef PAGE_LAYOUT - // still does not work - do we really need this at all? - if (is_last) + // does not work: (\\par error) - do we really need this at all? + if (false && !is_last) { SCM lastcol = ly_car (get_property ("columns")); Grob *g = unsmob_grob (lastcol);