]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
release: 1.1.36
[lilypond.git] / lily / include / stem.hh
index a3f0921a45bbe2828a4b1e687401ae7b728fd20c..003922789efe33c6b2d2764a0d9c7d9dd1c38959 100644 (file)
   TODO.
   
   Stem size depends on flag.
+
+  elt properties:
+
+  beam_dir: direction of the beam (int)
+
+  dir_force: is direction explicitely specified? (bool)
+
   */
+// todo: remove baseclass Staff_symbol_referencer, since stem
+// can be across a staff.
 class Stem : public Item, public Staff_symbol_referencer {
-  Drul_array<Real> yextent_drul_;
 
   /**extent of the stem (positions).
     fractional, since Beam has to adapt them.
     */
-
+  Drul_array<Real> yextent_drul_;
 
   /**
     geen gedonder, jij gaat onder.
@@ -65,11 +73,7 @@ public:
   /// direction stem (that's me)
   Direction dir_;
 
-  /// is direction explicitely specified?
-  bool dir_forced_b_;
 
-  /// direction of the beam
-  Direction beam_dir_;
   Stem ();
     
   /// ensure that this Stem also encompasses the Notehead #n#