From 6fcbb68dce4c6a15ea3b1a73d96b9859b3f447cd Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:10:50 +0000 Subject: [PATCH] lilypond-1.3.47 --- lily/command-request.cc | 2 -- lily/include/command-request.hh | 2 +- lily/span-bar.cc | 6 ++---- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/lily/command-request.cc b/lily/command-request.cc index af9e706632..3f941f3fe1 100644 --- a/lily/command-request.cc +++ b/lily/command-request.cc @@ -31,8 +31,6 @@ Bar_req::Bar_req (String s) type_str_ = s; } - - bool Barcheck_req::do_equal_b (Request const *r) const { diff --git a/lily/include/command-request.hh b/lily/include/command-request.hh index 5f138b28b0..f8755a92db 100644 --- a/lily/include/command-request.hh +++ b/lily/include/command-request.hh @@ -87,8 +87,8 @@ public: String type_str_; Bar_req (String); protected: + virtual bool do_equal_b (Request const*) const; virtual void do_print () const; - bool do_equal_b (Request const *) const; VIRTUAL_COPY_CONS(Music); }; diff --git a/lily/span-bar.cc b/lily/span-bar.cc index 13e2491f97..84a9833236 100644 --- a/lily/span-bar.cc +++ b/lily/span-bar.cc @@ -86,11 +86,9 @@ Span_bar::evaluate_empty () { type_str= ".|."; } - } - /* - uhh. should do something with type_str ?!! - */ + set_elt_property ("glyph", ly_str02scm (type_str.ch_C())); + } } Interval -- 2.39.5