]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.95.jcn5
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 13 Oct 2000 09:11:53 +0000 (11:11 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 13 Oct 2000 09:11:53 +0000 (11:11 +0200)
1.3.95.jcn5
===========

* Added friendly message for the clueless dvips user.

CHANGES
VERSION
scm/lily.scm

diff --git a/CHANGES b/CHANGES
index acde60e03b3967d81c9287300d7572eafe741901..6d4d53faddc9556fe48e32f7298bcf70878dacee 100644 (file)
--- 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 d7e04679295a19c2360f85f57890114d3cd9c46e..915b266224f4d93be6782581720482be7bcb0d1f 100644 (file)
--- 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.
index ce685a87d858736e48efab1a08232ba4500e1d29..a18f3fec56a4dd468e6def47fad0f6ce2daa1d98 100644 (file)
   (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 "}")