lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3145 in lilypond: flaws in accidentalGrouping algo


From: lilypond
Subject: [Lilypond-auto] Issue 3145 in lilypond: flaws in accidentalGrouping algorithm
Date: Sun, 27 Jan 2013 23:27:40 +0000

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

New issue 3145 by address@hidden: 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]