X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Ftweaks.itely;h=bbef69b00b094477b42670432b0a8cd17ad0040e;hb=9e69cb84d6ee5b0a861cd97869b10e3bdf0c833c;hp=fb1bdea8ef819021e283df801dd52e8301089f41;hpb=0697221dab43efaa9f5db272bdaab566f8ae324d;p=lilypond.git diff --git a/Documentation/user/tweaks.itely b/Documentation/user/tweaks.itely index fb1bdea8ef..bbef69b00b 100644 --- a/Documentation/user/tweaks.itely +++ b/Documentation/user/tweaks.itely @@ -269,9 +269,24 @@ voice. By introducing a tie in a different voice, and blanking the first up-stem in that voice, the tie appears to cross voices: + +@lilypond[quote,fragment,relative=2,verbatim] +<< { + \once \override Stem #'transparent = ##t + b8~ b8\noBeam +} \\ { + b[ g8] +} >> +@end lilypond + +To make sure that the just blanked stem doesn't sqeeuze the too much +tie, we also lengthen the stem, by setting the @code{length} to +@code{8}, + @lilypond[quote,fragment,relative=2,verbatim] << { \once \override Stem #'transparent = ##t + \once \override Stem #'length = #8 b8~ b8\noBeam } \\ { b[ g8] @@ -307,15 +322,15 @@ to understand these files. @itemize @bullet -@item Linux: @file{@{INSTALLDIR@}/lilypond/usr/share/lilypond/current/} +@item Linux: @file{@var{installdir}/lilypond/usr/share/lilypond/current/} @item OSX: -@file{@{INSTALLDIR@}/LilyPond.app/Contents/Resources/share/lilypond/current/}. -To access this, either @code{cd} into this directory from -the Terminal, or control-click on the LilyPond application -and select "Show Package Contents". +@file{@var{installdir}/LilyPond.app/Contents/Resources/share/lilypond/current/}. +To access this, either @code{cd} into this directory from the +Terminal, or control-click on the LilyPond application and select +"Show Package Contents". -@item Windows: @file{@{INSTALLDIR@}/LilyPond/usr/share/lilypond/current/} +@item Windows: @file{@var{installdir}/LilyPond/usr/share/lilypond/current/} @end itemize @@ -349,8 +364,8 @@ space at the bottom of the page. @example \paper @{ -between-system-padding = #0.5 -between-system-space = 0\mm +between-system-padding = #0.1 +between-system-space = #0.1 ragged-last-bottom = ##f ragged-bottom = ##f @}