lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 2745 in lilypond: clef change confuses manual key


From: lilypond
Subject: [Lilypond-auto] Issue 2745 in lilypond: clef change confuses manual key signature
Date: Tue, 14 Aug 2012 11:44:30 +0000

Status: Started
Owner: address@hidden
Labels: Type-Defect Regression

New issue 2745 by address@hidden: 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.




reply via email to

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