From: fred Date: Tue, 26 Mar 2002 22:27:33 +0000 (+0000) Subject: lilypond-1.2.14 X-Git-Tag: release/1.5.59~2115 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0073671f32cb9bcb0eda5d1dd087b23012b3c4ad;p=lilypond.git lilypond-1.2.14 --- diff --git a/lily/repeated-music.cc b/lily/repeated-music.cc index 67d640a5ff..f7cfefac53 100644 --- a/lily/repeated-music.cc +++ b/lily/repeated-music.cc @@ -62,7 +62,7 @@ Repeated_music::to_relative_octave (Musical_pitch p) p = repeat_body_p_->to_relative_octave (p); if (alternatives_p_) - p = alternatives_p_->do_relative_octave (p, true); + p = alternatives_p_->do_relative_octave (p, false); return p; }