An options for formatting that time string:

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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to