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