]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
Merge commit 'origin' into includes
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index 74e18dde7b803078f92479e3c66bd651e8105b76..6d8f33e0f8f285083a8a0ac152fd2ee6d222931f 100644 (file)
@@ -7,6 +7,8 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.12.0"
+
 @node Scheme tutorial
 @appendix Scheme tutorial
 
@@ -209,7 +211,7 @@ respectively,
 
 
 @menu
-* Tweaking with Scheme::        
+* Tweaking with Scheme::
 @end menu
 
 @node Tweaking with Scheme
@@ -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}.