]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR Added @knownissue for clashing note column
authorJames Lowe <james.lowe@datacore.com>
Tue, 20 Dec 2011 08:04:48 +0000 (08:04 +0000)
committerJames Lowe <james.lowe@datacore.com>
Tue, 20 Dec 2011 21:30:43 +0000 (21:30 +0000)
As per suggestion of Tracker 1267.

Added under 'simultaneous expressions'

NR was more appropraite than LM in this case.

Documentation/notation/simultaneous.itely

index 8f55aea92856e5e2fe12bf7b91f633620f4200e6..d827fad597b2621a2934ac44fb4c8b7693ab7bd8 100644 (file)
@@ -209,6 +209,24 @@ generate multiple staves implicitly:
 
 Here different rhythms cause no problems.
 
+@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
+same shift specified), the message:
+
+@example
+warning: ignoring too many clashing note columns
+@end example
+
+will appear during compilation.  This message can be suppressed by:
+
+@example
+\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.
+
 
 @node Clusters
 @unnumberedsubsubsec Clusters