Fix for those getting no cygwin output

2005-06-29 Thread Basil Crow
I figured out why I wasn't getting any output from lilypond --version or lilypond --help in a cygwin console. I needed to set the CYGWIN=tty environment variable, and then it worked fine. --Basil ___ bug-lilypond mailing list bug-lilypond@gnu.org ht

SVG backend on Windows

2005-06-29 Thread Basil Crow
I can't get the SVG backend to work with 2.6 on Win32. I get the error message "In procedure memoization: Missing expression in (define-private (setcolor r g b))" as in this image: http://dropbox.basilcrow.com/2005/06/29/svg.jpg LilyPond file is: test.ly = \version "2.6.0" melody = \rela

Custom fonts broken in Windows version

2005-06-16 Thread Basil Crow
The following file compiles fine on LilyPond 2.5.31 Linux, but hangs in Windows on "Converting to `test.pdf'..." test.ly = \version "2.5.31" \paper { % change for other default global staff size. myStaffSize = #20 #(define fonts (make-pango-font-tree "Times New Roman" "Arial" "Cour

LilyPond regression on simple file

2005-06-09 Thread Basil Crow
Based on an example from the documentation \version "2.5.29" melody = \relative c' { \clef treble \key c \major \time 4/4 a b c d } text = \lyricmode { Aaa Bee Cee Dee } harmonies = \chordmode { a2 c2 } \score { << \context ChordNames { \harmonies } \context Voice =