]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 24 Mar 2002 19:59:09 +0000 (19:59 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:59:09 +0000 (19:59 +0000)
lily/clef-grav.cc

index fc70af6a0edc79d0f3bcc1c99590a02c67fcdae2..a8837f2cc19357f0dff9c565d71a803c0b5ee3d3 100644 (file)
@@ -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;