Grouping the key with the music is fine and gives no error (I’m using a Mac).
That’s reasonable since the key may change at places within the music.
JM
%%%
\version "2.19.15"
music = \relative c'' {
\key c \major
e2 g,
\key e \minor
e2 g,
}
\score {
\new Staff <<
\music
Well, on my system your snippet as you have written it throws no error
whatsoever... The result is exactly as I believe is the one you expected.
I rather suspect your way of organizing the lilypond file is creating
the error, or - perhaps more understandable - the fact that you are on a
mac ma
Cynthia Karl mac.com> writes:
> IMO, the problem is that my simple snippet causes LilyPond to declare that
> programing errors have occurred. Programming errors are a serious
> problem. Programming errors are only
> solved by correcting the program, not by avoiding them b
Cynthia Karl mac.com> writes:
> \score{
> \new Staff << \key c \major \music >>
> \layout {
> \context { \Voice \consists "Ambitus_engraver" }
> }
> }
>
> throws the following two programming errors:
"Programming error
>
> Message: 7
> Date: Mon, 12 Jan 2015 20:10:20 -0800
> From: Jim Long
> Subject: Re: snippet throws programming errors
>
> On Mon, Jan 12, 2015 at 05:25:55PM -0600, Cynthia Karl wrote:
>> The following snippet:
>>
>> \version "2.19.15"
>
On Mon, Jan 12, 2015 at 05:25:55PM -0600, Cynthia Karl wrote:
> The following snippet:
>
> \version "2.19.15"
>
> music = \relative c'' { e2 g, }
>
> \score{
> \new Staff << \key c \major \music >>
> \layout {
> \context { \Voice \consists "Ambitus_engraver" }
> }
> }
Your
The following snippet:
\version "2.19.15"
music = \relative c'' { e2 g, }
\score {
\new Staff << \key c \major \music >>
\layout {
\context { \Voice \consists "Ambitus_engraver" }
}
}
throws the following two programming errors:
Am 22.08.2012 00:59, schrieb Nick Payne:
Not sure if this indicates an error in Lilypond, but if I forget the
terminating brace when using manual beaming, then the log contains
several "programming error" lines and the output contains noteheads
without stems. Here I've commented out the closing
Not sure if this indicates an error in Lilypond, but if I forget the
terminating brace when using manual beaming, then the log contains
several "programming error" lines and the output contains noteheads
without stems. Here I've commented out the closing brace:
\version "2.15.43"
\relative c'
Actually, I think the programmer who did the error was you!
The error message probably refers to the fact that the space-alist
entry doesn't have all the necessary information that it usually has.
Of course the formulation reveals that
whoever wrote it didn't expect too many users to modify thi
[ Lilypond 2.8.1 ]
Hello, all --
I'm engraving my current score with "modern time signature
placement", as demonstrated in
http://www.lilypond.org/doc/v2.8/input/test/lily-1567200886.ly
It's working great! (Many thanks to the T&T and docs authors!)
However, I'd like to get the first
[EMAIL PROTECTED] writes:
> a question:
>
> would it be possible to print bar numbers in the following type of error
> messages?
>
> <<<
> programming error: xxx (Continuing; cross thumbs)
> >>>
>
> or would this not make sense?
no. If you have a specific complaint file a
bugreport. progra
a question:
would it be possible to print bar numbers in the following type of error
messages?
<<<
programming error: xxx (Continuing; cross thumbs)
>>>
or would this not make sense?
greetings,
simon.
--
Confucius say, man who live in glass house shower in basement.
_
13 matches
Mail list logo