]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-spacing.cc
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / staff-spacing.cc
index 1d9182c16cc719c5a5794b844830ecece10f2ce7..f89113187ed1c435adc678efc7e518c5374873f9 100644 (file)
@@ -261,7 +261,7 @@ Staff_spacing::get_spacing_params (Grob *me, Real *space, Real *fixed)
   *fixed += correction_fixed;
 }
 
-ADD_INTERFACE (Staff_spacing, "staff-spacing-interface",
+ADD_INTERFACE (Staff_spacing,
               "This object calculates spacing details from a "
               " breakable symbol (left) to another object. For example, it takes care "
               " of  optical spacing from  a bar lines to a note.",