]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beaming-pattern.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / beaming-pattern.hh
index 5e0c7c30ecd98004b776fc7fc40603772dae6d67..9f2adb194029403993189c0cc57a65a3686acc03 100644 (file)
@@ -19,14 +19,12 @@ struct Beam_rhythmic_element
   Drul_array<int> beam_count_drul_;
 
   Moment beat_start_;
-  Moment beat_length_;
   Moment group_start_;
   
   Beam_rhythmic_element (Moment, int);
   Beam_rhythmic_element ();
 
   int count (Direction d);
-  void de_grace ();
 };
 
 /*
@@ -39,7 +37,6 @@ public:
   Beaming_pattern ();
   
   void beamify (Context*);
-  void de_grace ();
   void add_stem (Moment d, int beams);
   int beamlet_count (int idx, Direction d) const;