]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index f44860df5657259f9736e539f6b53958e5f4c0cb..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
@@ -199,6 +199,3 @@ respectively,
 #'(staff clef key-signature)
 #'((1) (2))
 @end example
-
-
-