Comment #3 on issue 1134 by k-ohara5...@oco.net: Notes in different voices do not treat accidentals properly
http://code.google.com/p/lilypond/issues/detail?id=1134

Work-arounds, from discussion at <http://lists.gnu.org/archive/html/lilypond-user/2010-12/msg00434.html>. The output labeled 'human' looks very tidy in this particualar case, but breaks the usual horizontal-placement rule. Output A or B would be safe and correct output for Lilypond, if she learns how to account for simultaneous pitches when determining accidentals.

--8<--
<\relative c' { \time 1/4
  << s1*0^wrong
    { fis8 g } \\ { f f } >>
  << s1*0^A
    { fis8 g } \\ { f! f } >>
  << s1*0^B
    { fis8 g } \\
    { \once\override NoteColumn #'force-hshift = #1
      f! f } >>
  << s1*0^human
    { fis8 g } \\ { s64 f8*7/8[ f] } >>
}


Attachments:
        1134_desired.png  7.1 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to