X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcluster.cc;h=5eee6ee6db2bfd53413d507995c15b976aef6bdd;hb=f47a52d0c0b6f0f2bc39708528ba9cec4882aaa2;hp=3d1adbe29b0254470235ffcf3b6e77994d2a1014;hpb=c659cb200486c2f908703696a1b2873e78c8160a;p=lilypond.git diff --git a/lily/cluster.cc b/lily/cluster.cc index 3d1adbe29b..5eee6ee6db 100644 --- a/lily/cluster.cc +++ b/lily/cluster.cc @@ -31,7 +31,7 @@ brew_cluster_piece (Grob *me, Array bottom_points, Array top_poi { Real blotdiameter = Staff_symbol_referencer::staff_space (me)/2; - Real padding =robust_scm2double ( me->get_property ("padding"), 0.0); + Real padding = robust_scm2double ( me->get_property ("padding"), 0.0); Offset vpadding = Offset (0, padding); Offset hpadding = Offset (0.5 * blotdiameter, 0); @@ -141,7 +141,7 @@ Cluster::print (SCM smob) Item *right_bound = spanner->get_bound (RIGHT); Grob *commonx = left_bound->common_refpoint (right_bound, X_AXIS); - SCM cols =me->get_property ("columns"); + SCM cols = me->get_property ("columns"); if (!scm_is_pair (cols)) {