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

Unified Diff: Documentation/learning/common-notation.itely

Issue 6493072: Allow digits in identifiers (Closed)
Patch Set: Use a dot character to introduce digits Created 12 years, 5 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | input/regression/identifiers-with-digits.ly » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Documentation/learning/common-notation.itely
diff --git a/Documentation/learning/common-notation.itely b/Documentation/learning/common-notation.itely
index 044cfcf6dfb759bcf20d9472e060c87308378ffa..e5a0f849312859c2916a7c9783cc098db9196e58 100644
--- a/Documentation/learning/common-notation.itely
+++ b/Documentation/learning/common-notation.itely
@@ -1261,6 +1261,11 @@ barA = { \tripletA \tripletA \tripletA \tripletA }
}
@end lilypond
+Digits are not usually part of the variable name, so
+@code{\times2/3} is interpreted as @code{\times 2/3}.
+If required, digits can be joined to a variable name
+using a dot: @code{\violin.2.movement.3}.
+
Variables may be used for many other types of objects in
the input. For example,
« no previous file with comments | « no previous file | input/regression/identifiers-with-digits.ly » ('j') | no next file with comments »

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