]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/programming-interface.itely (Markup
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 3 Aug 2005 08:57:35 +0000 (08:57 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Wed, 3 Aug 2005 08:57:35 +0000 (08:57 +0000)
construction in Scheme): Corrected markup syntax in the
translation table.

ChangeLog
Documentation/user/programming-interface.itely

index 412414c6fbb9136d5c0b8ec97c4106e0c34ae932..247741b27629ddf9b50f03a7c3f557dd6345e282 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/programming-interface.itely (Markup
+       construction in Scheme): Corrected markup syntax in the
+       translation table.
+
 2005-08-03  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/user/instrument-notation.itely: small update
index c2ad9f13efe06561d34566359b0e8204c6c7c35e..ace314a1e0404089c7c72da57bd7e3ef09a5582c 100644 (file)
@@ -470,7 +470,7 @@ is this table:
 @item @code{\command} @tab @code{#:command}
 @item @code{\variable} @tab @code{variable}
 @item @code{@{ ... @}} @tab @code{#:line ( ... )}
-@item @code{\center-align < ... >} @tab @code{#:center ( ... )}
+@item @code{\center-align @{ ... @}} @tab @code{#:center-align ( ... )}
 @item @code{string} @tab @code{"string"}
 @item @code{#scheme-arg} @tab @code{scheme-arg}
 @end multitable