Hi Phil,

> understood it to mean that when there are 2 notes in 2 voices but which have 
> the same fundamental note, only differing in an accidental, then LilyPond 
> doesn't support this.

Nope -- but we should adjust the documentation if it's unclear.

> I do have the chords set in different voices and it shows as in the attached 
> clip - it incorrectly makes the first note of the 2nd voice a natural.

That's a different issue:

\score {
  \new Staff <<
    \new Voice { \voiceOne fis'8[ g'] }
    \new Voice { \voiceTwo #(set-accidental-style 'voice) <b f'!>8[ <b f'>] }
  >>
}

See 
<http://lilypond.org/doc/v2.13/Documentation/notation/displaying-pitches#Automatic-accidentals>
 for more information.

Hope this helps!
Kieren.

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

Reply via email to