X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmusical-request.cc;h=dccf2e3fd5b82cd97be0fc70c0effd0cc7f5efca;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=c5f9de2d56a96eca5c6d2998b9c2f0babee4f334;hpb=4bbc3761de1012c805f55bc957cb9c7c35ef3ddc;p=lilypond.git diff --git a/lily/musical-request.cc b/lily/musical-request.cc index c5f9de2d56..dccf2e3fd5 100644 --- a/lily/musical-request.cc +++ b/lily/musical-request.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2000 Han-Wen Nienhuys */ #include "musical-request.hh" @@ -11,26 +11,12 @@ #include "debug.hh" #include "music-list.hh" -void -Span_req::do_print () const -{ -#ifndef NPRINT - DOUT << span_dir_; -#endif -} Tremolo_req::Tremolo_req () { type_i_ = 0; } -void -Tremolo_req::do_print () const -{ -#ifndef NPRINT - DOUT << "type " << type_i_ << '\n'; -#endif -} void Melodic_req::transpose (Musical_pitch delta) @@ -39,7 +25,7 @@ Melodic_req::transpose (Musical_pitch delta) if (abs (pitch_.accidental_i_) > 2) { - warning (_f ("transposition by %s makes accidental larger than two", + warning (_f ("Transposition by %s makes accidental larger than two", delta.str ())); } } @@ -59,11 +45,6 @@ Melodic_req::compare (Melodic_req const &m1 , Melodic_req const&m2) return Musical_pitch::compare (m1.pitch_, m2.pitch_); } -void -Melodic_req::do_print () const -{ - pitch_.print (); -} @@ -82,13 +63,6 @@ Rhythmic_req::do_equal_b (Request const* r) const return rh && !compare (*this, *rh); } -void -Rhythmic_req::do_print () const -{ -#ifndef NPRINT - DOUT << "duration { " <