From ee0ef98a35634718033d505deb8a355e05513d6a Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sat, 13 Apr 2013 18:35:55 +0100 Subject: [PATCH] Add warning about using \relative with tagged music (3253) - add warning as a known issue - remove earlier ignored known issue --- Documentation/notation/input.itely | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index e48597557e..2debffd336 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -2242,16 +2242,14 @@ Notation Reference: @ref{Automatic part combining}, @ref{Including LilyPond files}. -@ignore -@c This warning is more general than this placement implies. -@c Rests are not merged whether or not they come from tagged sections. -@c Should be deleted? -td - @knownissues -Multiple rests are not merged if you create a score with more -than one tagged section at the same place. - -@end ignore +Calling @code{\relative} on a music expression obtained by filtering +music through @code{\keepWithTag} or @code{\removeWithTag} might cause +the octave relations to change, as only the pitches actually +remaining in the filtered expression will be considered. Applying +@code{\relative} first, before @code{\keepWithTag} or +@code{\removeWithTag}, avoids this danger as @code{\relative} then +acts on all the pitches as-input. @node Using global settings -- 2.39.2