]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item.cc
Run `make grand-replace'.
[lilypond.git] / lily / item.cc
index c9d3790280a65dfad63e2972c1c4516c69d9a55f..fc8028e7e42d9f17ed87fa931551b77f0dca6525 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "item.hh"
@@ -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 "
               );