]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
Replace `...' and ``...'' with @q (and just very few with @@).
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index 64f1ff6e18b03d84b3ad6a1bf52fae2cb458bb26..7f0fcaf40a65a721e1509d2735e9b998b7f3e17c 100644 (file)
@@ -1,4 +1,4 @@
-
+@c -*- coding: utf-8; mode: texinfo; -*-
 
 @node Scheme tutorial
 @appendix Scheme tutorial
@@ -146,8 +146,8 @@ staff lines, so these stem lines will be @code{2.6} times the
 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 ``properties'' and the former
-``identifiers.''  So, the stem object has a @code{thickness} property,
+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.
 
 @cindex properties vs. identifiers