lilypond-user
[Top][All Lists]
Advanced

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

Re: headers and footers


From: Karlin High
Subject: Re: headers and footers
Date: Wed, 28 Jun 2017 23:40:06 +0000

On 6/28/2017 11:13 AM, William Zeitler wrote:
>
> * On all pages, in the lower right: "Revision: today's-MM/DD/YY" 

What I use:

% 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

That doesn't get the "all pages lower right" but might be of help 
getting dates into text strings. My LilyPond skills are such that I 
rarely every do a project the same way twice. I'm always trying out new 
or different ways of doing things.
--
Karlin High
Missouri, USA

reply via email to

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