]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/changing-partcombine-texts.ly
f8c645982c4a7039e3d0d6bcc04df507578ddd37
[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.11.55"
4
5 \header {
6   lsrtags = "simultaneous-notes"
7
8   texidoc = "
9 When using the automatic part combining feature, the printed text for
10 the solo and unison sections may be changed:
11
12 "
13   doctitle = "Changing partcombine texts"
14 } % begin verbatim
15 \new Staff <<
16   \set Staff.soloText = #"girl"
17   \set Staff.soloIIText = #"boy"
18   \set Staff.aDueText = #"together"
19   \partcombine
20     \relative c'' {
21       g4 g r r
22       a2 g
23     }
24     \relative c'' {
25       r4 r a( b)
26       a2 g
27     }
28 >>