]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-fugue1.ly
release: 1.3.118
[lilypond.git] / mutopia / J.S.Bach / wtk1-fugue1.ly
index 1dffaef4863f57cd5cec5894169126f1b46d05e8..1a6d2159dfe03e687974272b1c6532c4c9eb3864 100644 (file)
@@ -1,24 +1,32 @@
 \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";
+title =                 "Fuga a 4";
+opus =            "BWV 846";
+composer =      "Johann Sebastian Bach (1685-1750)";
+enteredby =     "Shay Rojansky";
+
+
+  % 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.3.117";
 
 
-tenor =
+tenor = 
        \context Voice  = tenor  \notes \relative c' {
        \clef "violin";
 
-       \stemdown
+       \stemDown
        r8 [c8 d e] [f8. g32 f] [e8 a] |
        [d, g] ~ [g16 a g f] [e f e d] [c d c b ] |
        [a 8 fis'] g4 ~ [g8 fis16 e] [f8 d] |
@@ -34,20 +42,20 @@ tenor =
        [e fis] [g8.   a32 g] [fis8 b e, a] ~ |
        [a16 b a gis] [fis8 f!] [e d] ~ [d16 e fis gis] |
        [a gis a b] [gis fis gis a] b8 r8 r4 |
-       r8 [c,8 d e] \stemup [f8.  g32 f] [e8 a] |
+       r8 [c,8 d e] \stemUp [f8.  g32 f] [e8 a] |
 %% 15
-       [d, g] ~ [g16 a g f] e8 \stemdown [e fis g] ~ |
+       [d, g] ~ [g16 a g f] e8 \stemDown [e fis g] ~ |
        [g8 fis] [gis8 a] ~ [a g! a b] |
-       \stemboth
+       \stemBoth
        [c8.    d32 c ] [b8 e ] [a, d ] ~ [d 16 e  d  c ] |
        [b8 g'  cis,  d ] [e  cis  d  e  ] |
-       \stemdown a,8 r8 r e [fis g] \stemboth [a8.  b32 a] |
+       \stemDown a,8 r8 r e [fis g] \stemBoth [a8.  b32 a] |
 %% 20
-       [g8 c  fis, b] ~ [b16 c  b a] \stemdown [g fis e d] \stemboth |
-       e4 \stemdown d ~ [d16 a' g f!] [e g f! a] |
+       [g8 c  fis, b] ~ [b16 c  b a] \stemDown [g fis e d] \stemBoth |
+       e4 \stemDown d ~ [d16 a' g f!] [e g f! a] |
        g4 ~ [g16 a bes8] c 4 [d 8 g,] |
-       \stemboth g4. f8 ~ [f e] d4 |
-       \stemdown e8 a4 g8 ~ [g8 f g a] |
+       \stemBoth g4. f8 ~ [f e] d4 |
+       \stemDown e8 a4 g8 ~ [g8 f g a] |
 %% 25
        [bes8.  c32 b] [a8 d ] [g, c ] ~ [c 16 d  c  bes] |
        [a bes a g] [f g f e] d4 ~ [d8. g16] |
@@ -55,10 +63,10 @@ tenor =
        }
 
 
-soprane =
+soprane = 
        \context Voice = sop \notes \relative c' {
 
-       \stemup
+       \stemUp
        r1 |
        r2 r8 [g'8 a b] |
        [c8.  d32 c ] [b8 e ] [a, d ] ~ [d 16 e  d  c ] |
@@ -93,12 +101,12 @@ soprane =
        [f32 c d e f16 g] [a8. b16] <g2 c 2> |
        }
 
-alt =
+alt = 
 \context Voice = alt   \notes \relative   c {
        \clef "bass";
 
        
-       \stemup
+       \stemUp
        r1 |
        r |
        r |
@@ -133,12 +141,12 @@ alt =
        c 1 |
        }
 
-bass =\context Voice = bassvoice
+bass = \context Voice = bassvoice
        \notes \relative c {
        \clef "bass";
 
 
-       \stemdown
+       \stemDown
        r1 |
        r |
        r |
@@ -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; }
+}