]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
Run grand replace for 2015.
[lilypond.git] / lily / key-engraver.cc
index 5b48b1d78afbdda9303407c2ee136b2ae11d7a2c..9f77135ede686dd70be1161fa7a0a00d51bf805f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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 ());
 }