]> 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 d7c2a5cc7af3674a4ac8d88a12f2d7a67badb1b6..98349f27fa8c2c8ca97fa883a5e744163d1f13a0 100644 (file)
@@ -8,6 +8,8 @@ In this example, all instruments play sounding central C, the target is a instru
 }
 \version "2.3.4"
 
+\paper { raggedright = ##t }
+
 
 \addquote clarinet  {
     \transposition bes
@@ -15,19 +17,16 @@ In this example, all instruments play sounding central C, the target is a instru
     d'16 d'16 d'8 
     d'16 d'16 d'8 
     d'16 d'16 d'8 
-    }
+}
 \addquote sax  {
     \transposition es'
     a8 a a a a a  a a 
-    }
-
-\score {
-    {
-       \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" >> 
 }