]> git.donarmstrong.com Git - lilypond.git/blobdiff - src/simplewalker.cc
release: 0.0.25
[lilypond.git] / src / simplewalker.cc
index 78ec2b00da2302fcb4a11127d0263b67101f57bd..8ac89bd2d0bc7e5e87f33f743a0abdd398e790a9 100644 (file)
@@ -17,7 +17,6 @@
 #include "debug.hh"
 #include "keyitem.hh"
 #include "clefitem.hh"
-#include "keyitem.hh"
 #include "slur.hh"
 #include "localkeyitem.hh"
 #include "textitem.hh"
@@ -98,6 +97,7 @@ Simple_walker::do_TYPESET_command(Command*com)
        return;
 
     if (com->args[0] == "KEY") {
+       ((Keyitem*) i)->read(clef_);
        if (oldkey_undo) {
            ((Keyitem*) i)->read(*oldkey_undo);
            delete oldkey_undo;