]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.60
authorfred <fred>
Mon, 5 May 1997 22:34:42 +0000 (22:34 +0000)
committerfred <fred>
Mon, 5 May 1997 22:34:42 +0000 (22:34 +0000)
lily/include/directional-spanner.hh

index 049f28b17bf43e2851034b1d1aea10b244bfe335..eb96e87240a7736589362c683ddce32cdab7d35a 100644 (file)
@@ -18,6 +18,7 @@ struct Directional_spanner : Spanner{
     /// offset of "center" relative to left-column/0-pos of staff
     virtual Offset center() const=0;
     virtual void set_default_dir();
+    virtual void do_pre_processing();
     Directional_spanner();
     
 };