]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item-scheme.cc
Run `make grand-replace'.
[lilypond.git] / lily / item-scheme.cc
index 426d9532a6ebeb3fcee8cc145d01aec3b68a71dc..b8fab025280f94b36e55f5c3a23a6f3d922b9605 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -21,8 +21,9 @@ LY_DEFINE (ly_item_p, "ly:item?",
 
 LY_DEFINE (ly_item_break_dir, "ly:item-break-dir",
           1, 0, 0, (SCM it),
-          "The break status dir of item @var{it}. @code{-1} is end of "
-          "line, @code{0} unbroken, and @code{1} begin of line.")
+          "The break status direction of item @var{it}.  @code{-1} means"
+          " end of line, @code{0}@tie{}unbroken, and"
+          " @code{1}@tie{}beginning of line.")
 {
   LY_ASSERT_TYPE (unsmob_item, it, 1);
   Item *me = unsmob_item (it);