]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/new-beaming.hh
release: 1.1.67
[lilypond.git] / lily / include / new-beaming.hh
index c4c0778b42dcd34bde32c26ef3e436c4cccc761c..65296f81060baccd891380179b283fc7515acef0 100644 (file)
@@ -1,39 +1,2 @@
-/*   
-  new-beaming.hh -- declare New_beaming.hh
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef NEW_BEAMING_HH
-#define NEW_BEAMING_HH
-
-#include "parray.hh"
-#include "drul-array.hh"
-#include "moment.hh"
-
-struct Beaming_info
-{
-  Moment start_mom_;
-  Drul_array<int> beams_i_drul_;
-
-  Beaming_info (Moment, int);
-  int count  (Direction d);
-  Beaming_info ();
-};
-
-struct Beaming_info_list
-{
-  Array<Beaming_info> infos_;
-
-  int beam_extend_count (Direction) const;
-  int min_denominator_index () const;
-  void beamify ();
-  void add_stem (Moment d, int beams);
-};
-
-
-#endif /* NEW_BEAMING_HH */
 
+#error