On 4 January 2011 14:47, Tim McNamara <tim...@bitstream.net> wrote: > Sure, since all of my .ly files fail to compile with 2.12.3 that's easy. > Here's a whole file that fails for me. There's no melody notated as of yet, > which simplifies things.
I can't see why you'd be having problems with 2.12.3, but the error message you originally posted concerns the `pop-chords.ly' file. Assuming the file you're using is the same as the example posted here, http://www.mail-archive.com/lilypond-user@gnu.org/msg55418.html, the crash occurs in 2.13 due to the change in calling convention for chordRootNamer: it takes two arguments rather than one. If you change the following line, #(define (chord-name->pop-markup pitch) to this, #(define (chord-name->pop-markup pitch lowercase?) your files should compile cleanly. Since you're getting crashes without an explicit \include for pop-chords.ly, it would seem this file is being included in another file (or you've set it up to load automatically). Cheers, Neil _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user