]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/local-key-item.hh
release: 0.0.49
[lilypond.git] / lily / include / local-key-item.hh
index 96bad9999e79352ff42dbdffb6ae30cc9e779514..dd4ae4b7367ac87127774be197fc29399ba075c8 100644 (file)
@@ -14,8 +14,11 @@ struct Local_acc {
     static int compare(Local_acc&, Local_acc&);
 };
 
+/**
+  Accidentals which can be different for each octave.
+ */
 struct Local_key_item : Item {
-NAME_MEMBERS(Local_key_item);
+    NAME_MEMBERS(Local_key_item);
     Array<Local_acc> accs;
     Array<Item*> support_items_;
     int c0_position;