From: fred Date: Sun, 17 Oct 1999 00:48:17 +0000 (+0000) Subject: lilypond-1.2.14 X-Git-Tag: release/1.5.59~5768 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf2e57354a7b2828cde63870c51e711cc750faf2;p=lilypond.git lilypond-1.2.14 --- 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 index 0000000000..d075dca779 --- /dev/null +++ b/mutopia/J.S.Bach/Solo-Cello-Suites/header.ly @@ -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"; +}