From 25699b3e7342251b9a6ebaaf06a025ea0b4eee56 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 3 May 2008 15:27:58 -0700 Subject: [PATCH] Fix from Han-Wen testimony on bug-lilypond. --- scm/define-grob-properties.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 3fb91c199e..a533278fb5 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -460,8 +460,8 @@ shortest playing here.") (shortest-starter-duration ,ly:moment? "The duration of the shortest note that starts here.") (side-axis ,number? "If the value is @code{#X} (or -equivalently@tie{}@code{1}), the object is placed horizontally next -to the other object. If the value is @code{#Y} or@tie{}@code{0}, it +equivalently@tie{}@code{0}), the object is placed horizontally next +to the other object. If the value is @code{#Y} or@tie{}@code{1}, it is placed vertically.") (side-relative-direction ,ly:dir? "Multiply direction of @code{direction-source} with this to get the direction of this -- 2.39.5