X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=hdr%2Fkeyitem.hh;h=dca7d7213567e79a48f6605ec2bd23676ae8a0e0;hb=2ea2d782c903b3de94702387415263c23af97394;hp=05a6cf79c2b26b8ed0f0e3198b7533e306dc5b0c;hpb=6587665e0339fc9e8dfcff6e6d6289c459cc7130;p=lilypond.git diff --git a/hdr/keyitem.hh b/hdr/keyitem.hh index 05a6cf79c2..dca7d72135 100644 --- a/hdr/keyitem.hh +++ b/hdr/keyitem.hh @@ -10,6 +10,8 @@ #include "item.hh" #include "varray.hh" +struct Clef; + /// struct Keyitem : Item { Array pitch; @@ -22,6 +24,7 @@ struct Keyitem : Item { Keyitem(int cposition); void add(int pitch, int acc); void read(Array k); + void read(const Clef& c); void preprocess();