]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/multi-measure-rest.hh
Revert "Improved keySignature support in convert-ly"
[lilypond.git] / lily / include / multi-measure-rest.hh
index 2b29582869f869457f9f54325c50b551a4f03890..ecc82974ac8b04db21a7a1fa7a94c028b1c1d29f 100644 (file)
@@ -3,14 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2009 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef MULTI_MEASURE_REST_HH
 #define MULTI_MEASURE_REST_HH
 
 #include "grob-interface.hh"
-#include "lily-guile.hh"
 #include "rod.hh"
 
 class Multi_measure_rest
@@ -29,6 +28,7 @@ public:
   static Stencil big_rest (Grob *, Real);
   static Stencil symbol_stencil (Grob *, Real);
   static Stencil church_rest (Grob *, Font_metric *, int, Real);
+  static Interval bar_width (Spanner *me);
 };
 
 #endif /* MULTI_MEASURE_REST_HH */