]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-system.cc
Run `make grand-replace'.
[lilypond.git] / lily / paper-system.cc
index 5b26cd25088fe139653ae88003868d34bb67128a..06a878d62b85925f39f91a8873c686d1d87f5041 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2004--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include "paper-system.hh"
@@ -23,8 +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 ());