]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/notehead.hh
release: 0.0.56
[lilypond.git] / lily / include / notehead.hh
index a0e9f65615303e60f1581014010375b69aa65882..e28c387a284944fb17d992338b6ddc85730b2216 100644 (file)
@@ -23,15 +23,16 @@ public:
     NAME_MEMBERS(Notehead);
 
     bool rest_b_;
-    int position;
+    int position_i_;
+    
     /// -1 = lowest, 0 = inside, 1 = top
-    int extremal;
+    int extremal_i_;
     
     /// needed for the help-lines
-    int staff_size;
-    int dots;
-    int balltype;
-    int x_dir;
+    int staff_size_i_;
+    int dots_i_;
+    int balltype_i_;
+    int x_dir_i_;
     
     /* *************** */