]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column.hh
release: 0.0.59
[lilypond.git] / lily / include / note-column.hh
index ba118fcbde3129209796df8302fb1c476113df91..b5af0185284e18a6bc6ed14b9d1352443548c155 100644 (file)
 /** a struct for treating a group of noteheads (noteheads, stem
   (chord) and scripts ) as a single entity.  */
 class Note_column : public Script_column {
-    /// link to the stem. For setting default direction
-    Stem * stem_l_;
     void do_pre_processing();
 public:
+        /// link to the stem. For setting default direction
+    Stem * stem_l_;
+
     bool h_shift_b_;
     
     Array<Notehead*> head_l_arr_;