winterreise/project-common.ly

21 lines
618 B
Plaintext

\version "2.18.2"
composer = "Franz Schubert"
poet = "Wilhelm Müller"
arranger = "arr. Kashish"
copyright = \markup \center-column {
\smaller {
"The author of this arrangement, contrapunctus/Kashish (xmpp:contrapunctus@jabber.fr), would like to release it into the"
\raise #1
\concat {
\bold "public domain "
"using the Creative Commons CC0 License - "
\with-url #"http://creativecommons.org/publicdomain/zero/1.0/"
{http://creativecommons.org/publicdomain/zero/1.0/}
}
}
}
pos = #(define-scheme-function (parser location str) (string?)
#{ \markup \bold #str #})