]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef-item.cc
release: 0.1.59
[lilypond.git] / lily / clef-item.cc
index 0c5c56eb2241bf654451f09132ac829c88f97261..0d1a185923be893a1f6285b01b96f221f6f32f7c 100644 (file)
@@ -6,6 +6,7 @@
   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
+#include <ctype.h>
 #include "clef-item.hh"
 #include "string.hh"
 #include "molecule.hh"
@@ -55,7 +56,7 @@ Clef_item::read (String t)
   else if (t == "G" || t == "G2" || t == "treble")
     {
       symbol_ = "violin";
-      y_position_i_ == -2;
+      y_position_i_ = -2;
     }
   else if (t == "french" || t == "G1") 
     {