]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-engraver.cc
(parse_symbol_list): Bugfix.
[lilypond.git] / lily / key-engraver.cc
index 80727b141e553d1414ab46a58cd574a8a42904fb..a5a6a7c2898cb4c96c7d17755e9c2383b1095af3 100644 (file)
@@ -88,10 +88,10 @@ Key_engraver::create_key (bool is_default)
                {
                  *tail = scm_acons (scm_caar (s),
                                     scm_from_int (0), *tail);
-                 tail = SCM_CDRLOC(*tail);
+                 tail = SCM_CDRLOC (*tail);
                }
            }
-         
+
          cancellation_->set_property ("alteration-alist", restore);
          cancellation_->set_property ("c0-position",
                                       get_property ("middleCPosition"));
@@ -198,9 +198,8 @@ Key_engraver::initialize ()
   context ()->set_property ("tonic", p.smobbed_copy ());
 }
 
-
-ADD_ACKNOWLEDGER (Key_engraver,clef);
-ADD_ACKNOWLEDGER (Key_engraver,bar_line);
+ADD_ACKNOWLEDGER (Key_engraver, clef);
+ADD_ACKNOWLEDGER (Key_engraver, bar_line);
 
 ADD_TRANSLATOR (Key_engraver,
                /* doc */ "",