]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ssaattbb-template-with-changed-instrument-names.ly
Doc-es: various updates.
[lilypond.git] / input / regression / ssaattbb-template-with-changed-instrument-names.ly
1 \version "2.19.25"
2
3 \header {
4   texidoc ="Instrument names and short instrument names
5 can be changed when using the ssaattbb built-in template."
6 }
7
8 Time = { s1 \break s1 }
9 TwoVoicesPerStaff = ##t
10
11 SopranoOneInstrumentName = "Sop One"
12 SopranoOneShortInstrumentName = "Sop 1"
13 SopranoTwoInstrumentName = "Sop Two"
14 SopranoTwoShortInstrumentName = "Sop 2"
15 MenDividedInstrumentName = "Men Div"
16 MenDividedShortInstrumentName = "M Div"
17 MenInstrumentName = "Men Uni"
18 MenShortInstrumentName = "M Uni"
19 TenorInstrumentName = "Tenori"
20 BassInstrumentName = "Bassi"
21 PianoInstrumentName = "Organ"
22
23 MenMusic = \relative { s1 | c4 c c c }
24 SopranoOneMusic = \relative { c''4 c c c | c c c c }
25 SopranoTwoMusic = \relative { g'4 g g g | g g g g }
26 TenorMusic = \relative { c'4 c c c | s1 }
27 BassMusic = \relative { g2 g4 g | s1 }
28
29 PianoRHMusic = \relative { c''4 c c c | c c c c }
30 PianoLHMusic = \relative { c2 c c c }
31
32 \layout {
33   ragged-right = ##t
34 }
35
36 \paper { left-margin = 15 }
37
38 \include "ssaattbb.ly"