From ddca9dc5c3d3a6cee3ecb3fc6f12d7cf96c62ae5 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sun, 9 Apr 2006 20:03:44 +0000 Subject: [PATCH] * scm/define-context-properties.scm (all-user-translation-properties): * Documentation/user/global.itely (Page formatting): Compile fix. --- ChangeLog | 5 +++++ Documentation/user/global.itely | 4 ++-- scm/define-context-properties.scm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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 .") -- 2.39.2