X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fhead-column.hh;h=ab38222b1a88d15086ba0e6bae58c8dfe96a892e;hb=2862b1027f316a2f0444fa92e441ee28acf7a463;hp=57c560b18b6eee3f8a7dccb112821785d47fd1f9;hpb=68ffccad7c4d4ce0386cb60c537c99523e61c4d9;p=lilypond.git diff --git a/lily/include/head-column.hh b/lily/include/head-column.hh index 57c560b18b..ab38222b1a 100644 --- a/lily/include/head-column.hh +++ b/lily/include/head-column.hh @@ -18,27 +18,27 @@ class Head_column : public Script_column { public: - Link_array head_l_arr_; - /** The relative position of the "voice" containing this - chord. Normally this would be the same as the stem direction, - but rests do not have stems. - - Hmm. outdated.. Rests *do* have stems. - */ - - int dir_i_; - Stem* stem_l_; - - void add (Note_head*); - virtual void add (Script*s); - virtual void set (Stem*); - Head_column(); - DECLARE_MY_RUNTIME_TYPEINFO; + Link_array head_l_arr_; + /** The relative position of the "voice" containing this + chord. Normally this would be the same as the stem direction, + but rests do not have stems. + + Hmm. outdated.. Rests *do* have stems. + */ + + Direction dir_; + Stem* stem_l_; + + void add (Note_head*); + virtual void add (Script*s); + void set (Stem*); + Head_column(); + DECLARE_MY_RUNTIME_TYPEINFO; protected: - virtual void do_pre_processing(); - virtual void do_print()const; - virtual void do_substitute_dependency (Score_elem*,Score_elem*); + virtual void do_pre_processing(); + virtual void do_print() const; + virtual void do_substitute_dependency (Score_elem*,Score_elem*); }; #endif // HEAD_COLUMN_HH