]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
Update.
[lilypond.git] / lily / key-engraver.cc
index 3f5d722c0ba0282222a4b3e6646bdc8456ffe60f..8a178f02b0d8849202b48db9659c667f79c7156b 100644 (file)
@@ -73,7 +73,6 @@ Key_engraver::create_key (bool def)
          cancellation_->set_property ("old-accidentals", last);
          cancellation_->set_property ("c0-position",
                                       get_property ("middleCPosition"));
-
        }
       item_->set_property ("new-accidentals", key);
     }
@@ -178,7 +177,6 @@ Key_engraver::initialize ()
 
   Pitch p (0, 0, 0);
   context ()->set_property ("tonic", p.smobbed_copy ());
-
 }
 
 ADD_TRANSLATOR (Key_engraver,