X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar.hh;h=ae60e9d8e66ac70e0eebb7a35d9c339ef196734b;hb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;hp=5132040ae71903c5c3235dace93866bc31cce12e;hpb=d9b43b93f2c885409bafdb157138158f65cc49aa;p=lilypond.git diff --git a/lily/include/bar.hh b/lily/include/bar.hh index 5132040ae7..ae60e9d8e6 100644 --- a/lily/include/bar.hh +++ b/lily/include/bar.hh @@ -1,7 +1,7 @@ /* bar.hh -- part of GNU LilyPond - (c) 1996--2002 Han-Wen Nienhuys + (c) 1996--2003 Han-Wen Nienhuys */ #ifndef BAR_HH @@ -17,7 +17,7 @@ class Bar { public: static bool has_interface (Grob*); - static void set_interface (Grob*); + static Molecule compound_barline (Grob*, String, Real height) ; static Molecule simple_barline (Grob*, Real wid, Real height) ; DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM ));