MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / quote-transposition.ly
blob6138485c0a56fd8b2df25ea29c500212fade5763
2 \header
5 texidoc = "Quotations take into account the transposition of both
6 source and target. In this example, all instruments play sounding
7 central C, the target is a instrument in F. The target part may be
8 @code{\\transpose}d. In this case, all the pitches (including the
9 quoted ones) will transposed as well. "
13 \version "2.12.0"
15 \layout { ragged-right = ##t }
18 \addQuote clarinet {
19 \transposition bes
20 d'16 d'16 d'8
21 d'16 d'16 d'8
22 d'16 d'16 d'8
23 d'16 d'16 d'8
26 \addQuote sax {
27 \transposition es'
28 a8 a a a a a a a
31 quoteTest = {
32 \transposition f % french horn
34 g'4
35 << \quoteDuring #"clarinet" { \skip 4 } s4^"clar" >>
36 << \quoteDuring #"sax" { \skip 4 } s4^"sax" >>
40 << \quoteTest
41 \new Staff
42 << \transpose c' d' \quoteTest
43 s4_"up 1 tone"