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' }
}
%---
gi
Randy wrote:
Is there a way to cause the source filename to be printed in the output?
Ideally, I would like the source file name to appear in small print below the
tagline.
try
\header {
tagline = \markup { "hello" #(ly:export (ly:parser-output-name parser)) }
}
Thanks for the help..
Is there a way to cause the source filename to be printed in the output?
Ideally, I would like the source file name to appear in small print below the
tagline.
Thanks for the helpRandy
___
lilypond-user mailing list
lilypond-user@gnu.org
http