]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/scheme-tutorial.itely
Docs: remove trailing spaces in English docs
[lilypond.git] / Documentation / user / scheme-tutorial.itely
index 74e18dde7b803078f92479e3c66bd651e8105b76..a9b6d65012d8a4d83947664b1d53d6a9e22d264e 100644 (file)
@@ -7,6 +7,8 @@
     version that you are working on.  See TRANSLATION for details.
 @end ignore
 
+@c \version "2.11.61"
+
 @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}.