]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposition.ly
release: 1.0.12
[lilypond.git] / input / test / transposition.ly
index ba4569910c5dd63faf5987bc4504ed63b5d0bbcc..18f742d1273ddb22f7bd05949b0d64492f999360 100644 (file)
@@ -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,7 +48,7 @@ vThree = \notes \relative c''{
         cis4 ais4 |
 }
 
-vFour = \notes \relative c''\transpose d' \vThree
+vFour = \notes \transpose d' \vThree
 
 \score {
   \type StaffGroup <