]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
MusicXML: Setting global options before (and not after) using them might be a good...
[lilypond.git] / lily / key-engraver.cc
index 36199d704146b7b9b1609a5c971ee1929526a296..0b0a282064ec3b6bdb1dd03449f6507344b068ee 100644 (file)
@@ -66,7 +66,7 @@ Key_engraver::create_key (bool is_default)
 
       SCM last = get_property ("lastKeySignature");
       SCM key = get_property ("keySignature");
-      bool extranatural = to_boolean(get_property("extraNatural"));
+      bool extranatural = to_boolean (get_property ("extraNatural"));
 
       if ((to_boolean (get_property ("printKeyCancellation"))
           || key == SCM_EOL)