]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/keyitem.hh
release: 0.0.25
[lilypond.git] / hdr / keyitem.hh
index 05a6cf79c2b26b8ed0f0e3198b7533e306dc5b0c..dca7d7213567e79a48f6605ec2bd23676ae8a0e0 100644 (file)
@@ -10,6 +10,8 @@
 #include "item.hh"
 #include "varray.hh"
 
+struct Clef;
+
 /// 
 struct Keyitem : Item {
     Array<int> pitch;
@@ -22,6 +24,7 @@ struct Keyitem : Item {
     Keyitem(int cposition);
     void add(int pitch, int acc);
     void read(Array<int> k);
+    void read(const Clef& c);
 
     void preprocess();