From: Han-Wen Nienhuys Date: Mon, 8 Jan 2007 10:32:07 +0000 (+0100) Subject: typo. X-Git-Tag: release/2.10.10-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9771018e87c3e590ac80506f15ccb5e7bda13fc;p=lilypond.git typo. --- diff --git a/lily/audio-item.cc b/lily/audio-item.cc index ecff754c1b..3657cbf62c 100644 --- a/lily/audio-item.cc +++ b/lily/audio-item.cc @@ -130,7 +130,7 @@ Audio_span_dynamic::render () Audio_tempo::Audio_tempo (int per_minute_4) { - per_minute_4_ = per_minute_4_i; + per_minute_4_ = per_minute_4; } Audio_time_signature::Audio_time_signature (int beats, int one_beat)