]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-spacing.cc
more gitignore stuff.
[lilypond.git] / lily / note-spacing.cc
index 619cda9b4eabcc50800a113a9841cbcb6534ce04..f601a1054b4e24a76bfdd39caea676f129d730f6 100644 (file)
@@ -455,7 +455,15 @@ Note_spacing::stem_dir_correction (Grob *me, Item *rcolumn,
   */
 }
 
-ADD_INTERFACE (Note_spacing, "note-spacing-interface",
+ADD_INTERFACE (Note_spacing,
               "This object calculates spacing wishes for individual voices.",
-              "left-items right-items stem-spacing-correction same-direction-correction knee-spacing-correction");
+
+              
+              "knee-spacing-correction "
+              "left-items "
+              "right-items "
+              "same-direction-correction "
+              "stem-spacing-correction "
+
+              );