]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/transposition.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / test / transposition.ly
index 5a133933f8ba056a35dec616c035d36a45c79e54..152a07f57ae309188c2e790578292886e760b6b6 100644 (file)
@@ -1,10 +1,17 @@
-\version "1.7.6"
+
+\version "1.9.4"
+
+\header{ texidoc = "@cindex Transposition
+Transposition test file."
+}
+
+
 %{
 Hi all,
 
 I have extend Mats' patches to allow accidental transposition:
         \keysignature bes es fis
-               = \transpose c' d =>
+               = \transpose c' d =>>
         \keysignature gis
 
 As you can see in output =  the example file "test.ly" there are a few problems left:
@@ -21,13 +28,6 @@ Eric
   /Mats B, March 21, 2001
 %}
 
-\header{
-title =         "Test it"
-description =   "Transposition Test file"
-enteredby =     "Eric Bullinger"
-copyright =     "public domain"
-}
-
 
 
 
@@ -61,15 +61,15 @@ vThree =  \notes \relative c''{
 vFour =  \notes \transpose c d \vThree
 
 \score {
-  \context StaffGroup <
-         \context Staff=vOne \vOne
-         \context Staff=vTwo \vTwo
-         \context Staff=vThree \vThree
-         \context Staff=vFour \vFour
-  >
-        \paper { linewidth= 130.\mm }
+  \context StaffGroup <<
+         \new Staff \vOne
+         \new Staff \vTwo
+         \new Staff \vThree
+         \new Staff \vFour
+  >>
+        \paper { linewidth= 130.\mm raggedright = ##t }
 }
 
 
 
-%% new-chords-done %%
+