]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-partcombine-texts.ly
4ad3a2ae0a0af33f2ccaca1af7658d1e12c34440
[lilypond.git] / input / lsr / changing-partcombine-texts.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "simultaneous-notes"
7
8 %% Translation of GIT committish: 04ab6c269b4067b6ed334d460339818d90513396
9   texidoces = "
10 Al utilizar la posibilidad de combinación automática de partes, se
11 puede modificar el texto que se imprime para las secciones de solo
12 y de unísono:
13
14 "
15   doctitlees = "Cambiar los textos de partcombine"
16
17 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
18   texidocde = "
19 Wenn Stimmen automatisch kombiniert werden, kann der Text, der für
20 Solo- und Unisono-Stellen ausgegeben wird, geändert werden:
21
22 "
23   doctitlede = "Partcombine-Text ändern"
24
25   texidoc = "
26 When using the automatic part combining feature, the printed text for
27 the solo and unison sections may be changed:
28
29 "
30   doctitle = "Changing partcombine texts"
31 } % begin verbatim
32
33 \new Staff <<
34   \set Staff.soloText = #"girl"
35   \set Staff.soloIIText = #"boy"
36   \set Staff.aDueText = #"together"
37   \partcombine
38     \relative c'' {
39       g4 g r r
40       a2 g
41     }
42     \relative c'' {
43       r4 r a( b)
44       a2 g
45     }
46 >>
47