From c051d54c5bb34aa009b2e9336c34eed30ef495d3 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:28:10 +0000 Subject: [PATCH] lilypond-0.0.23 --- hdr/inputstaff.hh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hdr/inputstaff.hh b/hdr/inputstaff.hh index 6fac204643..01062de99c 100644 --- a/hdr/inputstaff.hh +++ b/hdr/inputstaff.hh @@ -1,7 +1,7 @@ /* inputstaff.hh -- part of LilyPond - (c) 1996 Han-Wen Nienhuys + (c) 1996,97 Han-Wen Nienhuys */ #ifndef INPUTSTAFF_HH @@ -13,6 +13,9 @@ #include "proto.hh" struct Input_staff { + + /// defined where? + String define_spot_str_; String type; IPointerList commands_; IPointerList music_; @@ -20,10 +23,10 @@ struct Input_staff { /****************/ void add(Input_music*m); - Input_staff(Input_staff&); + Input_staff(Input_staff const&); Input_staff(String); void add(Array &s); - Staff* parse(PointerList, Score*); + Staff* parse(Score*); void print() const; }; -- 2.39.5