]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/voice-element.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / voice-element.hh
index aa72fb8122db55fd57cec9e8cffa004f7487fd36..29a41d4658c592f48ba020407dd3d659acc767ea 100644 (file)
 #include "proto.hh"
 #include "plist.hh"
 #include "moment.hh"
+#include "input.hh"
 
 /** one horizontal bit.  Voice_element is nothing but a container for
     *the requests, */
-struct Voice_element {
+class Voice_element : public Input{
+public:
     /** the duration of the element.  This can be 0; The duration is
       determined from rhythmical requests contained in this
       Voice_element */
     Moment duration_;
-    char const* defined_ch_C_;
-    Voice const *voice_l_;
+    Voice const *voice_C_;
     IPointerList<Request*> reqs;
 
     /* *************** */