gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lily 1.3.113 issues


From: James Hammons
Subject: Re: Lily 1.3.113 issues
Date: Thu, 30 Nov 2000 14:43:00 -0800

> Arg, try
>
>    ChordName \override #'word-space = #1

That did it.  Great!

> Yes, what happens if you remove the cygwin-check from lily.scm, and
> keep only the #t setting, like so:
>
>     ;; don't check!
>     ;; The regex module may not be available, or may be broken.
>     ;;(define use-regex
>     ;;  (let ((os (string-downcase (vector-ref (uname) 0))))
>     ;;    (not (equal? "cygwin" (substring os 0 (min 6 (string-length
os)))))))
>
>     ;; If you have trouble with regex, define #f
>     (define use-regex #t)

Hmm, this is strange.  This is what's in the lily.scm that came with
1.3.113:

(define use-regex
  (let ((os (string-downcase (vector-ref (uname) 0))))
    (not (equal? "cygwin" (substring os 0 (min 6 (string-length os)))))))

;; If you have trouble with regex, define #f
(define use-regex #t)
;;(define use-regex #f)

Since this was uncommented out, shouldn't lily have caught this?

-- Shamus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]