]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
*** empty log message ***
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index 80e02c3f7e5c4093b03bff008ccabcb075a82ac4..032fce0cf8b265644b620a37f3ed147a260557e6 100644 (file)
@@ -3,7 +3,7 @@
 @node Scheme tutorial
 @appendix Scheme tutorial
 
-@funindex #
+@findex #
 @cindex Scheme
 @cindex GUILE
 @cindex Scheme, in-line code
@@ -25,8 +25,8 @@ LilyPond input.
 @item Booleans
 Boolean values are True or False.  The Scheme for True is @code{#t}
 and False is @code{#f}.
-@funindex ##t
-@funindex ##f
+@findex ##t
+@findex ##f
 
 @item Numbers
 Numbers are entered in the standard fashion,
@@ -124,7 +124,7 @@ number or a string.  It is entered as
 #'twentyFour
 @end example
 
-@funindex #'symbol
+@findex #'symbol
 @cindex quoting in Scheme
 
 The quote mark @code{'} prevents the Scheme interpreter from substituting