]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-spacing.cc
*** empty log message ***
[lilypond.git] / lily / staff-spacing.cc
index 4aed2ddb2b36cea3768c710fe1f6b8602ed1aaf8..b175987674282d68ac0b9ffb7826978c2de3a39f 100644 (file)
@@ -198,7 +198,7 @@ Staff_spacing::get_spacing_params (Grob *me, Real *space, Real *fixed)
 
   if (!scm_is_pair (space_def))
     {
-      programming_error ("Unknown prefatory spacing. ");
+      programming_error ("unknown prefatory spacing");
       return;
     }
 
@@ -238,4 +238,4 @@ ADD_INTERFACE (Staff_spacing, "staff-spacing-interface",
               "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.",
-              "same-direction-correction stem-spacing-correction left-items right-items");
+              "stem-spacing-correction left-items right-items");