[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 2750 in lilypond: clef change confuses manual key
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 2750 in lilypond: clef change confuses manual key signature |
Date: |
Fri, 17 Aug 2012 09:08:45 +0000 |
Status: Accepted
Owner: ----
Labels: Type-Defect
New issue 2750 by address@hidden: clef change confuses manual key
signature
http://code.google.com/p/lilypond/issues/detail?id=2750
Reported by James on bug-lilypond here:
http://lists.gnu.org/archive/html/bug-lilypond/2012-08/msg00062.html
See also a long thread on lilypond-user here:
http://lists.gnu.org/archive/html/lilypond-user/2012-08/msg00265.html
And this sub-thread too:
http://lists.gnu.org/archive/html/lilypond-user/2012-08/msg00316.html
Original post follows:
-------------------------
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. Is there some way around this?
------------------------------
- [Lilypond-auto] Issue 2750 in lilypond: clef change confuses manual key signature,
lilypond <=