]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.36
authorfred <fred>
Sun, 24 Mar 2002 19:59:27 +0000 (19:59 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:59:27 +0000 (19:59 +0000)
lily/include/bar-grav.hh

index 4bb7c9d33a0ef369c8a8f54e01c4eee6611355c0..8bf8d1301a11c7074cdff8a957019678e7d3c453 100644 (file)
@@ -17,6 +17,8 @@
 class Bar_engraver : public Engraver {
   Bar_req * bar_req_l_;
   Bar * bar_p_;
+
+  void create_bar ();
 public:
   TRANSLATOR_CLONE(Bar_engraver);
   Bar_engraver();