]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposition.ly
(conv): dashes rule.
[lilypond.git] / input / test / transposition.ly
index 4b3d3f353bc2c4f7d86d2e494d286ece043b40be..89b9868a2178c4fef0f9b611b5c811d005581bc6 100644 (file)
@@ -1,15 +1,22 @@
-\version "1.5.68"
+#(ly:set-option 'old-relative)
+\version "1.9.1"
+
+\header{ texidoc = "@cindex Transposition
+Transposition test file."
+}
+
+
 %{
 Hi all,
 
 I have extend Mats' patches to allow accidental transposition:
         \keysignature bes es fis
-               = \transpose d =>
+               = \transpose c' d =>
         \keysignature gis
 
 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?).
+- "wrong" transposition: e.g. \transpose c' d of fis-major = gis-major (better as-major?).
        The solution gis=as etc. would concern both note and key transposistion
 
 Eric
@@ -21,13 +28,6 @@ Eric
   /Mats B, March 21, 2001
 %}
 
-\header{
-title =         "Test it"
-description =   "Transposition Test file"
-enteredby =     "Eric Bullinger"
-copyright =     "public domain"
-}
-
 
 
 
@@ -42,7 +42,7 @@ vOne =  \notes \relative c''{
         c4 c |
 }
 
-vTwo =  \notes \transpose d' { \vOne }
+vTwo =  \notes \transpose c d { \vOne }
 
 vThree =  \notes \relative c''{
         \clef"violin"
@@ -58,7 +58,7 @@ vThree =  \notes \relative c''{
         cis4 ais4 |
 }
 
-vFour =  \notes \transpose d' \vThree
+vFour =  \notes \transpose c d \vThree
 
 \score {
   \context StaffGroup <
@@ -67,8 +67,9 @@ vFour =  \notes \transpose d' \vThree
          \context Staff=vThree \vThree
          \context Staff=vFour \vFour
   >
-        \paper { linewidth= 130.\mm }
+        \paper { linewidth= 130.\mm raggedright = ##t }
 }
 
 
 
+