bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1394 in lilypond: Key signatures that include double-sharps are pr


From: lilypond
Subject: Issue 1394 in lilypond: Key signatures that include double-sharps are printed inconsistently
Date: Sat, 13 Nov 2010 17:54:09 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Warning

New issue 1394 by v.villenave: Key signatures that include double-sharps are printed inconsistently
http://code.google.com/p/lilypond/issues/detail?id=1394

This somewhat funny bug was reported in 2009 by François Martin on the -fr list:
http://lists.gnu.org/archive/html/lilypond-user-fr/2009-02/msg00061.html

% Key signatures can include as many double-flats as you want,
% but the same isn't true for double-sharps: a Warning is printed
% ("No ordering for key signature alterations"), and the key signature
% is messed up.

\version "2.13.39" % and 2.12 and 2.10

\relative c' {
  % works.
  \key ais \major
  c1
  % works, but prints a warning
  \key eis \major
  c
  % warning, *and* wrong order of the glyphs
  \key bis \major
  c
  % works.
  \key ceses \major
  c
}


Attachments:
        ex.preview.png  3.7 KB


reply via email to

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