]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / item.cc
index c9d3790280a65dfad63e2972c1c4516c69d9a55f..e47143e6828ce66b0a94a09847c5a91919efbd4e 100644 (file)
@@ -267,10 +267,10 @@ ADD_INTERFACE (Item,
               "\n"
               "Whether these versions are visible and take up space is"
               " determined by the outcome of the @code{break-visibility}"
-              " grob property, which is a function taking a direction (-1, 0"
-              " or@tie{}1) as an argument.  It returns a cons of booleans,"
-              " signifying whether this grob should be transparent and have"
-              " no extent.\n"
+              " grob property, which is a function taking a direction"
+              " (@code{-1}, @code{0} or@tie{}@code{1}) as an argument.  It"
+              " returns a cons of booleans, signifying whether this grob"
+              " should be transparent and have no extent.\n"
               "\n"
               "The following variables for @code{break-visibility} are"
               " predefined:\n"
@@ -288,7 +288,7 @@ ADD_INTERFACE (Item,
 
               /* properties */
               "break-visibility "
+              "extra-spacing-height "
               "extra-spacing-width "
-              "infinite-spacing-height "
               "non-musical "
               );