]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / lily / key-engraver.cc
index 5b48b1d78afbdda9303407c2ee136b2ae11d7a2c..07324d230b58d2b0dbd36cc5d233be7d4d63f93f 100644 (file)
@@ -209,7 +209,7 @@ Key_engraver::initialize ()
   context ()->set_property ("keyAlterations", SCM_EOL);
   context ()->set_property ("lastKeyAlterations", SCM_EOL);
 
-  Pitch p (0, 0, 0);
+  Pitch p;
   context ()->set_property ("tonic", p.smobbed_copy ());
 }