Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1149)

Side by Side Diff: Documentation/usage/running.itely

Issue 105360043: Doc: Usage: Added para about diagnosing Errors (Closed)
Patch Set: Created 9 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @c -*- coding: utf-8; mode: texinfo; -*- 1 @c -*- coding: utf-8; mode: texinfo; -*-
2 2
3 @ignore 3 @ignore
4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH 4 Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5 5
6 When revising a translation, copy the HEAD committish of the 6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. For details, see the Contributors' 7 version that you are working on. For details, see the Contributors'
8 Guide, node Updating translation committishes.. 8 Guide, node Updating translation committishes..
9 @end ignore 9 @end ignore
10 10
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 @{ c'4 e' 908 @{ c'4 e'
909 5 g' @} 909 5 g' @}
910 @end example 910 @end example
911 911
912 These locations are LilyPond's best guess about where the warning or 912 These locations are LilyPond's best guess about where the warning or
913 error occurred, but (by their very nature) warnings and errors occur 913 error occurred, but (by their very nature) warnings and errors occur
914 when something unexpected happens. If you can't see an error in the 914 when something unexpected happens. If you can't see an error in the
915 indicated line of your input file, try checking one or two lines 915 indicated line of your input file, try checking one or two lines
916 above the indicated position. 916 above the indicated position.
917 917
918 Please note that diagnostics can be triggered at any point during the
919 many stages of processing. For example if there are parts of the input
920 that are processed multiple times (i.e. in midi and layout output), or
921 if the same music variable is used in multiple contexts. Diagnostics
Trevor Daniels 2014/06/22 16:34:15 Perhaps extend this sentence with, "the same messa
pkx166h 2014/06/22 18:02:38 Done.
922 produced at a @q{late} stage (i.e bar checks) might also be issued
923 multiple times.
924
918 More information about errors is given in @ref{Common errors}. 925 More information about errors is given in @ref{Common errors}.
919 926
920 927
921 @node Common errors 928 @node Common errors
922 @section Common errors 929 @section Common errors
923 930
924 The error conditions described below occur often, yet the cause 931 The error conditions described below occur often, yet the cause
925 is not obvious or easily found. Once seen and understood, they 932 is not obvious or easily found. Once seen and understood, they
926 are easily handled. 933 are easily handled.
927 934
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 staves are introduced in parallel, i.e. simultaneously: 1079 staves are introduced in parallel, i.e. simultaneously:
1073 1080
1074 @lilypond[quote,verbatim] 1081 @lilypond[quote,verbatim]
1075 \score { 1082 \score {
1076 << 1083 <<
1077 \new Staff { a' a' a' a' } 1084 \new Staff { a' a' a' a' }
1078 \new Staff { g' g' g' g' } 1085 \new Staff { g' g' g' g' }
1079 >> 1086 >>
1080 } 1087 }
1081 @end lilypond 1088 @end lilypond
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b