On 2020-10-16 8:45 pm, David Wright wrote:
On Fri 16 Oct 2020 at 15:50:55 (+0200), Jean Abou Samra wrote:(For technical reasons, \header should come after the music inside \score.)That's right, \score must begin with a music expression.
Um, then why does this work? %%%% \version "2.18.2" \score { \header { piece = asdf } { \time 3/4 a'2 b'4 \bar "|." } } %%%% -- Aaron Hill