From: fred Date: Tue, 28 Jan 1997 17:22:23 +0000 (+0000) Subject: lilypond-0.0.26 X-Git-Tag: release/1.5.59~6383 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15dba2d477252baef5692dddb0f4016106eec3b0;p=lilypond.git lilypond-0.0.26 --- diff --git a/hdr/voice.hh b/hdr/voice.hh index f63f905a0d..867827f029 100644 --- a/hdr/voice.hh +++ b/hdr/voice.hh @@ -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 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