X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frod.hh;h=9ecf6e5fbaf56425593578e711453f1de3ae348c;hb=f68991986ca3298af5275c7db043ed4b075d45d5;hp=e09bb778b9ff5f8d87e6508a65b8656d9236770d;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/rod.hh b/lily/include/rod.hh index e09bb778b9..9ecf6e5fba 100644 --- a/lily/include/rod.hh +++ b/lily/include/rod.hh @@ -1,31 +1,24 @@ -/* +/* rod.hh -- declare Rod, Column_rod - + source file of the GNU LilyPond music typesetter - - (c) 1998--2003 Han-Wen Nienhuys - - */ + + (c) 1998--2007 Han-Wen Nienhuys +*/ #ifndef ROD_HH #define ROD_HH #include "lily-proto.hh" -#include "direction.hh" #include "drul-array.hh" struct Rod { - Drul_array item_l_drul_; + Drul_array item_drul_; Real distance_; - /** - translate the rod so as to refer to Paper_columns - */ void columnize (); - void add_to_cols (); - Rod (); };