]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-fugue2.ly
release: 1.2.14
[lilypond.git] / mutopia / J.S.Bach / wtk1-fugue2.ly
index 187bb83512713fea0b5749321e5aaa88ef4bedd1..d74fa6ef86242ccbf41bb9ec61f3abd6dbd0d182 100644 (file)
@@ -1,25 +1,26 @@
 \header {
-  filename =    "wtk1-fugue2.ly";
-  title =       "Fuga II";
-  subtitle =    "\\`a 3 voci";
-  description = "Das Wohltemperierte Clavier I, Fuga II (c-minor)";
+  title =       "Fuga a 3 voci";
   opus =        "BWV 847-Fuga";
   source =      "Henle's Urtext";
   composer =    "Johann Sebastian Bach (1685-1750)";
   enteredby =   "hwn, wl, jcn";
-  copyright =   "Public Domain";
-}
 
-%{
- Tested Features: 
-   * stem direction 
-   * multivoice, 
-   * forced accidentals
-   * cross-staff beaming
-   * auto beaming
-%}
+  % mutopia headers.
+  mutopiatitle = "Das Wohltemperierte Clavier I, Fuga II (c-minor)";
+  mutopiacomposer = "J.S.Bach";
+  mutopiaopus = "BWV847";
+  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";
+  
+  }
+
 
-\version "1.0.14";
+% It would be nice to squeeze this onto two pages, but I am not sure
+% if it would work with US paper.
+
+\version "1.2.13";
 
 \include "nederlands.ly"                 % for correct parsing of note names
 
@@ -31,11 +32,11 @@ global = \notes {
   \bar "|."; |
 }
   
-dux = \type Voice=two \notes \relative c''{
+dux = \context Voice=two \notes \relative c''{
   \voicetwo
   \clef violin;
 
-  \property Voice.ydirection = "-1"
+  \property Voice.verticalDirection = "-1"
   
   r8 c16 b c8 g as c16 b c8 d |
   g, c16 b c8 d f,16 g as4 g16 f |
@@ -83,7 +84,7 @@ dux = \type Voice=two \notes \relative c''{
 }
 
 
-comes = \type Voice=one \notes \relative c'' {
+comes = \context Voice=one \notes \relative c'' {
   \voiceone
   R1 |
   R1 |
@@ -124,7 +125,7 @@ comes = \type Voice=one \notes \relative c'' {
   f,16 g as4 g16 f e2 |
 }
 
-bassdux = \type Voice=three \notes \relative c' {
+bassdux = \context Voice=three \notes \relative c' {
   \clef bass;
   R1 |
   R |
@@ -163,31 +164,28 @@ bassdux = \type Voice=three \notes \relative c' {
   f,16 g as4 g16 f es4 r8 es' |
   d c g' g, 
 %%30
-  \type Staff=bass <
+  \context Staff=bass <
     {\stemup c2 ~ | c1 ~ | c1 }
-    \type Voice=four {\stemdown c,2 ~ | c1 ~ | c1 }
+    \context Voice=four {\stemdown c,2 ~ | c1 ~ | c1 }
   >
 }
 
 \score {
  
-    \type PianoStaff < 
-       \type Staff = treble < 
+    \context PianoStaff < 
+       \context Staff = treble < 
            \global 
            \dux
            \comes 
          >
-       \type Staff = bass <
+       \context Staff = bass <
            \global
            \bassdux
        >
     >
 
     \paper {
-       gourlay_maxmeasures = 4.;
-       indent = 8.\mm;
-       textheight = 295.\mm;
-
+        linewidth = 18.0 \cm;
        \translator{ \OrchestralScoreContext }
     }
     \header{