From: fred Date: Tue, 26 Mar 2002 22:44:21 +0000 (+0000) Subject: lilypond-1.3.12 X-Git-Tag: release/1.5.59~1945 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a99696543a536886152ee25ef59c8955b998576;p=lilypond.git lilypond-1.3.12 --- diff --git a/mutopia/J.S.Bach/wtk1-fugue2.ly b/mutopia/J.S.Bach/wtk1-fugue2.ly index 9cd22ceb7d..665d44f0a7 100644 --- a/mutopia/J.S.Bach/wtk1-fugue2.ly +++ b/mutopia/J.S.Bach/wtk1-fugue2.ly @@ -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 > >