From: fred Date: Sun, 24 Mar 2002 19:55:52 +0000 (+0000) Subject: lilypond-0.1.11 X-Git-Tag: release/1.5.59~3997 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb4ed23e57d7af276c43e5016ba9282b61719e89;p=lilypond.git lilypond-0.1.11 --- diff --git a/lily/include/note-column.hh b/lily/include/note-column.hh index 3ee218ec12..3c2eb7568e 100644 --- a/lily/include/note-column.hh +++ b/lily/include/note-column.hh @@ -17,17 +17,16 @@ (chord) and scripts) as a single entity. */ class Note_column : public Head_column { protected: - virtual void do_pre_processing(); + virtual void do_pre_processing(); public: - bool h_shift_b_; + bool h_shift_b_; - Interval_t head_positions_interval()const; + Interval_t head_positions_interval() const; - DECLARE_MY_RUNTIME_TYPEINFO; - Note_column(); - virtual void set (Stem *); - void sort(); + DECLARE_MY_RUNTIME_TYPEINFO; + Note_column(); + void sort(); }; #endif // NOTE_COLUMN_HH