]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.23
authorfred <fred>
Sun, 24 Mar 2002 19:28:05 +0000 (19:28 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:28:05 +0000 (19:28 +0000)
hdr/inputscore.hh

index 39e6a367fdce4f23f0db53067b17ca7b7e8cc74b..973d4814dab5720151249cc7f72ae9f1254121ed 100644 (file)
@@ -3,10 +3,14 @@
 #include "varray.hh"
 #include "proto.hh"
 #include "plist.hh"
+#include "string.hh"
 
 
 /// the total music def of one movement
 struct Input_score {
+    /// defined where?    
+    String define_spot_str_;
+    
     /// paper_, staffs_ and commands_ form the problem definition.
     Paperdef *paper_;
     IPointerList<Input_staff*> staffs_;