]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-system.cc
Eliminate unix-specific -u flags from internationalization build
[lilypond.git] / lily / paper-system.cc
index 544f64d8b05eefed05652ab79d7fc47dd0113397..6653b6ddc7deb9e60582752206eda332470d27f2 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2004--2009 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 ());