From: Reinhold Kainhofer Date: Fri, 5 Sep 2008 12:35:27 +0000 (+0200) Subject: Docs: Correction of the correction in fundamental.itely X-Git-Tag: release/2.11.58-1~30^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66510e525b4797bd14369553d97f90d253dcdc73;p=lilypond.git Docs: Correction of the correction in fundamental.itely context ids CAN contain digits and spaces, but due to parser restrictions, the id has to be placed inside quotes in this case. I added this restriction together with an example that includes a space and a digit in the context id. --- diff --git a/Documentation/user/fundamental.itely b/Documentation/user/fundamental.itely index 483c3db63d..7a9fb9fecd 100644 --- a/Documentation/user/fundamental.itely +++ b/Documentation/user/fundamental.itely @@ -1665,8 +1665,11 @@ context to distinguish it from other contexts of the same type, Note the distinction between the name of the context type, @code{Staff}, @code{Voice}, etc, and the identifying name of a -particular instance of that type, which can be any sequence of letters -(@code{strong}{No digits!}) invented by the user. The identifying name is used to +particular instance of that type, which can be any sequence of letters +invented by the user. Digits and spaces can also be used in the +identifying name, but then it has to be placed in quotes, +i.e. @code{\new Staff = "MyStaff 1" @var{music-expression}}. +The identifying name is used to refer back to that particular instance of a context. We saw this in use in the section on lyrics, see @ref{Voices and vocals}.