]> git.donarmstrong.com Git - lilypond.git/commitdiff
Oops, forgot these fixes.
authorGraham Percival <graham@percival-music.ca>
Wed, 10 May 2006 04:37:14 +0000 (04:37 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 10 May 2006 04:37:14 +0000 (04:37 +0000)
Documentation/user/tweaks.itely
Documentation/user/working.itely

index da51813e112664834bf3b205ce3ceca86d9a1e5b..ae88bcb44a0fa421d0d5b29e2396653a6c5a64c5 100644 (file)
@@ -10,7 +10,7 @@ configurable; virtually every fragment of output may be changed.
 * Fixing overlapping notation::  
 * Common tweaks::               
 * Default files::               
-* Advanced tweaks with scheme::  
+* Advanced tweaks with Scheme::  
 @end menu
 
 
@@ -276,16 +276,17 @@ particular interest.  Files such as @file{ly/property-init.ly} and
 @file{ly/declarations-init.ly} define all the common tweaks.
 
 
-@node Advanced tweaks with scheme
-@section Advanced tweaks with scheme
+@node Advanced tweaks with Scheme
+@section Advanced tweaks with Scheme
 
 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
-of this, see @ref{Interfaces for programmers}.
+we have even more power if we use Scheme.  For a full explantion
+of this, see the @ref{Scheme tutorial} and
+@ref{Interfaces for programmers}.
 
-We can use scheme to simply @code{\override} commands,
+We can use Scheme to simply @code{\override} commands,
 
 @lilypond[quote,verbatim,ragged-right]
 padText = #(define-music-function (parser location padding) (number?)
@@ -320,9 +321,7 @@ g c
 }
 @end lilypond
 
-Even music expressions can be passed in.  Note that since we
-want an articulation attached to the second variable, we
-must #####.
+Even music expressions can be passed in.
 
 @lilypond[quote,verbatim,ragged-right]
 pattern = #(define-music-function (parser location x y) (ly:music? ly:music?)
index af88d3cd1177f96ad9d100163e15af67ed7500d5..c3d6950a8633615b68035266415286612cb5f12c 100644 (file)
@@ -291,7 +291,7 @@ is quite easy to do.
 
 Let's look at an example.  Don't worry if you don't understand
 the parts with all the #().  This is explained in
-@ref{Advanced tweaks with scheme}.
+@ref{Advanced tweaks with Scheme}.
 
 @lilypond[quote,verbatim,ragged-right]
 mpdolce = #(make-dynamic-script (markup #:hspace 1 #:translate (cons 5 0)