]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
Release: bump Welcome versions.
[lilypond.git] / lily / key-engraver.cc
index f54421cf255081c91b8baaa7cc6d9d503758c70a..a61d7701d768dbb4c28246ac72743c3d7265303a 100644 (file)
@@ -148,7 +148,8 @@ void
 Key_engraver::process_music ()
 {
   if (key_event_
-      || get_property ("lastKeyAlterations") != get_property ("keyAlterations"))
+      || !scm_is_eq (get_property ("lastKeyAlterations"),
+                     get_property ("keyAlterations")))
     create_key (false);
 }