]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/J.S.Bach/wtk1-fugue2.ly
release: 1.1.44
[lilypond.git] / mutopia / J.S.Bach / wtk1-fugue2.ly
index 187bb83512713fea0b5749321e5aaa88ef4bedd1..606dfabb852d7554ba431aae58e17a315077be0f 100644 (file)
@@ -19,7 +19,7 @@
    * auto beaming
 %}
 
-\version "1.0.14";
+\version "1.0.20";
 
 \include "nederlands.ly"                 % for correct parsing of note names
 
@@ -31,11 +31,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 +83,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 +124,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,21 +163,21 @@ 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
        >