]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-referencer.cc
ADD_INTERFACE: Formatting and fixing typos.
[lilypond.git] / lily / staff-symbol-referencer.cc
index 53637c86e5f1bd8fadc39ece6ee3dec4fdbc0f87..2077a50082bc3e5f10c0c43995b5158bbe64914f 100644 (file)
@@ -183,12 +183,12 @@ position_less (Grob *const &a, Grob *const &b)
 }
 
 ADD_INTERFACE (Staff_symbol_referencer,
-              "An object whose Y position is meant relative to a staff "
-              "symbol. "
-              "These usually have @code{Staff_symbol_referencer::callback} "
-              "in their @code{Y-offset-callbacks}. ",
+              "An object whose Y@tie{}position is meant relative to a staff "
+              "symbol.  These usually "
+              "have @code{Staff_symbol_referencer::callback} in their "
+              "@code{Y-offset-callbacks}.",
 
               /* properties */
-              "staff-position");
-
-
+              "staff-position "
+              );
+              
\ No newline at end of file