]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/quote-transposition.ly
(texidoc): cleanup.
[lilypond.git] / input / regression / quote-transposition.ly
1
2 \header
3 {
4
5     texidoc = "Quotations take into account the transposition of both  source and target.
6 In this example, all instruments play sounding central C, the target is a instrument in F."
7
8 }
9 \version "2.3.17"
10
11 \paper { raggedright = ##t }
12
13
14 \addquote clarinet  {
15     \transposition bes
16     d'16 d'16 d'8 
17     d'16 d'16 d'8 
18     d'16 d'16 d'8 
19     d'16 d'16 d'8 
20 }
21 \addquote sax  {
22     \transposition es'
23     a8 a a a a a  a a 
24 }
25 {
26     \transposition f  % french horn
27     
28     g'4
29     << \quote clarinet 4 s4^"clar" >> 
30     << \quote sax 4 s4^"sax" >> 
31 }
32