lilypond-user
[Top][All Lists]
Advanced

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

Re: Include date?


From: Bart Kummel
Subject: Re: Include date?
Date: Wed, 5 Apr 2006 23:55:59 +0200

Thanks a lot! This simply works. And it's flexible too, since I can manipulate the "%d-%m-%Y" string!

Bart Kummel

On 4/5/06, Toine Schreurs <address@hidden> wrote:
Try:

date = #(strftime "%d-%m-%Y" (localtime (current-time)))

Toine Schreurs

> I'm using Lilypond 2.8.0 on windows XP. For versioning reasons, I
> would like to automatically include the date the PDF is generated in
> one of the title fields. I was thinking of a "hack" like this one:
>
> #(string-append "subsubtitle LilyPond version " (lilypond-version))
>
> I tried a lot of possibilities, like:
>
> #(string-append "Generated on: " (date))


reply via email to

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