]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.12
authorfred <fred>
Tue, 26 Mar 2002 22:44:21 +0000 (22:44 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:44:21 +0000 (22:44 +0000)
mutopia/J.S.Bach/wtk1-fugue2.ly

index 9cd22ceb7de4c40a9f030cc7887576872ca0bcb6..665d44f0a70f794390b8d787c4595f56e4194a0f 100644 (file)
@@ -21,9 +21,6 @@
 
 \version "1.3.4";
 
-global = \notes {
-  \key c \minor;
-}
   
 dux = \context Voice=two \notes \relative c''{
   \voicetwo
@@ -163,15 +160,16 @@ bassdux = \context Voice=three \notes \relative c' {
 
 \score {
  
-    \context PianoStaff < 
-       \context Staff = treble < 
+    \notes \context PianoStaff < 
+       \context Staff = treble <
+           \key C \minor;
            \dux
            { \comes \bar "|."; }
              \time 4/4;
              \property Score.timeSignatureStyle = "C"
          >
        \context Staff = bass <
-           \global
+           \key C \minor;
            \bassdux
        >
     >