]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element.hh
release: 1.5.29
[lilypond.git] / lily / include / audio-element.hh
index 6deaf157137214533930cc8fa08239d3b4b1d234..5eadcdbec3feadbd2605202567410ede80592e59 100644 (file)
@@ -3,17 +3,28 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef AUDIO_ELEMENT_HH
 #define AUDIO_ELEMENT_HH
 
+ #include <typeinfo>
 #include "virtual-methods.hh"
 
-struct Audio_element {
-    virtual ~Audio_element();
-    DECLARE_MY_RUNTIME_TYPEINFO;
+class Audio_element
+{
+public:
+  Audio_element ();
+  virtual ~Audio_element ();
+
+
+
+  // should we use a scm list?
+  bool grace_b_;
+  
+protected:
 };
+
 #endif // AUDIO_ELEMENT_HH