From e185b5eac24d07b9bb9563ae235dae32b6142c3b Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 9 Mar 2004 12:23:37 +0000 Subject: [PATCH] (get_line): Fix between-systems (NOT). --- lily/system.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5