]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
[scm]: Use two spaces after full stop in doc strings.
[lilypond.git] / scm / output-ps.scm
index 3003ea81e6ef8c90604c06a63d062b9ba599531b..f20c42f1e1012cea4bd2d7b6142f93d5b3aecbf8 100644 (file)
@@ -45,7 +45,7 @@
 (define (str4 num)
   (if (or (nan? num) (inf? num))
       (begin
-       (ly:warning (_ "Found infinity or nan in output. Substituting 0.0"))
+       (ly:warning (_ "Found infinity or nan in output.  Substituting 0.0"))
        (if (ly:get-option 'strict-infinity-checking)
            (exit 1))
        "0.0")