X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fbar-line.cc;h=c642c3159d03cb677dad15b80eb23752e1303ba7;hb=4d33c15be8791389cebfcc9649e5c00e943b5486;hp=b9e23a95e4f97ffc9cb8527734289148152527de;hpb=66336e13517363e4603368d42fae23227a760ab4;p=lilypond.git diff --git a/lily/bar-line.cc b/lily/bar-line.cc index b9e23a95e4..c642c3159d 100644 --- a/lily/bar-line.cc +++ b/lily/bar-line.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--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 @@ -48,7 +48,7 @@ Bar_line::calc_bar_extent (SCM smob) SCM staff_color = staff->get_property ("color"); Real radius = Staff_symbol_referencer::staff_radius (me); if (bar_line_color == staff_color && radius) - result *= (1 - 0.5 * (Staff_symbol_referencer::line_thickness (me) / radius)); + result *= (1 - 0.5 * (Staff_symbol_referencer::line_thickness (me) / radius)); } return ly_interval2scm (result); }