X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnote-column.hh;h=edf8b969d199b6e5261e38f64b15a2b5e8d0c68b;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b6562ed83b6bdf3ec8159a24f9376e0d24c8dae8;hpb=d8018dfc750f1dee8e1ee78a5d5f51b06d4c8348;p=lilypond.git diff --git a/lily/include/note-column.hh b/lily/include/note-column.hh index b6562ed83b..edf8b969d1 100644 --- a/lily/include/note-column.hh +++ b/lily/include/note-column.hh @@ -1,44 +1,42 @@ /* note-column.hh -- declare Note_column - source file of the LilyPond music typesetter + source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ - #ifndef NOTE_COLUMN_HH #define NOTE_COLUMN_HH -#include "item.hh" -#include "interval.hh" + +#include "grob-interface.hh" +#include "lily-proto.hh" + /** a struct for treating a group of noteheads (noteheads, stem - (chord) and scripts ) as a single entity. */ -class Note_column : public Item { - virtual Interval do_height()const; - virtual void do_print() const ; - virtual void do_pre_processing(); - virtual Interval do_width()const; + (chord) and scripts) as a single entity. + + UGR. Junkme. refpoint should be the notehead, dir should come from stem. +*/ +class Note_column +{ public: - bool h_shift_b_; - Stem * stem_l_; - Array