From fb4ed23e57d7af276c43e5016ba9282b61719e89 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:55:52 +0000 Subject: [PATCH] lilypond-0.1.11 --- lily/include/note-column.hh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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 -- 2.39.5