]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
patch::: 1.3.11.hwn1
[lilypond.git] / lily / include / stem.hh
index a40484123c159980c75c226d50c0862bbe5e9814..6ca04e807977e62e81086a3d951c7980ecc99d0f 100644 (file)
@@ -54,16 +54,14 @@ public:
   /// log of the duration. Eg. 4 -> 16th note -> 2 flags
   int flag_i () const;
 
-  Drul_array<int> beams_i_drul_;
-
-
+  int beam_count (Direction) const;
+  void set_beaming (int,  Direction d);
   /** 
     don't print flag when in beam.
     our beam, for aligning abbrev flags
    */
   Beam* beam_l () const;
   Note_head * first_head () const;
-  Stem ();
     
   /// ensure that this Stem also encompasses the Notehead #n#
   void add_head (Rhythmic_head*n);
@@ -83,7 +81,6 @@ public:
   void set_default_extents();
   void set_noteheads();
 
-  Real stem_length_f() const;
   Real stem_end_f() const;
   Real stem_begin_f() const;
   Real note_delta_f () const;