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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to