]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/mutopia/J.S.Bach/wtk1-fugue2.ly
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / input / mutopia / J.S.Bach / wtk1-fugue2.ly
index f9c6f2a63f9f7c761709cf06e495a8586f5ed7b7..db7a991564305791cd0dea28bf27ea05620cb05d 100644 (file)
@@ -1,9 +1,9 @@
 \header {
-  title =       "Fuga a 3 voci"
-  opus =        "BWV 847-Fuga"
-  source =      "Henle's Urtext"
-  composer =    "Johann Sebastian Bach (1685-1750)"
-  enteredby =   "hwn, wl, jcn"
+  title = "Fuga a 3 voci"
+  opus = "BWV 847-Fuga"
+  source = "Henle's Urtext"
+  composer = "Johann Sebastian Bach (1685-1750)"
+  enteredby = "hwn, wl, jcn"
 
   % mutopia headers.
   mutopiatitle = "Das Wohltemperierte Clavier I, Fuga II (c-minor)"
@@ -20,9 +20,8 @@
     ".\\\\Unrestricted modification and redistribution is permitted
     and encouraged---copy this music and share it.}"
   tagline = \mutopiapublicdomain
-  lastupdated = "2002/July/7"
-  footer = "Mutopia-2002/07/07-6"
-
+  lastupdated = "2002/August/19"
+  footer = "Mutopia-2002/08/19-6"
 }
 
 
 
  the few forced linebreaks were an earlier attempt to get the spacing
  to match up.
+
 %}
 
-\include "paper19.ly"
-\version "1.5.68"
 
+\version "2.1.22"
 
 
 
-dux =  \context Voice=two \notes \relative c''{
+
+dux = \context Voice=two \notes \relative c''{
   \voiceTwo
   \clef violin
 
@@ -60,7 +59,7 @@ dux =  \context Voice=two \notes \relative c''{
 %%10 
   as4 r8 a bes bes16 a bes8 f |
   g4 r8 g as as g
-  \translator Staff = bass \stemUp 
+  \change Staff = bass \stemUp 
   f |
   r8 
   as, bes c r8 as16 g as8 f8 |
@@ -68,7 +67,7 @@ dux =  \context Voice=two \notes \relative c''{
   f des' c bes c as g f |
 %%15
   g8
- \translator Staff = treble
+ \change Staff = treble
    \stemDown
 
   g'16 fis g8 c, 
@@ -82,9 +81,11 @@ dux =  \context Voice=two \notes \relative c''{
 %%20
   c16 f es d
    c
-  \translator Staff = bass
+  \change Staff = bass
+  \stemUp
    bes! as g 
-  f8 \translator Staff = treble
+  f8 \change Staff = treble
+  \stemDown
   as' g f |
   es d es f b, c d b |
   c4 r8 e8 f f16 e f8 c |
@@ -98,13 +99,13 @@ dux =  \context Voice=two \notes \relative c''{
   f16 d es c ~ c8 b c4 r8 e |
 %%30
   f4 r8 f f es16 d es8 <f as> |
-  <b, d> r <b d> r <g2 c> |
+  <b, d> r <b d> r <g c>2 |
 }
 
 
-comes =  \context Voice=one \notes \relative c'' {
+comes = \context Voice=one \notes \relative c'' {
   \voiceOne
-  \property Voice.MultiMeasureRest \override #'staff-position = #6 
+  \override MultiMeasureRest  #'staff-position = #6 
   R1 |
   R1 |
   r8 g'16 fis g8 c, es g16 fis g8 a |
@@ -144,7 +145,7 @@ comes =  \context Voice=one \notes \relative c'' {
   f,16 g as4 g16 f e2 |
 }
 
-bassdux =  \context Voice=three \notes \relative c' {
+bassdux = \context Voice=three \notes \relative c' {
   \clef bass
   R1 |
   R |
@@ -183,26 +184,26 @@ bassdux =  \context Voice=three \notes \relative c' {
   f,16 g as4 g16 f es4 r8 es' |
   d c g' g, 
 %%30
-  < {  c2 ~ | c1 ~ | c1 } \\
+  << {  c2 ~ | c1 ~ | c1 } \\
     {   c,2 ~ | c1 ~ | c1 }
-  > 
+  >> 
 }
 
 \score {
  
-    \notes \context PianoStaff < 
-        \property Score.TimeSignature \override #'style = #'C
-       \context Staff = treble <
+    \notes \context PianoStaff << 
+        \override Score.TimeSignature  #'style = #'C
+       \context Staff = treble <<
            \key c \minor
            \dux
            { \comes \bar "|." }
              \time 4/4
-         >
-       \context Staff = bass <
+         >>
+       \context Staff = bass <<
            \key c \minor
            \bassdux
-       >
-    >
+       >>
+    >>
 
     \paper {
         linewidth = 18.0 \cm
@@ -220,3 +221,4 @@ bassdux =  \context Voice=three \notes \relative c' {
     }
 }
 
+