From a948948c53d88ea72d10656804f157b6ed8d27f0 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:34:19 +0000 Subject: [PATCH] lilypond-0.0.38 --- src/voice.cc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/voice.cc b/src/voice.cc index ad07cf2040..6301f29945 100644 --- a/src/voice.cc +++ b/src/voice.cc @@ -10,8 +10,9 @@ #include "voice.hh" #include "musicalrequest.hh" #include "commandrequest.hh" -#include "midiitem.hh" -#include "midistream.hh" +#include "midi-item.hh" +#include "midi-stream.hh" +#include "voice-element.hh" void Voice::set_default_group(String s) @@ -29,7 +30,8 @@ Voice::find_plet_start_bo(char c, Moment& moment_r) } void -Voice::set_plet_backwards(Moment& now_moment_r, Moment until_moment, int num_i, int den_i) +Voice::set_plet_backwards(Moment& now_moment_r, Moment until_moment, + int num_i, int den_i) { for (iter_bot(elts, i); i.ok(); i--) if ( now_moment_r <= until_moment ) @@ -62,9 +64,10 @@ void Voice::print() const { #ifndef NPRINT - mtor << "start: "<< start<print(); + mtor << "}\n"; #endif } -- 2.39.5