]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposition.ly
release: 1.3.126
[lilypond.git] / input / test / transposition.ly
index 72efd42818f1b20d520f7b173353db8681f1c20f..40cedf07c45de7ce2d5101f05bf1fa2e1925b9f2 100644 (file)
@@ -15,29 +15,29 @@ Eric
 %}
 
 \header{
-title =         "Test it";
-description =   "Transposition Test file";
-enteredby =     "Eric Bullinger";
-copyright =     "public domain";
+title =         "Test it";
+description =   "Transposition Test file";
+enteredby =     "Eric Bullinger";
+copyright =     "public domain";
 }
 
 
-\version "1.0.21";
+\version "1.3.117";
 
-vOne = \notes \relative c''{
+vOne =  \notes \relative c''{
         \clef"violin";
-        \key d;
+        \key d \major;
         \time 2/4 ;
         d4 d |       
-        \key fis;
+        \key fis \major;
         fis4 fis |         
-        \key es;
+        \key es \major;
         c4 c |
 }
 
-vTwo = \notes \transpose d' { \vOne }
+vTwo =  \notes \transpose d' { \vOne }
 
-vThree = \notes \relative c''{
+vThree =  \notes \relative c''{
         \clef"violin";
         \keysignature fis cis;
         \time 2/4 ;
@@ -48,7 +48,7 @@ vThree = \notes \relative c''{
         cis4 ais4 |
 }
 
-vFour = \notes \transpose d' \vThree
+vFour =  \notes \transpose d' \vThree
 
 \score {
   \context StaffGroup <