> \tempo 4 = 72
> \override Score.MetronomeMark #'stencil = ##f
Nick, I've been using:
tpoMidi = #(define-music-function (parser location bUnit rayt) (number?
number?)
#{
\once \set Score.tempoHideNote = ##t
\set Score.tempoWholesPerMinute = #(ly:m
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 eithe
- Original Message -
From: "Nick Payne"
To: "lilypond-user"
Sent: Friday, September 10, 2010 9:46 PM
Subject: programming error: cannot align on self: empty element
I have several scores that, the last time I worked on them (using 2.13.20),
built without error.
Nick Payne wrote:
> I have several scores that, the last time I worked on them
> (using 2.13.20), built without error. Now, with 2.13.32, I
> get
>
> programming error: cannot align on self: empty element
>
> appearing in the console log when I build the scores.
> Nothi
I have several scores that, the last time I worked on them (using
2.13.20), built without error. Now, with 2.13.32, I get
"Parsing...
Interpreting music... [8][16][24][32][40]
Preprocessing graphical objects...
programming error: cannot align on self: empty element
continuing, cross fi
yphen #'stencil
but this resulted in heaps of warnings:
"programming error: cannot align on self: empty element
continuing, cross fingers".
I hope you would give me one of the workarounds:
1) explain why the warnings appear (although the scores are compilable)
2) tell me a better w