]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add warning about using \relative with tagged music (3253)
authorTrevor Daniels <t.daniels@treda.co.uk>
Sat, 13 Apr 2013 17:35:55 +0000 (18:35 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Sun, 14 Apr 2013 21:32:58 +0000 (22:32 +0100)
 - add warning as a known issue
 - remove earlier ignored known issue

Documentation/notation/input.itely

index e48597557e390ed29272628b272e88835cd4d25c..2debffd3364d722d3066f6613314378d25949344 100644 (file)
@@ -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