bug-lilypond
[Top][All Lists]
Advanced

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

Issue 897 in lilypond: key signatures should be inherited by all Voices


From: lilypond
Subject: Issue 897 in lilypond: key signatures should be inherited by all Voices (no matter their accidental style)
Date: Fri, 06 Nov 2009 08:42:26 +0000

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




reply via email to

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