]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-def.cc
release: 1.2.13
[lilypond.git] / lily / key-def.cc
index 7c492b23f3c298aec087dc4b4c3c9bdba818849a..a28f125e34356d96aebdd8c85cd228c4bbc63627 100644 (file)
@@ -1,5 +1,5 @@
 /*   
-  key-def.cc --  implement 
+  key-def.cc --  implement Key_def
   
   source file of the GNU LilyPond music typesetter
   
@@ -28,7 +28,7 @@ Key_def::ordinary_accidentals_i () const
   int p;
   if (pitch_arr_.size () < 1) 
     {
-      warning (_ ("No key name: assuming `C'"));
+      warning (_ ("No key name, assuming `C'"));
       p = 0;
     }
   else
@@ -89,7 +89,7 @@ Key_def::transpose (Musical_pitch d)
         pitch_arr_[0].transpose (d);
       else
         {
-          warning (_ ("don't know how handle empty keys")); // TODO 
+          warning (_ ("Don't know how handle empty keys")); // TODO 
         }
     }
   else