bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1134 in lilypond: Notes in different voices do not treat accid


From: lilypond
Subject: Re: Issue 1134 in lilypond: Notes in different voices do not treat accidentals properly
Date: Sat, 18 Dec 2010 11:52:58 +0000


Comment #3 on issue 1134 by address@hidden: 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




reply via email to

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