]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-column.hh
release: 0.0.57
[lilypond.git] / lily / include / note-column.hh
index e96ef116058c5512ea77b764a3713965b3509321..ba118fcbde3129209796df8302fb1c476113df91 100644 (file)
@@ -15,6 +15,9 @@
 /** 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:
     bool h_shift_b_;