X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fpaper-system.cc;h=9ff1a55c12769ea7ff61d8cdbdaddf3b0fa4db91;hb=fba53fe32502b6d62ffbd251e1fbf22e5e5ed24f;hp=5b26cd25088fe139653ae88003868d34bb67128a;hpb=46b687aca821801f779e479ccc601c713ed0917e;p=lilypond.git diff --git a/lily/paper-system.cc b/lily/paper-system.cc index 5b26cd2508..9ff1a55c12 100644 --- a/lily/paper-system.cc +++ b/lily/paper-system.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2006 Jan Nieuwenhuizen + (c) 2004--2007 Jan Nieuwenhuizen */ #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 ());