]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/test/transposition.ly: Fix key signatures, given in comments.
authorhjunes <hjunes>
Fri, 24 Oct 2003 00:32:30 +0000 (00:32 +0000)
committerhjunes <hjunes>
Fri, 24 Oct 2003 00:32:30 +0000 (00:32 +0000)
ChangeLog
input/test/transposition.ly

index 630881a902307e878502452dbb1ef4a169d4a4f1..99c7f5f1086812170c3d27d8d3aae02f2055b64c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/transposition.ly: Fix key signatures, given in comments.
+
 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
 
        * scm/midi.scm (instrument-names-alist),
index a8943df0eaa8299ed1424eedabb86d3349071d3d..79007d0df9569e44e69cd8196b9adb74a648c78d 100644 (file)
@@ -47,14 +47,14 @@ vTwo =  \notes \transpose c d { \vOne }
 vThree =  \notes \relative c''{
         \clef"violin"
 %        \keysignature fis cis
-       \property Staff.keySignature = #'((0 . 1)(3 . 1))
+       \property Staff.keySignature = #'((0 . 2)(3 . 2))
         \time 2/4 
         d4 d |       
 %        \keysignature bes es fis
-       \property Staff.keySignature = #'((3 . 1)(2 . -1)(6 . -1))
+       \property Staff.keySignature = #'((3 . 2)(2 . -2)(6 . -2))
         fis4 fis |         
 %        \keysignature fis cis gis dis ais eis
-       \property Staff.keySignature = #'((2 . -1)(5 . -1)(1 . 1)(4 . 1)(0 . 1)(3 . 1))
+       \property Staff.keySignature = #'((2 . -2)(5 . -2)(1 . 2)(4 . 2)(0 . 2)(3 . 2))
         cis4 ais4 |
 }