]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
release: 1.3.114
[lilypond.git] / scm / lily.scm
index 5036a2af4c0b6440a6299badd8a0f0355ba4be71..7243adeae80daba5c32d5c2e8627bd8aa141eb50 100644 (file)
@@ -16,6 +16,9 @@
 
 (debug-enable 'backtrace)
 
+
+(define point-and-click #f)
+
 ;;; library funtions
 
 (use-modules (ice-9 regex))
 
   (define (define-origin file line col)
     ; use this for column positions
+    (if point-and-click
      (string-append "\\special{src:" (number->string line) ":"
         (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 "}")
 )
-    ; no origin  info: return empty string
-    ; ""
+
   ; no-origin not yet supported by Xdvi
   (define (no-origin) "")