Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 3145 by [email protected]: flaws in accidentalGrouping
algorithm
http://code.google.com/p/lilypond/issues/detail?id=3145
\version "2.17.11"
\header {
texidoc = "Setting @code{accidentalGrouping} to @code{'voice}, the lower
group's upper accidental is positioned nearer to the notehead, similar to
the upper group.
Here are two counterexamples.
"
}
\relative c {
\clef "bass"
\time 2/4
<< { <cis eis gis>2 |
<gis' cis eis>2 } \\
{ <cis,, gis'>2 |
q2 } >> \bar "||"
\set Staff . accidentalGrouping = #'voice
<< { <cis' eis gis>2 |
<gis' cis eis>2 } \\
{ <cis,, gis'>2 |
q2 } >>
}
Attachments:
accidental-grouping-flaws.png 14.3 KB