From a215b4735924927c97e992bc80cda8e1a91d4879 Mon Sep 17 00:00:00 2001 From: James Lowe Date: Sun, 25 Dec 2011 12:27:25 +0000 Subject: [PATCH] Doc: NR @knownissues for #'ignore-collision Added @knownissue when using #'ignore-collision and \mergedifferently* commands. Updated @knownissue in 'simultaneous expressions' to x-ref this as well. Added some more appropriate @cindex entries for collision. --- Documentation/notation/simultaneous.itely | 25 ++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/Documentation/notation/simultaneous.itely b/Documentation/notation/simultaneous.itely index d827fad597..47dfcf364a 100644 --- a/Documentation/notation/simultaneous.itely +++ b/Documentation/notation/simultaneous.itely @@ -209,6 +209,9 @@ generate multiple staves implicitly: Here different rhythms cause no problems. +@cindex collisions, clashing note columns +@cindex collisions, ignoring + @knownissues If notes from two or more voices, with stems in the same direction, are placed at the same position on the staff and have no shift (or have the @@ -224,8 +227,9 @@ will appear during compilation. This message can be suppressed by: \override NoteColumn #'ignore-collision = ##t @end example -However, this does not only suppress the warning but will prevent any -collision resolution, so may have unintended results. +However, this not only suppresses the warning but will prevent any +collision resolution whatsover and may have other unintended effects +(also see @emph{Known Issues} in @ref{Collision resolution}). @node Clusters @@ -644,7 +648,6 @@ also be merged: >> @end lilypond - The half note and eighth note at the start of the second measure are incorrectly merged because the automatic merge cannot successfully complete the merge when three or more notes line up in @@ -727,7 +730,6 @@ Notes are only merged if they have opposing stem directions (as they have, for example, in voices one and two by default or when the stems are explicitly set in opposite directions). - @predefined @code{\mergeDifferentlyDottedOn}, @code{\mergeDifferentlyDottedOff}, @@ -740,16 +742,13 @@ the stems are explicitly set in opposite directions). @code{\shiftOff}. @endpredefined - @snippets - @lilypondfile[verbatim,quote,texidoc,doctitle] {additional-voices-to-avoid-collisions.ly} @lilypondfile[verbatim,quote,texidoc,doctitle] {forcing-horizontal-shift-of-notes.ly} - @seealso Music Glossary: @rglos{polyphony}. @@ -767,6 +766,18 @@ Internals Reference: @rinternals{NoteCollision}, @rinternals{RestCollision}. +@cindex collisions, ignoring + +@knownissues +Using @code{\override NoteColumn #'ignore-collision = ##t} will cause +differently headed notes in different voices to merge incorrectly. + +@lilypond[quote,relative=1,verbatim] +\mergeDifferentlyHeadedOn +<< { c16 a' b a } \\ { c,2 } >> +\override NoteColumn #'ignore-collision = ##t +<< { c16 a' b a } \\ { c,2 } >> +@end lilypond @ignore @knownissues -- 2.39.2