From c9ee9d5d80a474803bb95da50f4b4a9390aee786 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:05 +0000 Subject: [PATCH] lilypond-0.0.23 --- hdr/inputscore.hh | 4 ++++ 1 file changed, 4 insertions(+) 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_; -- 2.39.5