X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Frod.cc;h=1577baa310eec1b9711a0fd47c0aaece4c84e07e;hb=d9b43b93f2c885409bafdb157138158f65cc49aa;hp=52d71b3812abf171a02869c6f820fdc6f5986989;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/rod.cc b/lily/rod.cc index 52d71b3812..1577baa310 100644 --- a/lily/rod.cc +++ b/lily/rod.cc @@ -3,14 +3,14 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2001 Han-Wen Nienhuys + (c) 1998--2002 Han-Wen Nienhuys */ #include "rod.hh" #include "paper-column.hh" #include "debug.hh" #include "dimensions.hh" -#include "spaceable-element.hh" +#include "spaceable-grob.hh" Rod::Rod () { @@ -35,10 +35,10 @@ Rod::columnize () void Rod::add_to_cols () { - columnize(); + columnize (); if (item_l_drul_[LEFT] != item_l_drul_[RIGHT]) Spaceable_grob::add_rod (item_l_drul_[LEFT], item_l_drul_[RIGHT], - distance_f_ ); + distance_f_); }