]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/define-context-properties.scm (all-user-translation-properties):
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 9 Apr 2006 20:03:44 +0000 (20:03 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 9 Apr 2006 20:03:44 +0000 (20:03 +0000)
* Documentation/user/global.itely (Page formatting): Compile fix.

ChangeLog
Documentation/user/global.itely
scm/define-context-properties.scm

index bd8c5e53c12df168294eace707be3d1a9dcbaea0..7eee6ad969b759ed820a7a8ec62665f75cea2609 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-context-properties.scm (all-user-translation-properties): 
+       * Documentation/user/global.itely (Page formatting): Compile fix.
+
 2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * Documentation/user/advanced-notation.itely (Polymetric
index 7d6b7c2c068067cb2b88a0fd5d880c0b7237256f..052c075a18e7f573678db3f1fb7d25e7a2db6dbd 100644 (file)
@@ -641,9 +641,9 @@ To graphically display the dimensions of properties that may
 be altered for page formatting, use
 
 @example
-\paper {
+\paper @{
   annotate-spacing = ##t
-}
+@}
 @end example
 
 @noindent
index 99206f78691c378597c130a9f86065ba6b8cd6c6..08f0110d2c12ab60406b5c874fed2ce82b89c25f 100644 (file)
@@ -417,7 +417,7 @@ property, you can make brackets last shorter.  Example
 @{
 \\times 2/3 @{
 \\set tupletSpannerDuration = #(ly:make-moment 1 4)
-\times 2/3 { c8 c c c c c }
+\\times 2/3 @{ c8 c c c c c @}
 @}
 @end example
 .")