X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Ftweaks.itely;h=3d211709dd2d7e22f5bfafc08acbf596ba549d33;hb=c5a3f0c024f4cb629811cff9eb04abff36e94138;hp=25a878120e4d00be7dff4808fdc9ebadf246c85e;hpb=f9214bac21e9926dc3248416f58190c98c4167a9;p=lilypond.git diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely index 25a878120e..3d211709dd 100644 --- a/Documentation/user/tweaks.itely +++ b/Documentation/user/tweaks.itely @@ -288,7 +288,7 @@ voices: } >> @end lilypond -To make sure that the just blanked stem doesn't sqeeuze the too much +To make sure that the just blanked stem doesn't squeeze the too much tie, we also lengthen the stem, by setting the @code{length} to @code{8}, @@ -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