lilypond-user
[Top][All Lists]
Advanced

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

Re: including source file name in output


From: Gilles
Subject: Re: including source file name in output
Date: Sun, 13 Nov 2005 15:33:18 +0100
User-agent: Mutt/1.5.11

Hello.

> try
> 
> \header {
> 
> tagline = \markup  { "hello" #(ly:export  (ly:parser-output-name parser)) }
> 
> }
> 

The following contents:

%--- test3.ly ---
\version "2.6.3"

\header {
  tagline = \markup { "hello" #(ly:export (ly:parser-output-name parser)) }
}

\score {
  { a' }
}
%---

gives an error:

$ lilypond test3.ly
GNU LilyPond 2.6.3
Processing `test3.ly'
Parsing...test3.ly:1:12: In expression (ly:parser-output-name parser):
test3.ly:1:12: Unbound variable: ly:parser-output-name


Something missing from the invocation?


Gilles




reply via email to

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