]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
Update from Andrew: tweaks for cross-staff chords snippet.
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index 74e18dde7b803078f92479e3c66bd651e8105b76..5ced0b1a84be807fd2a5497d12f7553ba9501cd3 100644 (file)
@@ -7,6 +7,8 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.11.51"
+
 @node Scheme tutorial
 @appendix Scheme tutorial
 
@@ -218,7 +220,7 @@ respectively,
 We have seen how LilyPond output can be heavily modified using
 commands like
 @code{\override TextScript #'extra-offset = ( 1 . -1)}.  But
-we have even more power if we use Scheme.  For a full explantion
+we have even more power if we use Scheme.  For a full explanation
 of this, see the @ref{Scheme tutorial}, and
 @ruser{Interfaces for programmers}.