lilypond-user
[Top][All Lists]
Advanced

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

Hiding metronome mark gives "cannot align on self: empty element"


From: Nick Payne
Subject: Hiding metronome mark gives "cannot align on self: empty element"
Date: Mon, 27 Sep 2010 18:25:31 +1000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4

If I hide the metronome mark with \override Score.MetronomeMark #'stencil = ##f, the console output contains:

Preprocessing graphical objects...
programming error: cannot align on self: empty element
continuing, cross fingers
programming error: cannot align on self: empty element
continuing, cross fingers

the score still builds ok. If I add a \midi { } section, or comment out the override, the error disappears.

\version "2.13.34"

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

Is this a bug or expected behaviour?

Nick



reply via email to

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