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

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

Re: ly2dvi fails


From: Jan Nieuwenhuizen
Subject: Re: ly2dvi fails
Date: 15 Jul 2001 02:16:24 +0200
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/20.7

Laura Conrad <address@hidden> writes:

> The attached file causes ly2dvi to fail, although lilypond and tex
> handle it fine.  It looks like it's because there's only a subtititle
> and not a title.

No, it's because you use embedded TeX constructs (line break in the
title) that fail:

    title = "\\\\Variation I."

This sort of error is almost impossible to catch/fix.  You should use:

    \header {
            crossRefNumber = "3"
            footnotes = "\\\\sic.  In other words, this one measure is in 4/4 
instead of 3/4, but not notated that way.  "
            tagline = "Lily was here 1.5.1.lec1 -- automatically converted from 
ABC"
            subtitle = "Variation I."
    }

or similar.

Greetings,
Jan.

-- 
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]