From 9273271f64559600637de6aab55279b8d311655b Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:27:24 +0000 Subject: [PATCH] lilypond-0.0.21 --- hdr/slur.hh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hdr/slur.hh b/hdr/slur.hh index df144a88ee..cf8c2261ab 100644 --- a/hdr/slur.hh +++ b/hdr/slur.hh @@ -20,16 +20,17 @@ struct Slur : Directional_spanner { /****************/ Offset center() const; - void calculate(); - void print()const; - void preprocess(); + Slur(); + void print() const; + void do_post_processing(); + void do_pre_processing(); void add(Notehead*); void set_default_dir(); - Interval height() const; - Spanner* broken_at( PCol*, PCol*) const; + + Spanner* do_break_at( PCol*, PCol*) const; void process(); private: - void brew_molecule(); +Molecule*brew_molecule()const; }; #endif // SLUR_HH -- 2.39.5