X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fscheme-tutorial.itely;h=032fce0cf8b265644b620a37f3ed147a260557e6;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=f44860df5657259f9736e539f6b53958e5f4c0cb;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/Documentation/user/scheme-tutorial.itely b/Documentation/user/scheme-tutorial.itely index f44860df56..032fce0cf8 100644 --- a/Documentation/user/scheme-tutorial.itely +++ b/Documentation/user/scheme-tutorial.itely @@ -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 - - -