]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/item.cc: Add documentation of center-invisible
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 25 Aug 2005 07:00:05 +0000 (07:00 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Thu, 25 Aug 2005 07:00:05 +0000 (07:00 +0000)
ChangeLog
lily/item.cc

index 621082c263255bf25e183951eba4a4726f7be4be..1156cc144c735958bef654534c56c252dbae3c71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-25  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/item.cc: Add documentation of center-invisible
+
 2005-08-24  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/advanced-notation.itely: add info about
index a4e7ce9f402cf7de5544065d8741bf422da2c153..b12a801571d3d13680e8736f41eb3d595441a5ef 100644 (file)
@@ -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")