From: Mats Bengtsson Date: Thu, 25 Aug 2005 07:00:05 +0000 (+0000) Subject: * lily/item.cc: Add documentation of center-invisible X-Git-Tag: release/2.7.8~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9632cac784675b72ebf52f5ef62928b46e882116;p=lilypond.git * lily/item.cc: Add documentation of center-invisible --- diff --git a/ChangeLog b/ChangeLog index 621082c263..1156cc144c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-25 Mats Bengtsson + + * lily/item.cc: Add documentation of center-invisible + 2005-08-24 Graham Percival * Documentation/user/advanced-notation.itely: add info about diff --git a/lily/item.cc b/lily/item.cc index a4e7ce9f40..b12a801571 100644 --- a/lily/item.cc +++ b/lily/item.cc @@ -208,5 +208,6 @@ ADD_INTERFACE (Item, " all-visible yes yes yes\n" " begin-of-line-invisible yes yes no\n" " end-of-line-invisible no yes yes\n" + " center-invisible yes no yes\n" "@end example\n", "no-spacing-rods break-visibility breakable")