From: fred Date: Sun, 24 Mar 2002 19:31:47 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~5389 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=01475890c17e43078e11146d946bce8d80d23db8;p=lilypond.git lilypond-0.0.32 --- diff --git a/hdr/beam.hh b/hdr/beam.hh index 68f5087f45..eb8020c53a 100644 --- a/hdr/beam.hh +++ b/hdr/beam.hh @@ -11,11 +11,14 @@ #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 stems; + /// the slope of the beam in posns / point (dimension) Real slope; + + /// position of leftmost end of beam Real left_pos; diff --git a/src/voicegroup.cc b/src/voicegroup.cc index 35de10df4f..4f622c9384 100644 --- a/src/voicegroup.cc +++ b/src/voicegroup.cc @@ -1,11 +1,19 @@ -#include "request.hh" +/* + voicegroup.cc -- implement Voice_group_registers + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + +#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; @@ -27,6 +35,7 @@ Voice_group_registers::~Voice_group_registers() delete stem_beam_reg_; delete script_reg_; } + void Voice_group_registers::pre_move_processing() {