]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/satb-template-with-changed-instrument-names.ly
Doc-es: various updates.
[lilypond.git] / input / regression / satb-template-with-changed-instrument-names.ly
1 \version "2.19.19"
2
3 \header {
4   texidoc ="Instrument names and short instrument names
5 can be changed when using the satb built-in template."
6 }
7
8 Time = { s1 \break s1 }
9 TwoVoicesPerStaff = ##t
10
11 SopranoInstrumentName = "Soprani"
12 SopranoShortInstrumentName = "Sop"
13 AltoInstrumentName = "Contralti"
14 AltoShortInstrumentName = "Con"
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 SopranoMusic = \relative { c''4 c c c | c c c c }
25 AltoMusic = \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 "satb.ly"