grande-solo/common.ly

33 lines
816 B
Plaintext
Executable File

\version "2.18.2"
common = {
\key a \major
\time 2/4
}
guitarTuning = \mark \markup \column {
\line {
\override #'(font-size . 0.05) { \circle 6 }
\small "= D2"
}
}
copyright = \markup \center-column {
\smaller {
\concat {
"The author (contrapunctus/Kashish, "
\with-url #"xmpp:contrapunctus@jabjab.de" {xmpp:contrapunctus@jabjab.de}
") of this edition of a"
}
% \raise #1
"public domain work has released it into the public domain using the Creative Commons CC0 License - "
\with-url #"http://creativecommons.org/publicdomain/zero/1.0/"
{http://creativecommons.org/publicdomain/zero/1.0/}
% \with-url #"http://lilypond.org/" {
% LilyPond ... \italic {
% music notation for everyone
% }
% }
}
}