X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspacing-loose-columns.cc;h=bf8e13593aa4ed71074dc1c2e52fc6a2b186baf0;hb=fea0441e6d856d653aebcdb8d293e45bdec7844c;hp=b73f193d2dd6b2264a1b83eb622e0d884f04b69f;hpb=54495e6456e2df78b25ace3dbe88716c5970ce76;p=lilypond.git diff --git a/lily/spacing-loose-columns.cc b/lily/spacing-loose-columns.cc index b73f193d2d..bf8e13593a 100644 --- a/lily/spacing-loose-columns.cc +++ b/lily/spacing-loose-columns.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2005--2011 Han-Wen Nienhuys + Copyright (C) 2005--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -83,7 +83,8 @@ set_loose_columns (System *which, Column_x_positions const *posns) if (!right) { - programming_error ("Can't attach loose column sensibly. Attaching to end of system."); + programming_error ("Can't attach loose column sensibly." + " Attaching to end of system."); right = which->get_bound (RIGHT); } @@ -192,7 +193,7 @@ set_loose_columns (System *which, Column_x_positions const *posns) Real sum_spacing = 0; // currently a magic number - what would be a good grob to hold this property? Real left_padding = 0.15; - for (vsize j = 0; j < clique_spacing.size (); j++) + for (vsize j = 0; j < clique_spacing.size (); j++) { sum_tight_spacing += clique_tight_spacing[j]; sum_spacing += clique_spacing[j];