lilypond-user
[Top][All Lists]
Advanced

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

Re: headers and footers


From: Guy Stalnaker
Subject: Re: headers and footers
Date: Wed, 28 Jun 2017 18:51:08 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

:-/

And options for formatting that time string:

http://strftime.org/

%x = mm/dd/yyyy, e.g., 6/28/2017

On 6/28/2017 6:40 PM, Karlin High wrote:
% BEGIN LILYPOND CODE
\version "2.19.62"
tagdate = #(strftime "%m-%d-%Y" (localtime (current-time)))

\header {
    tagline = \markup { $(string-append "Made with LilyPond "
(lilypond-version) " on ") \tagdate }
}

{ c' }
% END LILYPOND CODE

--
“Happiness is the meaning and the purpose of life, the whole aim and end of 
human existence.”
― Aristotle




reply via email to

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