lilypond-user
[Top][All Lists]
Advanced

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

Re: insertion of current date in text string


From: Paul Scott
Subject: Re: insertion of current date in text string
Date: Mon, 13 Oct 2008 21:57:10 -0700
User-agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724)

Tom Cloyd wrote:
> OK, I've exhausted myself trying to solve another problem
>
> I understand that I can put a current date into a "\header{..." field
> (or whatever they're called), by doing something like
>
> date = #(strftime "%Y.%m.%d" (localtime (current-time)))
>
> \header{
> .
> .
> .
> subsubtitle = \date
>
>
> BUT, how do I do this:
>
> subsubtitle = { "version " + \date}
>
> I cannot find an example, and haven't been able to figure it out
> empirically.
Just add \markup.

subsubtitle = \markup{ version \date }

Paul Scott






reply via email to

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