]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scale.cc
Issue 4865/2: Rewrite of new translator initializations
[lilypond.git] / lily / scale.cc
index 220110b8b2e3a69a2186fb0f04238b69e6ca2acb..d6f566b9ed57517d28ae1ef2859d25438deff275 100644 (file)
@@ -22,7 +22,6 @@
 #include "scale.hh"
 #include "protected-scm.hh"
 
-using std::vector;
 
 /*
   todo: put string <-> pitch here too.
@@ -91,6 +90,8 @@ LY_DEFINE (ly_set_default_scale, "ly:set-default-scale",
   return SCM_UNSPECIFIED;
 }
 
+const char * const Scale::type_p_name_ = 0;
+
 int
 Scale::step_count () const
 {