]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/local-key-engraver.hh
release: 1.1.60
[lilypond.git] / lily / include / local-key-engraver.hh
index bba7b4cadd8e7a9abd1803c73f1cd5deec565602..260496bd0ca8a86c22c85308c18c7f99aaa08f15 100644 (file)
 #include "engraver.hh"
 #include "key.hh"
 #include "parray.hh"
-
+/**
+   Make accidentals.  Catches note heads, ties and notices key-change
+   events.  Due to interaction with ties (which don't come together
+   with note heads), this needs to be in a context higher than Tie_engraver.
+   (FIXME).
+ */
 struct Local_key_engraver : Engraver {
   Local_key_item *key_item_p_;
 protected:
@@ -32,7 +37,7 @@ public:
   Link_array<Item > tied_l_arr_;
   Local_key_engraver();
   bool self_grace_b_;
-  
+  Grace_align_item * grace_align_l_;
 };
 
 #endif // LOCALKEYGRAV_HH