From 5ea5688ee30e909b9c0a4644bb6574d5a354eb70 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:29:31 +0000 Subject: [PATCH] lilypond-0.0.30 --- hdr/textspanner.hh | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/hdr/textspanner.hh b/hdr/textspanner.hh index 8bfb9aab6b..40ae5ffa64 100644 --- a/hdr/textspanner.hh +++ b/hdr/textspanner.hh @@ -12,26 +12,25 @@ #include "textdef.hh" /// a spanner which puts texts on top of other spanners. +/** + Use for triplets, eentweetjes, ottava, etc. + */ struct Text_spanner : Spanner { Text_def spec; - Offset tpos; + Offset text_off_; Directional_spanner*support; - /****************/ + /* *************** */ const char * name() const; virtual void do_pre_processing(); virtual void do_post_processing(); - Molecule* brew_molecule_p()const; virtual Interval height() const ; - void do_print() const; + virtual Molecule* brew_molecule_p()const; + virtual void do_print() const; virtual Spanner* do_break_at(PCol*,PCol*)const; Text_spanner(); void set_support(Directional_spanner*); }; -/** - Use for triplets, eentweetjes, ottava, etc. - */ - #endif // TEXTSPANNER_HH -- 2.39.5