]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-transposition.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / quote-transposition.ly
index 1b2c55a7300053537de28cad132eaa52e8f723ec..98349f27fa8c2c8ca97fa883a5e744163d1f13a0 100644 (file)
@@ -6,28 +6,27 @@
 In this example, all instruments play sounding central C, the target is a instrument in F."
 
 }
-\version "2.1.28"
+\version "2.3.4"
 
+\paper { raggedright = ##t }
 
-\addquote clarinet \notes {
+
+\addquote clarinet  {
     \transposition bes
     d'16 d'16 d'8 
     d'16 d'16 d'8 
     d'16 d'16 d'8 
     d'16 d'16 d'8 
-    }
-\addquote sax \notes {
+}
+\addquote sax  {
     \transposition es'
     a8 a a a a a  a a 
-    }
-
-\score {
-    \notes{
-       \transposition f  % french horn
-       
-       g'4
-       << \quote clarinet 4 s4^"clar" >> 
-       << \quote sax 4 s4^"sax" >> 
-    }
+}
+{
+    \transposition f  % french horn
+    
+    g'4
+    << \quote clarinet 4 s4^"clar" >> 
+    << \quote sax 4 s4^"sax" >> 
 }