From: fred Date: Sun, 24 Mar 2002 19:28:05 +0000 (+0000) Subject: lilypond-0.0.23 X-Git-Tag: release/1.5.59~5601 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c9ee9d5d80a474803bb95da50f4b4a9390aee786;p=lilypond.git lilypond-0.0.23 --- diff --git a/hdr/inputscore.hh b/hdr/inputscore.hh index 39e6a367fd..973d4814da 100644 --- a/hdr/inputscore.hh +++ b/hdr/inputscore.hh @@ -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 staffs_;