]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.26
authorfred <fred>
Tue, 28 Jan 1997 17:22:23 +0000 (17:22 +0000)
committerfred <fred>
Tue, 28 Jan 1997 17:22:23 +0000 (17:22 +0000)
hdr/voice.hh

index f63f905a0d68ae2977f4698411d6945f2d179c03..867827f0295f27ae3d4ee43e10a723a3e8d11e53 100644 (file)
@@ -25,15 +25,10 @@ struct Voice {
 
     */
 
-struct Voicegroup {
-    /// don't know how to identify these.
-};
-
 /// one horizontal bit. 
 struct Voice_element {
     Moment duration;
-    const Voicegroup *group;
-    const Voice *voice_;
+    const Voice *voice_l_;
     IPointerList<Request*> reqs;
 
     /****************/
@@ -43,8 +38,6 @@ struct Voice_element {
     Voice_element(Voice_element const & src );
     void print ()const;
 };
-/** Apart from being a container for the requests, Voice_element is
-    glue between related items and spanners, between requests and
-    (voice)groups
+/** Apart from being a container for the requests, Voice_element is nothing
     */
 #endif