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: Tom Cloyd
Subject: Re: insertion of current date in text string
Date: Tue, 14 Oct 2008 04:57:06 -0700
User-agent: Thunderbird 2.0.0.17 (X11/20080925)

Yes, this is the solution.

Put this right below the "\version "2.11.60"" in my file...

date = #(strftime "%Y.%m.%d" (localtime (current-time))) % define a variable to hold the formatted date

Then....

\header {
[...]
   subsubtitle = \markup { "score version of" \date }
[...]}

This automatically datestamps my score each time I make a change and print a new version.

That was all I was after.

Thanks to the several folks who sent me the solution.

t.

Paul Scott wrote:
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





--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA, LMHC - Private practice Psychotherapist
Bellingham, Washington, U.S.A: (360) 920-1226
<< address@hidden >> (email)
<< TomCloyd.com >> (website) << sleightmind.wordpress.com >> (mental health weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





reply via email to

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