]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.47
authorfred <fred>
Tue, 26 Mar 2002 23:10:50 +0000 (23:10 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:10:50 +0000 (23:10 +0000)
lily/command-request.cc
lily/include/command-request.hh
lily/span-bar.cc

index af9e706632bb07c177e7742fd152cf554e6f74b8..3f941f3fe17872d438ce1d09f7c398ca7b7e9632 100644 (file)
@@ -31,8 +31,6 @@ Bar_req::Bar_req (String s)
   type_str_ = s;
 }
 
-
-
 bool
 Barcheck_req::do_equal_b (Request const *r) const
 {
index 5f138b28b0123e725cae52805fb67d597f66160d..f8755a92dbc16cd7a9e9393fc383e0c01b94c5f1 100644 (file)
@@ -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);
 };
index 13e2491f9700bc57b6246811689638b187ad38f7..84a98332365bf4cf6f0a59f23a5c5f79e7c8bd64 100644 (file)
@@ -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