]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-system.cc
Merge commit 'b5cba4f'
[lilypond.git] / lily / paper-system.cc
index 5d3d19c513e2fe096dc7426c1242754f055d3971..9ff1a55c12769ea7ff61d8cdbdaddf3b0fa4db91 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2004--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "paper-system.hh"
@@ -23,7 +23,7 @@ paper_system_set_stencil (Prob *prob, Stencil s)
 
   if (is_number_pair (yext))
     {
-      Box b = s.extent_box();
+      Box b = s.extent_box ();
       b[Y_AXIS] = ly_scm2interval (yext);
 
       s = Stencil (b, s.expr ());