]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.11
authorfred <fred>
Sun, 24 Mar 2002 19:55:52 +0000 (19:55 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:55:52 +0000 (19:55 +0000)
lily/include/note-column.hh

index 3ee218ec125f2261857fcc04f0b95d0662c54762..3c2eb7568e60f084cae277416fb4bfd5794f95f5 100644 (file)
   (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<int> head_positions_interval()const;
+  Interval_t<int> 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