lilypond-1.1.1
[lilypond.git] / Documentation / error.pod
blob371b73bd995f875effa56d4d1610e8ee3577afcc
1 =head1 NAME
3 LilyError - LilyPond error messages
5 =head1 DESCRIPTION
7 This page documents error messages.
9 A correctly parsed F<input.ly> does not guarantuee output. A lot
10 (most) of the checking is done B<after> parsing (some checks even are
11 done after the break calc!); I'm sorry.
13 Most errors come with a context of the Mudela element that originated
14 it. This context may be slightly wrong: the parser sometimes reads a
15 few tokens ahead to determine the syntax.
17 [yep.. has to be written..]