]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column-grav.hh
release: 0.1.11
[lilypond.git] / lily / include / note-column-grav.hh
index 43784776f9cae929c884131bf319c7151258d07a..9c68248eb12dea2bdbb6766752d16e91d7422117 100644 (file)
@@ -21,10 +21,10 @@ class Note_column_engraver :public Engraver {
     Note_column *ncol_p_;
     Rest_column *restcol_p_;
     bool h_shift_b_;
-    int dir_i_;
+    Direction dir_;
     
 
-    bool acceptable_elem_b (Score_elem const*)const;
+    bool acceptable_elem_b (Score_elem const*) const;
 protected:
     virtual void set_feature (Feature);
     virtual void acknowledge_element (Score_elem_info);