From: fred Date: Sun, 24 Mar 2002 19:59:09 +0000 (+0000) Subject: lilypond-0.1.22 X-Git-Tag: release/1.5.59~3803 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=938178ce3a06ee367a6a335de33b4195767f64ce;p=lilypond.git lilypond-0.1.22 --- diff --git a/lily/clef-grav.cc b/lily/clef-grav.cc index fc70af6a0e..a8837f2cc1 100644 --- a/lily/clef-grav.cc +++ b/lily/clef-grav.cc @@ -28,19 +28,19 @@ Clef_engraver::set_type (String s) clef_type_str_ = s; if (clef_type_str_ == "violin") { - c0_position_i_= -2; + c0_position_i_= -6; } else if (clef_type_str_ == "alto") { - c0_position_i_= 4; + c0_position_i_= 0; } else if (clef_type_str_ == "tenor") { - c0_position_i_= 6; + c0_position_i_= 2; } else if (clef_type_str_ == "bass") { - c0_position_i_= 10; + c0_position_i_= 6; } else return false;