"James Hammons" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to