bug-lilypond
[Top][All Lists]
Advanced

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

programming error: cannot align on self: empty element


From: Nick Payne
Subject: programming error: cannot align on self: empty element
Date: Sat, 09 Apr 2011 14:08:01 +1000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Lightning/1.0b2 Thunderbird/3.1.8

The following minimal example generates the error "programming error: cannot align on self: empty element" in the console log.

\version "2.13.58"

\relative c' {
    \tempo 4 = 72
    \override Score.MetronomeMark #'stencil = ##f
    c4 c c c
}

Comment out either the \tempo indication or the override and the error goes away. I use this combination of commands in the \score block quite often if I want the midi output to play at a particular speed for proofing, but I don't want a tempo indication to appear in the score. Having the error appear in the log doesn't seem to affect either the midi output or the printed score.

Nick



reply via email to

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