]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Sun, 24 Mar 2002 19:28:52 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:52 +0000 (19:28 +0000)
hdr/localkeyitem.hh

index b4cf832c3e268df697091e4e863438c9add08abc..0da7e06858f368724f683872d82c1c17165b36a6 100644 (file)
@@ -15,15 +15,17 @@ struct Local_acc {
 };
 
 struct Local_key_item : Item {
+    const char * name() const;
     Array<Local_acc> accs;
-    Array<Notehead*> group;
+    Array<Item*> group;
     int c0_position;           // move into walker
 
     /****************/
     
     Local_key_item(int c0position);
-    void add(int oct, int pitch, int acc, Notehead*);
-
+    void add(Item*);
+    void add(int oct, int pitch, int acc);
+    void add(Melodic_req*);
     void do_pre_processing();    
     Molecule* brew_molecule_p()const;
 };