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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond