]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.13
authorfred <fred>
Thu, 28 Nov 1996 22:09:07 +0000 (22:09 +0000)
committerfred <fred>
Thu, 28 Nov 1996 22:09:07 +0000 (22:09 +0000)
hdr/notehead.hh

index b694e95af82bdfe63bb3d5a7423f90cc950a38c2..3137a1e5585c55cd1f7c2d1619a7ae4e03f95474 100644 (file)
 struct Notehead : public Item
 {
     int position;
+
+    /// needed for the help-lines
     int staff_size;
     int dots;
     int balltype;
 
     /****************/
+    
     void preprocess();
 
     Notehead(int staff_size);
     /**
       position of top line (5 linestaff: 8)
       */
+    
     void print()const;
+
 private:
     void brew_molecole();
 };