]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
Negative quote count for low quotes (,) in octave check. Fixes #201
[lilypond.git] / lily / rest.cc
index d7351d648aebf3ce7583876bb1bf8a6bac9ea2b3..e3543e4cb9545f2bef8eee0b2ce1b8b48fcf5afa 100644 (file)
@@ -16,6 +16,7 @@
 #include "paper-score.hh"
 #include "staff-symbol-referencer.hh"
 #include "stencil.hh"
+#include "grob.hh"
 
 // -> offset callback
 MAKE_SCHEME_CALLBACK (Rest, y_offset_callback, 1);
@@ -186,7 +187,7 @@ Rest::generic_extent_callback (Grob *me, Axis a)
   return ly_interval2scm (unsmob_stencil (m)->extent (a));
 }
 
-ADD_INTERFACE (Rest, "rest-interface",
+ADD_INTERFACE (Rest,
               "A rest symbol.",
 
               /* properties */