]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/system.cc
don't use extent of musical column for horizontal spacing.
[lilypond.git] / lily / system.cc
index 85670f2927b087b7044bdc0e03750f2c799f92a0..6e19d0a6f4f83c8a6613cdcb76f2cd7e7ceab0b1 100644 (file)
@@ -358,7 +358,7 @@ System::get_paper_system ()
       Grob *g = entries[j].grob_;
       Stencil st = g->get_print_stencil ();
 
-      if (st.expr() == SCM_EOL)
+      if (st.expr () == SCM_EOL)
        continue;
       
       Offset o;