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

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

Re: Windows install up for download (1.3.113)


From: Jan Nieuwenhuizen
Subject: Re: Windows install up for download (1.3.113)
Date: 30 Nov 2000 23:32:16 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

"James Hammons" <address@hidden> writes:

> I tried changing the 1 after word-space to other numbers, but to no avail...
> 
> \paper
> {
> \translator
> 
> \ChordNamesContext
> ChordNames \override #'word-space = #1

Arg, try

   ChordName \override #'word-space = #1

(the context is named `ChordNames', like `Lyrics', the Graphical
object is called ChordName)

> BTW, lily is still making .ps files that cause ghostscript to choke.
> Removing all blank lines from lily.ps fixed the problem, though.

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)



-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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