]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index 1c002ffc2e5a0f792405e4c47d18dd498c36e4a5..eb5ec6b07a9472de09ca812fc748e84a801adbe4 100644 (file)
@@ -154,11 +154,11 @@ width of staff lines.  This makes stems almost twice as thick as their
 normal size.  To distinguish between variables defined in input files (like
 @code{twentyFour} in the example above) and variables of internal
 objects, we will call the latter @q{properties} and the former
-@q{identifiers.}  So, the stem object has a @code{thickness} property,
-while @code{twentyFour} is an identifier.
+@q{variables.}  So, the stem object has a @code{thickness} property,
+while @code{twentyFour} is an variable.
 
-@cindex properties vs. identifiers
-@cindex identifiers vs. properties
+@cindex properties vs. variables
+@cindex variables vs. properties
 
 Two-dimensional offsets (X and Y coordinates) as well as object sizes
 (intervals with a left and right point) are entered as @code{pairs}.  A