Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 3144 by [email protected]: unwanted side effect of accidentalGrouping
http://code.google.com/p/lilypond/issues/detail?id=3144

\version "2.17.11"

\header {
  texidoc = "Setting @code{accidentalGrouping} to @code{'voice},
accidentals belonging to different voices are still unified.
Here is a counterexample.
"
}

 \relative c' {
   << { fis1 } \\
      { fis1 } >> |
  \set Staff . accidentalGrouping = #'voice
   << { fis1 } \\
      { fis1 } >> |
}


Attachments:
        unified-accidentals.png  6.5 KB


Reply via email to