From e62d9c942243245013e86cca28d004e153c90e05 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 21 Nov 1996 23:07:49 +0000 Subject: [PATCH] lilypond-0.0.11 --- hdr/proto.hh | 2 +- hdr/simplestaff.hh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hdr/proto.hh b/hdr/proto.hh index f80b7f8d0a..33d6f8e27a 100644 --- a/hdr/proto.hh +++ b/hdr/proto.hh @@ -96,6 +96,6 @@ struct Keyitem; struct Local_key_item; struct Clef; struct Clef_item; - +struct Slur; #endif // PROTO_HH diff --git a/hdr/simplestaff.hh b/hdr/simplestaff.hh index e4c600ba1b..07fc985047 100644 --- a/hdr/simplestaff.hh +++ b/hdr/simplestaff.hh @@ -22,15 +22,15 @@ struct Simple_staff; struct Simple_column : Staff_column { svec notes; + svec slurs; Stem_req *stem_; Beam_req *beam_; Simple_staff* staff_; /****************/ - + Slur_req * find_slur(Voice *); void typeset_item(Item *, int=1); - void typeset_item_directional(Item *, int dir, int=1); Molecule *create_command_mol(Command *com); -- 2.39.5