]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / score.hh
index cf86ad342a7a8ca4f28cf12398b98ccae8aa9dbf..32b57bf01f7f06c097ae09a22d133bb34ba001da 100644 (file)
@@ -16,6 +16,7 @@
 #include "moment.hh"
 #include "assoc.hh"
 #include "string.hh"
+#include "input.hh"
 
 /// the total music def of one movement
 struct Score {
@@ -28,7 +29,7 @@ struct Score {
     IPointerList<Score_column*> cols_;
     PScore *pscore_p_;
 
-    char const *defined_ch_C_;
+    Input input_;
     int errorlevel_i_;
     
     /* *************************************************************** */