]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/note-head.hh
patch::: 1.1.22.jcn1: slur fixjes
[lilypond.git] / lily / include / note-head.hh
index 1a34c99f2330ed41deac29c3cab1c3a705a13738..1cc0bad9b891ffe129e7fd75d68cec4e745d53c0 100644 (file)
 class Note_head : public Rhythmic_head {
 public:
   
-
+  /// position of top line (5 linestaff: 8)
   int position_i_;
+
+  /// pitch in steps
+  int steps_i_;
     
   /// -1 = lowest, 0 = inside, 1 = top
   int extremal_i_;
@@ -28,9 +31,6 @@ public:
   int staff_size_i_;
   Direction x_dir_;
     
-  /**
-    position of top line (5 linestaff: 8)
-    */
   Note_head ();
   static int compare (Note_head * const &a, Note_head *const &b) ;