From: Jan Nieuwenhuizen Date: Fri, 13 Oct 2000 09:11:53 +0000 (+0200) Subject: patch::: 1.3.95.jcn5 X-Git-Tag: release/1.3.96~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=348b9cc3c1644a9573e5205fb6c2e58661852527;p=lilypond.git patch::: 1.3.95.jcn5 1.3.95.jcn5 =========== * Added friendly message for the clueless dvips user. --- diff --git a/CHANGES b/CHANGES index acde60e03b..6d4d53fadd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.3.95.jcn5 +=========== + +* Added friendly message for the clueless dvips user. + 1.3.95.jcn4 =========== diff --git a/VERSION b/VERSION index d7e0467929..915b266224 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=95 -MY_PATCH_LEVEL=tca1 +MY_PATCH_LEVEL=jcn5 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/scm/lily.scm b/scm/lily.scm index ce685a87d8..a18f3fec56 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -347,7 +347,11 @@ (define (define-origin file line col) ; use this for column positions (string-append "\\special{src:" (number->string line) ":" - (number->string col) " " file "}") + (number->string col) " " file "}" + ;; arg, the clueless take over the mailing list... + "\\special{-****-These-warnings-are-harmless-***}" + "\\special{-****-PLEASE-read-http://appel.lilypond.org/wiki/index.php3?PostProcessing-****}" + ) ; line numbers only: ;(string-append "\\special{src:" (number->string line) " " file "}")