X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-spacing.cc;h=f601a1054b4e24a76bfdd39caea676f129d730f6;hb=c750e9b0ef41267a9b6be0300c880047f48b9353;hp=619cda9b4eabcc50800a113a9841cbcb6534ce04;hpb=9fd90743640cd1b51e50c8f27f4fb56680b491c3;p=lilypond.git diff --git a/lily/note-spacing.cc b/lily/note-spacing.cc index 619cda9b4e..f601a1054b 100644 --- a/lily/note-spacing.cc +++ b/lily/note-spacing.cc @@ -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 " + + );