From bb49557c5ee5daf67804d000000b5394f95148f8 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Thu, 9 Mar 2006 01:26:48 +0000 Subject: [PATCH] Clarification rewording. --- ChangeLog | 5 +++++ Documentation/user/scheme-tutorial.itely | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 979ac56f14..89d3dd9a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-03-08 Graham Percival + + * Documentation/user/scheme-tutorial.itely: clarifies distances + measured in staff-spaces. + 2006-03-07 Han-Wen Nienhuys * lily/slur.cc (outside_slur_callback): only calculate offsets if diff --git a/Documentation/user/scheme-tutorial.itely b/Documentation/user/scheme-tutorial.itely index 490a975c48..bd4372ac0f 100644 --- a/Documentation/user/scheme-tutorial.itely +++ b/Documentation/user/scheme-tutorial.itely @@ -162,8 +162,8 @@ is entered as @code{(first . second)} and, like symbols, they must be quoted, @end example This assigns the pair (1, 2) to the @code{extra-offset} property of the -TextScript object. This moves the object 1 staff space to the right, -and 2 spaces up. +TextScript object. These numbers are measured in staff-spaces, so +this command moves the object 1 staff space to the right, and 2 spaces up. The two elements of a pair may be arbitrary values, for example -- 2.39.2