]> git.donarmstrong.com Git - lilypond.git/commitdiff
(LY_DEFINE): if line too long in ragged
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Oct 2004 21:15:54 +0000 (21:15 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 10 Oct 2004 21:15:54 +0000 (21:15 +0000)
mode, return #f.

Documentation/user/lilypond.tely
input/regression/allfontstyle.lyinc
lily/simple-spacer.cc

index 25d83222a1eba14af42c86c74231d0673bd2c770..26c5a43c55a4d12bd419c5e09b0b97165434f11f 100644 (file)
@@ -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
index 97520e92360b75ce273b4487ec3756f9a523b555..14bab67d43e78d68f7e6793bb1f9a758fdb2c800 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.8"
+\version "2.3.22"
 
 \header{
     texidoc="
index 7ad8eb3795a7d79b7dbee5b9126226a4bb643644..3026e488955c71ab4b1e5e2825516290dc923e62 100644 (file)
@@ -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. "
          )
 {