]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-fugue2.ly
release: 1.3.6
[lilypond.git] / mutopia / J.S.Bach / wtk1-fugue2.ly
index 22948fd8e424ddb75349fe8b0011db078f90bc20..9cd22ceb7de4c40a9f030cc7887576872ca0bcb6 100644 (file)
@@ -1,42 +1,34 @@
 \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";
+
+  % 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";
 }
 
-%{
- Tested Features: 
-   * stem direction 
-   * multivoice, 
-   * forced accidentals
-   * cross-staff beaming
-   * auto beaming
-%}
 
-\version "1.0.19";
+% It would be nice to squeeze this onto two pages, but I am not sure
+% if it would work with US paper.
 
-\include "nederlands.ly"                 % for correct parsing of note names
+\version "1.3.4";
 
 global = \notes {
   \key c \minor;
-  \time 4/4;
-  \property Staff.timeSignatureStyle = "C"
-  \skip 1*31;
-  \bar "|."; |
 }
   
 dux = \context Voice=two \notes \relative c''{
   \voicetwo
   \clef violin;
 
-  \property Voice.ydirection = "-1"
-  
   r8 c16 b c8 g as c16 b c8 d |
   g, c16 b c8 d f,16 g as4 g16 f |
   es c' b a g f! es d c8 es' d c |
@@ -173,9 +165,10 @@ bassdux = \context Voice=three \notes \relative c' {
  
     \context PianoStaff < 
        \context Staff = treble < 
-           \global 
            \dux
-           \comes 
+           { \comes \bar "|."; }
+             \time 4/4;
+             \property Score.timeSignatureStyle = "C"
          >
        \context Staff = bass <
            \global
@@ -184,10 +177,7 @@ bassdux = \context Voice=three \notes \relative c' {
     >
 
     \paper {
-       gourlay_maxmeasures = 4.;
-       indent = 8.\mm;
-       textheight = 295.\mm;
-
+        linewidth = 18.0 \cm;
        \translator{ \OrchestralScoreContext }
     }
     \header{