lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange \key behaviour


From: David Kastrup
Subject: Re: Strange \key behaviour
Date: Thu, 22 Dec 2016 13:00:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Menu Jacques <address@hidden> writes:

> Hello folks,
>
> I typed \key twice inadvertently, as in:
>
> \version "2.19.44"
>
> {
>   \key c \major
>   \key b \major
>   \time 4/4
>   \clef "treble"
>   gis'2. fis4 gis4 gis4 ais4  | % 2
> }
>
> and got the second \key being ignored it seems as a result:
>
> *
>
> Typing \clef of \time twice in a row doesn’t get such a behaviour, though.
>
> So what do you think?

What LilyPond thinks:

GNU LilyPond 2.19.50
Processing `/tmp/zzz.ly'
Parsing...
Interpreting music...
/tmp/zzz.ly:5:3: warning: Two simultaneous key-change events, junking this one
  
  \key b \major
/tmp/zzz.ly:4:3: warning: Previous key-change event here
  
  \key c \major
/tmp/zzz.ly:8:31: warning: barcheck failed at: 3/4
  gis'2. fis4 gis4 gis4 ais4  
                              | % 2
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/tmp/lilypond-AgMcB9'...
Converting to `zzz.pdf'...
Deleting `/tmp/lilypond-AgMcB9'...

-- 
David Kastrup



reply via email to

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