From 2b4236d6db57d547e12be11ea3808e2b6003b599 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 10 Oct 2004 21:15:54 +0000 Subject: [PATCH] (LY_DEFINE): if line too long in ragged mode, return #f. --- Documentation/user/lilypond.tely | 2 +- input/regression/allfontstyle.lyinc | 2 +- lily/simple-spacer.cc | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 25d83222a1..26c5a43c55 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -189,7 +189,7 @@ this and other documentation. @include introduction.itely @include tutorial.itely @include examples.itely -@include invoking.itelyi +@include invoking.itely @include notation.itely @include sound-output.itexi @include changing-defaults.itely diff --git a/input/regression/allfontstyle.lyinc b/input/regression/allfontstyle.lyinc index 97520e9236..14bab67d43 100644 --- a/input/regression/allfontstyle.lyinc +++ b/input/regression/allfontstyle.lyinc @@ -1,4 +1,4 @@ -\version "2.3.8" +\version "2.3.22" \header{ texidoc=" diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index 7ad8eb3795..3026e48895 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -253,7 +253,8 @@ LY_DEFINE(ly_solve_spring_rod_problem, "ly:solve-spring-rod-problem", "are connected by @var{count-1} springs, and an arbitrary number of rods " "Springs have the format (ideal, hooke) and rods (idx1, idx2, distance) " "@var{length} is a number, @var{ragged} a boolean " - "Return: a list containing the force (#f for non-satisfied constraints) " + "Return: a list containing the force (positive for stretching, " + "negative for compressing and #f for non-satisfied constraints) " "followed by the @var{spring-count}+1 positions of the objects. " ) { -- 2.39.5