lilypond-devel
[Top][All Lists]
Advanced

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

Simultaneous \key markings behave differently to \clef or \time.


From: Richard Shann
Subject: Simultaneous \key markings behave differently to \clef or \time.
Date: Tue, 28 Jun 2022 12:36:03 +0100
User-agent: Evolution 3.38.3-1

I've noticed that two \key in succession results in the first being
honored while the opposite is true for everything else I've tested.
Consider:
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><
\version "2.22.0"

{
  \time 3/4 \time 5/4 c''
}
{
  \clef bass  \clef alto c''
}
{
  c'' \bar "||" \bar ":..:"
}
{
  \key f \major \key d \major c''
}
8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><

Not a problem except when using include files or (as in my case
generating the code programmatically.

Is there a good reason for this, or is it just a wrinkle that could be
fixed?

Richard Shann





reply via email to

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