]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:32:07 +0000 (11:32 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 8 Jan 2007 10:32:07 +0000 (11:32 +0100)
lily/audio-item.cc

index ecff754c1be67bd076f64b6ebdb1f3958b694cc5..3657cbf62ca9a439f48342c938b297ec4ec817cb 100644 (file)
@@ -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)