]> git.donarmstrong.com Git - lilypond.git/commitdiff
(get_line): Fix between-systems (NOT).
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 9 Mar 2004 12:23:37 +0000 (12:23 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 9 Mar 2004 12:23:37 +0000 (12:23 +0000)
lily/system.cc

index 5614b017df8be4aead7beff712de58dfc9b09f1b..7ec636b7b5057b90b2ed2eea3f36f188d4f0f135 100644 (file)
@@ -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);