Re: including source file name in output

2005-11-13 Thread Gilles
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

Re: including source file name in output

2005-11-12 Thread Han-Wen Nienhuys
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..

including source file name in output

2005-11-11 Thread Randy
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