]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/J.S.Bach/Solo-Cello-Suites/header.ly
patch::: 1.3.127.jcn4
[lilypond.git] / mutopia / J.S.Bach / Solo-Cello-Suites / header.ly
1 %{
2 Header for Solo Cello Suite no. 2.
3
4 This is the 2nd cello suite by Bach, in versions for both cello and
5 viola.  It was coded by JCN following a Baerenreiter
6 urtext. Optionally you can add or remove slurs etc. to taste. 
7
8 The setup of the files is slightly complicated, because sharing of
9 information is taken to the extreme.
10
11 %}
12
13 \header{
14   title =        "Solo Cello Suites";
15   subtitle =     "Suite II";
16   opus =         "BWV 1008";
17   composer =     "Johann Sebastian Bach (1685-1750)";
18   enteredby =    "JCN";
19   instrument =   \instrument;
20
21   % mutopia headers.
22   mutopiatitle = "Solo Cello Suites, Suite II";
23   mutopiacomposer = "J.S.Bach (1685-1750)";
24   mutopiaopus = "BWV1008";
25   mutopiainstrument = \intrument;
26   date = "1710s, 1720s";
27   source = "Baerenreiter urtext";
28   style = "Baroque";
29   copyright = "Public Domain";
30   maintainer = "Jan Nieuwenhuizen";
31   maintainer_email = "janneke@gnu.org";
32   lastupdated =  "2001/Jan/31";
33   mutopiapublicdomain = "\\parbox{\hsize}{\\thefooter\\quad\\small
34     \\\\This music is part of the Mutopia project,
35     \\texttt{http://www.mutopiaproject.org/}\\\\It has been typeset
36     and placed in the public domain by " + \maintainer +
37     ".\\\\Unrestricted modification and redistribution is permitted
38     and encouraged---copy this music and share it!}";
39  tagline = \mutopiapublicdomain;
40  footer = "Mutopia-2001/01/31-2";
41 }