]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/paper-system.cc
(dump-stencil-as-EPS): don't hardcode left
[lilypond.git] / lily / paper-system.cc
index 5b26cd25088fe139653ae88003868d34bb67128a..5d3d19c513e2fe096dc7426c1242754f055d3971 100644 (file)
@@ -23,7 +23,6 @@ paper_system_set_stencil (Prob *prob, Stencil s)
 
   if (is_number_pair (yext))
     {
-      
       Box b = s.extent_box();
       b[Y_AXIS] = ly_scm2interval (yext);