]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/error.pod
release: 0.0.46.jcn1
[lilypond.git] / Documentation / error.pod
1 =head1 NAME
2
3 LilyError - LilyPond error messages
4
5 =head1 DESCRIPTION
6
7 This page documents error messages.
8
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.
12
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.
16
17 [yep.. has to be written..]