]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposition.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / transposition.ly
index 1f0a668e8437ddd49b0cb564f3adf80409b3e26a..1262ddfdde63a4bfea253d08f67a3387512cb2b2 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 
 \header{ texidoc = "@cindex Transposition
 Transposing has also an effect key signature, if it is given using
@@ -10,7 +10,7 @@ the key signature is not transposed."
 
 % should the explicitly set key signature transpose also? -HJJ
 
-vOne = \notes \relative c''{
+vOne =  \relative c''{
         \clef"violin"
         \key d \major
         \time 2/4 
@@ -21,9 +21,9 @@ vOne = \notes \relative c''{
         c4 c |
 }
 
-vTwo = \notes \transpose c d { \vOne }
+vTwo =  \transpose c d { \vOne }
 
-vThree = \notes \relative c''{
+vThree =  \relative c''{
         \clef"violin"
 %        keysignature fis cis
        \set Staff.keySignature = #'((0 . 2)(3 . 2))
@@ -38,7 +38,7 @@ vThree = \notes \relative c''{
 }
 
 
-vFour = \notes \transpose c d \vThree
+vFour =  \transpose c d \vThree
 
 \score {
   \context StaffGroup <<