X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscript-column.hh;h=150c690c1753f50c706e55c97ed2a08323be39ce;hb=ee4bc843ba15ebbedd8578cbb8e5e477925c413f;hp=f6adf9ffcbe6c20a6200c129c6688aa516afa3ef;hpb=c4621aa165c30daf7f893148628d747ca2b7fd7e;p=lilypond.git diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh index f6adf9ffcb..150c690c17 100644 --- a/lily/include/script-column.hh +++ b/lily/include/script-column.hh @@ -1,33 +1,28 @@ /* - script-column.hh -- declare Script_column + g-script-column.hh -- declare Script_column - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1999--2007 Han-Wen Nienhuys */ +#ifndef Script_COLUMN_HH +#define Script_COLUMN_HH -#ifndef SCRIPT_COLUMN_HH -#define SCRIPT_COLUMN_HH +#include "lily-proto.hh" +#include "grob-interface.hh" +#include "std-vector.hh" -#include "item.hh" - -/** a struct for treating a group of noteheads (noteheads, stem - (chord) and scripts ) as a single entity. */ -class Script_column : public Item { -protected: - virtual Interval do_height()const; - virtual Interval do_width()const; - virtual void do_print() const ; - virtual void do_pre_processing(); +class Script_column +{ public: - Array