From 938178ce3a06ee367a6a335de33b4195767f64ce Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:59:09 +0000 Subject: [PATCH] lilypond-0.1.22 --- lily/clef-grav.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.39.5