Update .ly files.
[lilypond.git] / input / lsr / quoting-another-voice-with-transposition.ly
blob4be2a043139344003812f80bae89ea21c2eb1afc
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.12.0"
4 \header {
5 texidoces = "
6 Los pasajes citados tienen en cuenta la transposición de la fuente
7 tanto como la del destino. En este ejemplo, todos los
8 instrumentos interpreta una nota con el sonido del Do central; el
9 destino de un instrumento transpositor en Fa. La parte de destino
10 se puede transponer utilizando @code{\\transpose}. En este caso
11 se transportan todas las notas (incluidas las citadas).
15 doctitlees = "Citar otra voz con transposición"
16 lsrtags = "pitches,staff-notation"
17 texidoc = "Quotations take into account the transposition of both
18 source and target. In this example, all instruments play sounding
19 middle C; the target is an instrument in F. The target part may be
20 transposed using @code{\\transpose}. In this case, all the pitches
21 (including the quoted ones) are transposed.
23 doctitle = "Quoting another voice with transposition"
24 } % begin verbatim
27 \addQuote clarinet {
28 \transposition bes
29 \repeat unfold 8 { d'16 d' d'8 }
32 \addQuote sax {
33 \transposition es'
34 \repeat unfold 16 { a8 }
37 quoteTest = {
38 % french horn
39 \transposition f
40 g'4
41 << \quoteDuring #"clarinet" { \skip 4 } s4^"clar." >>
42 << \quoteDuring #"sax" { \skip 4 } s4^"sax." >>
43 g'4
47 \set Staff.instrumentName =
48 \markup {
49 \center-column { Horn \line { in F } }
51 \quoteTest
52 \transpose c' d' << \quoteTest s4_"up a tone" >>