]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-fugue1.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / wtk1-fugue1.ly
index 1dffaef4863f57cd5cec5894169126f1b46d05e8..18ea02ec54732891d61d8f3b5a41a5d3a2d5294e 100644 (file)
@@ -1,17 +1,25 @@
 \header{
-filename =      "fugue1.ly";
 title =                 "Fuga a 4";
-description =   "Das Wohltemperierte Clavier I, Fuga I (c-major)";
 opus =           "BWV 846";
 composer =      "Johann Sebastian Bach (1685-1750)";
 enteredby =     "Shay Rojansky";
-copyright =     "Public Domain";
+
+
+  % mutopia headers.
+  mutopiatitle = "Das Wohltemperierte Clavier I, Fuga 1 (c-major)";
+  mutopiacomposer = "J.S.Bach";
+  mutopiaopus = "BWV846";
+  style = "baroque";
+  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 Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!";
+  maintainer = "hanwen@cs.uu.nl";
+  lastupdated = "1999/Oct/14";
+  
 }
 
 %{
 TODO: use autobeaming. 
 %}
-\version "1.2.0";
+\version "1.2.13";
 
 
 tenor =
@@ -189,10 +197,8 @@ bass =\context Voice = bassvoice
        > 
 
        \paper{
-       gourlay_maxmeasures = 7.;
-%      castingalgorithme = \Wordwrap;
+          linewidth = 18.0 \cm;
        }
-%      \midi { \tempo 4 = 84; }
-}
 
-% EOF
+       \midi { \tempo 4 = 84; }
+}