]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/vertical-align-engraver.cc: Make sure that the
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 9 Jun 2006 09:40:53 +0000 (09:40 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 9 Jun 2006 09:40:53 +0000 (09:40 +0000)
align{Above,Below}Context properties are included in the automatic
documentation.

ChangeLog
lily/vertical-align-engraver.cc

index fd266fe1fe9780e71c82ae066079a4119a64de8b..c8e52020c9ea22c67dc7664988e60a389bd395af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/vertical-align-engraver.cc: Make sure that the
+       align{Above,Below}Context properties are included in the automatic
+       documentation.
+
 2006-06-08  Joe Neeman  <joeneeman@gmail.com>
 
        * scm/paper-system.scm (paper-system-annotate): also annotate the
index 8b8d04ea0cb8cc6cbab90c8b81f11828bcfe9ac6..9523d3c6a8e1c72007e47d71f87dfaa685eefb89 100644 (file)
@@ -41,7 +41,7 @@ ADD_TRANSLATOR (Vertical_align_engraver,
                "them vertically.",
                /* create */ "VerticalAlignment",
                /* accept */ "",
-               /* read */ "",
+               /* read */ "alignAboveContext alignBelowContext",
                /* write */ "");
 
 Vertical_align_engraver::Vertical_align_engraver ()