From: James Lowe Date: Tue, 6 Dec 2011 20:55:49 +0000 (+0000) Subject: Doc: NR 1.2.1 Ties - added eg. to show whiteout X-Git-Tag: release/2.15.22-1~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d63d8b38e82f88212c528fd4c5f72b721b83922;p=lilypond.git Doc: NR 1.2.1 Ties - added eg. to show whiteout This is for issue 409. Give simple example for using whiteout to avoid ties colliding with staff objects --- diff --git a/Documentation/notation/rhythms.itely b/Documentation/notation/rhythms.itely index 5e51e76c92..5719c73ea7 100644 --- a/Documentation/notation/rhythms.itely +++ b/Documentation/notation/rhythms.itely @@ -523,10 +523,24 @@ c2 ~ c c2 ~ c @end lilypond -Dash pattern definitions for ties have the same structure as -dash pattern definitions for slurs. -For more information about complex dash patterns, -see the snippets under @ref{Slurs}. +Dash pattern definitions for ties have the same structure as dash +pattern definitions for slurs. For more information about complex dash +patterns, see @rlsr{slurs}. + +Override @var{whiteout} and @var{layer} layout properties for ties that +collide with other objects in a staff. + +@lilypond[verbatim,quote,ragged-right,relative=2] +\override Tie #'layer = #-2 +\override Staff.TimeSignature #'layer = #-1 +\override Staff.KeySignature #'layer = #-1 +\override Staff.TimeSignature #'whiteout = ##t +\override Staff.KeySignature #'whiteout = ##t +b2 b~ +\time 3/4 +\key a \major +b r4 +@end lilypond @predefined @code{\tieUp}, @@ -540,7 +554,6 @@ see the snippets under @ref{Slurs}. @code{\tieSolid}. @endpredefined - @snippets @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] @@ -549,7 +562,6 @@ see the snippets under @ref{Slurs}. @lilypondfile[verbatim,quote,ragged-right,texidoc,doctitle] {engraving-ties-manually.ly} - @seealso Music Glossary: @rglos{tie}, @@ -560,6 +572,7 @@ Notation Reference: @ref{Automatic note splitting}. Snippets: +@rlsr{slurs}, @rlsr{Rhythms}. Internals Reference: @@ -568,14 +581,11 @@ Internals Reference: @rinternals{TieColumn}, @rinternals{Tie}. - @knownissues -Switching staves when a tie is active will not produce a slanted -tie. - -Changing clefs or ottavations during a tie is not really -well-defined. In these cases, a slur may be preferable. +Switching staves when a tie is active will not produce a slanted tie. +Changing clefs or ottavations during a tie is not really well-defined. +In these cases, a slur may be preferable. @node Writing rests