Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 897 by v.villenave: key signatures should be inherited by all Voices (no matter their accidental style)
http://code.google.com/p/lilypond/issues/detail?id=897

In the following example, no natural sign is printed in the second bar;
although the key signature is defined at a Staff level, new Voices that are
created afterwards do not seem to have inherited it, because of the
accidental-style definition.

\version "2.13.6"

\new Staff \relative c'' {
    \key f \major
    #(set-accidental-style 'voice)
    a1
    << { b } \\ { g } >>
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to