From: fred Date: Wed, 23 Apr 1997 20:39:52 +0000 (+0000) Subject: lilypond-0.0.56 X-Git-Tag: release/1.5.59~6147 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69e29593b3be2e2bca8261835024fcc2d341cd28;p=lilypond.git lilypond-0.0.56 --- diff --git a/lily/include/script-column.hh b/lily/include/script-column.hh new file mode 100644 index 0000000000..f6adf9ffcb --- /dev/null +++ b/lily/include/script-column.hh @@ -0,0 +1,33 @@ +/* + script-column.hh -- declare Script_column + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef SCRIPT_COLUMN_HH +#define SCRIPT_COLUMN_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(); +public: + Array