X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frod.cc;h=014296a32c70f385256cf98e21ea8f2534fd7f0d;hb=3e0974be7b4d4ae1cedebeee8376093fe8816740;hp=1198dee36fd13022aaaf9cdd50395a6c60943352;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/rod.cc b/lily/rod.cc index 1198dee36f..014296a32c 100644 --- a/lily/rod.cc +++ b/lily/rod.cc @@ -54,7 +54,7 @@ Rod::add_to_cols () if (item_drul_[LEFT] != item_drul_[RIGHT] && item_drul_[LEFT] && item_drul_[RIGHT]) Spaceable_grob::add_rod (item_drul_[LEFT], - item_drul_[RIGHT], - distance_); + item_drul_[RIGHT], + distance_); }