ly-styles/defs/tagline_seaforth.ily

22 lines
486 B
Plaintext

%{0
Tagline. Customize to get your name in the tag line.
%}
\version "2.16.0"
today = #(strftime "%b %e, %Y" (localtime (current-time)))
\paper {
tagline = \markup {
\concat {
\with-url #"http://lilypond.org" #(format #f "Typeset with LilyPond ~a" (lilypond-version) )
", "
\with-url #"https://deboone.nl" " by ET de Boone"
", "
\with-url #"https://seaforth.nl" "Seaforths of Holland"
", "
\concat { "(rev. " \today ")" }
}
}
}