From: Werner Lemberg <wl@gnu.org>
Date: Sun, 28 Jan 2007 12:37:29 +0000 (+0100)
Subject: whitespace fixes
X-Git-Tag: release/2.10.17-1^2~14
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e30887caa7d077d1135910b626d397d19f1573c;p=lilypond.git

whitespace fixes
---

diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely
index cc94e8a9c3..a840cfae98 100644
--- a/Documentation/user/tweaks.itely
+++ b/Documentation/user/tweaks.itely
@@ -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