]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.14
authorfred <fred>
Sun, 17 Oct 1999 00:48:17 +0000 (00:48 +0000)
committerfred <fred>
Sun, 17 Oct 1999 00:48:17 +0000 (00:48 +0000)
mutopia/J.S.Bach/Solo-Cello-Suites/header.ly [new file with mode: 0644]

diff --git a/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly b/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly
new file mode 100644 (file)
index 0000000..d075dca
--- /dev/null
@@ -0,0 +1,31 @@
+%{
+Header for Solo Cello Suite no. 2.
+
+This is the 2nd cello suite by Bach, in versions for both cello and
+viola.  It was coded by JCN following a Baerenreiter
+urtext. Optionally you can add or remove slurs etc. to taste. 
+
+The setup of the files is slightly complicated, because sharing of
+information is taken to the extreme.
+
+%}
+
+\header{
+  title =       "Solo Cello Suites";
+  subtitle = "Suite II";
+  opus =        "BWV 1008";
+  composer =    "Johann Sebastian Bach (1685-1750)";
+  enteredby =   "JCN";
+
+  % mutopia headers.
+  mutopiatitle = "Solo Cello Suites, Suite II";
+  mutopiacomposer = "J.S.Bach";
+  mutopiaopus = "BWV1008";
+  style = "baroque";
+  maintainername = "Jan Nieuwenhuizen";
+    
+  copyright =    "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by " +  \maintainername + ".\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!";
+  maintainer = "janneke@gnu.org";
+
+  lastupdated = "1999/Oct/16";
+}