]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/rest.cc
release: 1.5.47
[lilypond.git] / lily / rest.cc
index 3e2f9539a17b33a87d003ad29282ea36e0645fdf..aee966e1b1e8911aea54a691fa6bf4c6cd82316f 100644 (file)
@@ -120,3 +120,9 @@ Rest::has_interface (Grob*m)
 {
   return m && m->has_interface (ly_symbol2scm ("rest-interface"));
 }
+
+
+ADD_INTERFACE (Rest,"rest-interface",
+  "a rest",
+  "style");
+