Status: Started
Owner: [email protected]
Labels: Type-Defect Regression
New issue 2745 by [email protected]: clef change confuses manual key signature
http://code.google.com/p/lilypond/issues/detail?id=2745
From
<URL:http://lists.gnu.org/archive/html/lilypond-user/2012-08/msg00265.html>:
In the following:
\version "2.14.2"
\score {
\relative c' {
\time 2/4
\set Staff.keySignature = #`(((0 . 4) . ,SHARP) ((0 . 3) . ,SHARP))
\clef treble
c8 a c d
%%% Commenting out the following line solves the problem %%%
\clef bass
e fis d c
}
\layout {}
}
The clef change causes lilypond to error and not produce output. This also
errors in 2.15., while 2.12 does not error.