]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.11
authorfred <fred>
Thu, 21 Nov 1996 23:28:48 +0000 (23:28 +0000)
committerfred <fred>
Thu, 21 Nov 1996 23:28:48 +0000 (23:28 +0000)
hdr/voice.hh

index 4e304bb0d90f72dd7e68c03dd9f17502d8491415..db2e0872cf1c87d7a4af84385e98ce54fa41643b 100644 (file)
@@ -33,7 +33,7 @@ struct Voicegroup {
 struct Voice_element {
     Real duration;
     const Voicegroup *group;
-    const Voice *voice;
+    const Voice *voice_;
     IPointerList<Request*> reqs;
 
    PointerList<const Item *> granted_items;