]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.6
authorfred <fred>
Fri, 1 Nov 1996 13:34:18 +0000 (13:34 +0000)
committerfred <fred>
Fri, 1 Nov 1996 13:34:18 +0000 (13:34 +0000)
score.hh
voice.hh

index e58f87f0581ff3db8f6103692c6564332c19df45..176d7fa47a0f7e55f9217eb2666f8c9346e6bf10 100644 (file)
--- a/score.hh
+++ b/score.hh
@@ -2,7 +2,7 @@
 #define SCORE_HH
 #include "vray.hh"
 #include "proto.hh"
-#include "list.hh"
+#include "plist.hh"
 
 
 /// the total music def of one movement
index b580972b233366fd7a479dd3e4688892c0de8853..b409fa4cd34bccfeb058f9c61c03cbff0d64f316 100644 (file)
--- a/voice.hh
+++ b/voice.hh
@@ -2,7 +2,7 @@
 #define VOICE_HH
 
 
-#include "list.hh"
+#include "plist.hh"
 #include "request.hh"
 
 /// class for  horizontal stuff.
@@ -28,7 +28,7 @@ struct Voicegroup {
     /// don't know how to identify these.
 };
 
-/// 
+/// one horizontal bit. 
 struct Voice_element {
     Real duration;
     const Voicegroup *group;
@@ -37,6 +37,9 @@ struct Voice_element {
 
     List<const Item *> granted_items;
     List<const Spanner *> granted_spanners;
+
+    /****************/
+    
     void add(Request*);
     Voice_element();