>From 0cd594c1bf78f775f6656e687abc27a61eb4ae35 Mon Sep 17 00:00:00 2001 From: Urs Liska Date: Sat, 15 Jun 2013 10:06:50 +0200 Subject: [PATCH] Add identifier definition to NR Identifiers may use all Unicode characters outside ASCII. --- Documentation/notation/input.itely | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 80cdd17..fd362ad 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -243,15 +243,15 @@ name which may clash, so @example \book @{ \score @{ @dots{} @} -  \layout @{ @dots{} @} + \layout @{ @dots{} @} @} \book @{ \score @{ @dots{} @} -  \layout @{ @dots{} @} + \layout @{ @dots{} @} @} \book @{ \score @{ @dots{} @} -  \layout @{ @dots{} @} + \layout @{ @dots{} @} @} @end example @@ -449,6 +449,7 @@ foo = @{ c4 d e d @} This can be used later on in the file by entering @code{\foo}. The name of a variable should have alphabetic characters only; no numbers, underscores or dashes. +Outside of the ASCII range all Unicode characters are allowed. @end itemize -- 1.7.9.5