Created
February 20, 2013 18:34
-
-
Save glenl/4997852 to your computer and use it in GitHub Desktop.
Mutopia tag, Simplicity v2
Updated to include 'typeset using ...' wording from Robert Ames.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\version "2.16.1" | |
% Simplicity v2 | |
% An attempt to reduce bulk of the Mutopia copyright tag | |
% Glen Larsen | |
% Wed Feb 20 09:50:55 2013 | |
% | |
% Yes, I know it doesn't have the the Mutopia ID # from the footer but | |
% felt it would cause an additional line. The wording for the license | |
% is taken directly from the Creative Commons website. | |
% | |
% Modified from V1 to include "Typeset using Lilypond" wording suggested | |
% by Robert Ames. | |
\header { | |
maintainer = "Georgia Brown" | |
footer = "Mutopia-2013/02/07-9999" | |
thecopyright = "Creative Commons Attribution-ShareAlike 3.0" | |
tagline = \markup { | |
\override #'(baseline-skip . 2.2) | |
\center-column { | |
\abs-fontsize #8 \sans \bold | |
\with-url #"http://www.MutopiaProject.org" { | |
"Mutopia" | |
"Project" | |
} | |
} | |
\override #'(baseline-skip . 0) | |
\column { | |
\with-color #grey | |
\filled-box #'( 0 . 1) #'(-2.5 . 1.4) #0 | |
} | |
\override #'(baseline-skip . 2.2) | |
\column { | |
\abs-fontsize #8 \sans | |
\concat{"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond" " ©2012 by " \maintainer "." } | |
\abs-fontsize #8 \sans | |
\concat {"This work is licensed under a " \with-url #"http://creativecommons.org/licenses/by-sa/3.0" \thecopyright " license."} | |
} | |
} | |
} | |
\markup{ "Glen Larsen: Mutopia tag " \bold "Simplicity V1" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment