From: janneke Date: Sun, 9 Apr 2006 20:03:44 +0000 (+0000) Subject: * scm/define-context-properties.scm (all-user-translation-properties): X-Git-Tag: release/2.8.2~9^2~111 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=10afa562621bf8ce7a3c03310212fe7044c04a5b;p=lilypond.git * scm/define-context-properties.scm (all-user-translation-properties): * Documentation/user/global.itely (Page formatting): Compile fix. --- diff --git a/ChangeLog b/ChangeLog index bd8c5e53c1..7eee6ad969 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-09 Jan Nieuwenhuizen + + * scm/define-context-properties.scm (all-user-translation-properties): + * Documentation/user/global.itely (Page formatting): Compile fix. + 2006-04-09 Mats Bengtsson * Documentation/user/advanced-notation.itely (Polymetric diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 7d6b7c2c06..052c075a18 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -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 diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 99206f7869..08f0110d2c 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -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 .")