]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposition.ly
release: 1.3.43
[lilypond.git] / input / test / transposition.ly
index ba4569910c5dd63faf5987bc4504ed63b5d0bbcc..93aa1084734fff4c2c4778405fc407ffcb60f60d 100644 (file)
@@ -6,7 +6,7 @@ I have extend Mats' patches to allow accidental transposition:
                = \transpose d =>
         \keysignature gis;
 
-As you can see in output the example file "test.ly" there are a few problems left:
+As you can see in output =  the example file "test.ly" there are a few problems left:
 - key undo (already in the Todo)
 - "wrong" transposition: e.g. \transpose d of fis-major = gis-major (better as-major?).
        The solution gis=as etc. would concern both note and key transposistion
@@ -22,7 +22,7 @@ copyright =    "public domain";
 }
 
 
-\version "1.0.4";
+\version "1.3.42";
 
 vOne = \notes \relative c''{
         \clef"violin";
@@ -35,7 +35,7 @@ vOne = \notes \relative c''{
         c4 c |
 }
 
-vTwo = \notes \relative c''\transpose d' { \vOne }
+vTwo = \notes \transpose d' { \vOne }
 
 vThree = \notes \relative c''{
         \clef"violin";
@@ -48,10 +48,10 @@ vThree = \notes \relative c''{
         cis4 ais4 |
 }
 
-vFour = \notes \relative c''\transpose d' \vThree
+vFour = \notes \transpose d' \vThree
 
 \score {
-  \type StaffGroup <
+  \context StaffGroup <
          \vOne
          \vTwo
          \vThree