X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fnew-beaming.hh;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=f9eafe65e3d281e6cd07a25d8b6b19cc1eada1de;hp=c4c0778b42dcd34bde32c26ef3e436c4cccc761c;hpb=78ed9c22a8cbf56ff5390553e0a2854aa42cbbc5;p=lilypond.git diff --git a/lily/include/new-beaming.hh b/lily/include/new-beaming.hh index c4c0778b42..e69de29bb2 100644 --- a/lily/include/new-beaming.hh +++ b/lily/include/new-beaming.hh @@ -1,39 +0,0 @@ -/* - 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 */ -