#include "plist.hh"
/** a beam connects multiple stems Beam adjusts the stems its owns to
-make sure that they reach the beam and that point in the correct
-direction */
+ make sure that they reach the beam and that point in the correct
+ direction */
struct Beam: public Directional_spanner {
PointerList<Stem*> stems;
+ /// the slope of the beam in posns / point (dimension)
Real slope;
+
+ /// position of leftmost end of beam
Real left_pos;
-#include "request.hh"
+/*
+ voicegroup.cc -- implement Voice_group_registers
+
+ source file of the LilyPond music typesetter
+
+ (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
+#include "musicalrequest.hh"
#include "voicegroup.hh"
#include "register.hh"
#include "textreg.hh"
#include "stembeamreg.hh"
#include "scriptreg.hh"
#include "complexwalker.hh"
-
+#include "commandrequest.hh"
static int temp_id_count;
delete stem_beam_reg_;
delete script_reg_;
}
+
void
Voice_group_registers::pre_move_processing()
{