X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Finternals.itely;h=ac46967e2068e364a8040234ea8a95614f5321c2;hb=04ddf6c9521ac0281150f45a47a39f943533e07a;hp=9d35ceb79a1f5eaa87e23c31d84ef5ce490c4632;hpb=0157dbfb7ed86a5a877cdc7dc1e5e4bd9a602d9f;p=lilypond.git diff --git a/Documentation/user/internals.itely b/Documentation/user/internals.itely index 9d35ceb79a..ac46967e20 100644 --- a/Documentation/user/internals.itely +++ b/Documentation/user/internals.itely @@ -228,9 +228,9 @@ music expressions. Consider the following example: @noindent The sequential music is interpreted by the Score context initially, but when a note is encountered, contexts are setup to accept that -note. In this case, a @code{Thread}, @code{Voice}, and @code{Staff} +note. In this case, a @code{Voice}, and @code{Staff} context are created. The rest of the sequential music is also -interpreted with the same @code{Thread}, @code{Voice}, and +interpreted with the same @code{Voice}, and @code{Staff} context, putting the notes on the same staff, in the same voice. @@ -262,7 +262,7 @@ contained contexts. This means that a property valid for the If you do not wish to specify the name of the context in the @code{\property}-expression itself, you can refer to the abstract context name, @code{Current}. The @code{Current} context is the latest -used context. This will typically mean the @internalsref{Thread} context, +used context. This will typically mean the @internalsref{Voice} context, but you can force another context with the @code{\property}-command. Hence the expressions @@ -301,6 +301,8 @@ from a higher context), then this has no effect. The syntax of @code{\unset} is asymmetric: @code{\property \unset} is not the inverse of @code{\property \set}. +The context @code{Current} is confusing. + @node Context evaluation @subsection Context evaluation @@ -452,7 +454,7 @@ the central C is at its default position, the center line: @end lilypond A list of all engravers is in the internal documentation, -see @internalsref{All engravers}. +see @internalsref{Engravers}. @node Defining new contexts @subsection Defining new contexts