]> git.donarmstrong.com Git - lilypond.git/commitdiff
whitespace fixes
authorWerner Lemberg <wl@gnu.org>
Sun, 28 Jan 2007 12:37:29 +0000 (13:37 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 6 Feb 2007 21:47:54 +0000 (22:47 +0100)
Documentation/user/tweaks.itely

index cc94e8a9c356950c5fd7789d720dee5c55fc0a60..a840cfae98a7e5bd70a3ffb2edf4d91c1acf868e 100644 (file)
@@ -373,10 +373,10 @@ space at the bottom of the page.
 
 @example
 \paper @{
-between-system-padding = #0.1
-between-system-space = #0.1
-ragged-last-bottom = ##f
-ragged-bottom = ##f
+  between-system-padding = #0.1
+  between-system-space = #0.1
+  ragged-last-bottom = ##f
+  ragged-bottom = ##f
 @}
 @end example
 
@@ -387,7 +387,7 @@ use 10).
 
 @example
 \paper @{
-system-count = #10
+  system-count = #10
 @}
 @end example
 
@@ -474,9 +474,9 @@ tempoMark = #(define-music-function (parser location padding marktext)
 #})
 
 \relative c'' {
-c2 e
-\tempoMark #3.0 #"Allegro"
-g c
+  c2 e
+  \tempoMark #3.0 #"Allegro"
+  g c
 }
 @end lilypond