From: Werner Lemberg Date: Sun, 28 Jan 2007 12:37:29 +0000 (+0100) Subject: whitespace fixes X-Git-Tag: release/2.11.15-1~18^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c304f87272ae0db620ad96054ebc26d57b10a397;p=lilypond.git whitespace fixes --- diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely index 36e33b7e51..3d211709dd 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