From: fred Date: Sun, 24 Mar 2002 19:28:07 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~5599 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a410021f519d30d73b43a06fa80466496fd7feab;p=lilypond.git lilypond-0.0.23 --- diff --git a/hdr/simplestaff.hh b/hdr/simplestaff.hh index f074dc169d..bdd1f06136 100644 --- a/hdr/simplestaff.hh +++ b/hdr/simplestaff.hh @@ -1,7 +1,7 @@ /* simplestaff.hh -- part of LilyPond - (c) 1996 Han-Wen Nienhuys + (c) 1996,97 Han-Wen Nienhuys */ #ifndef SIMPLESTAFF_HH @@ -32,7 +32,7 @@ struct Simple_column : Staff_column { Stem_req *stem_; Moment stem_requester_len; Beam_req *beam_; - Simple_staff* staff_; + Simple_staff* staff_l_; Text_req *text_; /****************/ diff --git a/src/request.cc b/src/request.cc index f87f103a6c..8cc3bf1495 100644 --- a/src/request.cc +++ b/src/request.cc @@ -11,6 +11,7 @@ RCONS(Rest_req); RCONS(Barcheck_req); RCONS(Text_req); RCONS(Rhythmic_req); +RCONS(Mark_req); RCONS(Stem_req); RCONS(Script_req); RCONS(Note_req); @@ -18,7 +19,11 @@ RCONS(Melodic_req); RCONS(Span_req); RCONS(Slur_req); RCONS(Beam_req); - +void +Stem_req::print() const +{ + mtor << "Stem\n"; +} void Barcheck_req::print() const { @@ -80,7 +85,7 @@ Rhythmic_req::print() const while (d--) mtor << '.'; - mtor<<"xPlet factor"<when == when()); assert(*tdescription_ == staff_commands_p_->tdescription_); } - #endif +#endif } bool