From bb9fca875364f5ecd530d9ca40dc61a61529190b Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 15 Nov 1996 10:20:12 +0000 Subject: [PATCH] lilypond-0.0.10 --- hdr/keyitem.hh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 hdr/keyitem.hh diff --git a/hdr/keyitem.hh b/hdr/keyitem.hh new file mode 100644 index 0000000000..d5b159368b --- /dev/null +++ b/hdr/keyitem.hh @@ -0,0 +1,27 @@ +/* + keyitem.hh -- part of LilyPond + + (c) 1996 Han-Wen Nienhuys +*/ + +#ifndef KEYITEM_HH +#define KEYITEM_HH + +#include "item.hh" + +struct Keyitem : Item { + svec pitch; + svec acc; + int c_position; + + /****************/ + + Keyitem(int cposition); + void add(int pitch, int acc); + void read(svec k); + void preprocess(); + +private: + void brew_molecole(); +}; +#endif // KEYITEM_HH -- 2.39.5