]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/tweaks.itely
Misc LM updates.
[lilypond.git] / Documentation / user / tweaks.itely
index fc51023e7d3617000d170c13065c05d774dad673..bc7efc796a615294587c5671eec67e2d7b3a8c79 100644 (file)
@@ -432,6 +432,7 @@ Alter the horizontal spacing via @code{SpacingSpanner}.  See
 * Default files::               
 * Advanced tweaks with Scheme::  
 * Avoiding tweaks with slower processing::  
+* The three methods of tweaking::  
 @end menu
 
 @node Default files
@@ -554,5 +555,27 @@ In some cases (see issue 246), this must be done before
 @end verbatim
 
 
+@node The three methods of tweaking
+@subsection The three methods of tweaking
+
+TODO write this.
+
+@verbatim
+\override
+@end verbatim
+
+@verbatim
+\with {
+
+}
+@end verbatim
+
+@verbatim
+\layout{ \context
+
+}}
+@end verbatim
+
+