X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fnew-beaming.hh;h=65296f81060baccd891380179b283fc7515acef0;hb=61c4b07cddc6231c3ca4b45a0aa86d27e25110b9;hp=c4c0778b42dcd34bde32c26ef3e436c4cccc761c;hpb=d9d9a1b85f7d68dd35fb435c5ca315c6eb793af0;p=lilypond.git diff --git a/lily/include/new-beaming.hh b/lily/include/new-beaming.hh index c4c0778b42..65296f8106 100644 --- a/lily/include/new-beaming.hh +++ b/lily/include/new-beaming.hh @@ -1,39 +1,2 @@ -/* - new-beaming.hh -- declare New_beaming.hh - - source file of the GNU LilyPond music typesetter - - (c) 1999 Han-Wen Nienhuys - - */ - -#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 beams_i_drul_; - - Beaming_info (Moment, int); - int count (Direction d); - Beaming_info (); -}; - -struct Beaming_info_list -{ - Array 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