]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ssaattbb-template-with-all-voices-on-one-staff.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / ssaattbb-template-with-all-voices-on-one-staff.ly
1 \version "2.19.25"
2
3 \header {
4   texidoc ="This should produce a choral score with solo,
5 descant, women, sop divisi, sop and alto, alto divisi,
6 tenor divisi, tenor and bass, bass divisi, men and piano
7 staves.  Normally the various combinations would appear
8 at different times in the score, not all at once. "
9 }
10
11 TwoVoicesPerStaff = ##t
12
13 SoloMusic = \relative { e''4 e e e | }
14 SoloLyrics = \lyricmode { So -- lo ly -- rics }
15 DescantMusic = \relative { e''4 e e e | }
16 DescantLyrics = \lyricmode { Des -- cant ly -- rics }
17 WomenMusic = \relative {g'4 g g g }
18 WomenLyrics = \lyricmode { Wo -- men ly -- rics }
19 SopranoOneMusic = \relative { c''8 e c e e4 e | }
20 SopranoOneLyrics = \lyricmode { So -- pra -- no One ly -- rics }
21 SopranoTwoMusic = \relative { c''8 c c c c4 c | }
22 SopranoTwoLyrics = \lyricmode { So -- pra -- no Two ly -- rics }
23 SopranoMusic = \relative { c''4 c c c8 c }
24 SopranoLyrics = \lyricmode { So -- pra -- no ly -- rics }
25 AltoOneMusic = \relative { g'16 g g( c) g2 g4 }
26 AltoOneLyrics = \lyricmode { Al -- to One ly -- rics }
27 AltoTwoMusic = \relative { g'16 e e c g'2 }
28 AltoTwoLyrics = \lyricmode { Al -- to Two ly -- rics }
29 AltoMusic = \relative { g'4 g g g | }
30 AltoLyrics = \lyricmode { Al -- to ly -- rics }
31 TenorOneMusic = \relative { c'8 c c4 c c | }
32 TenorOneLyrics = \lyricmode { Te -- nor One ly -- rics }
33 TenorTwoMusic = \relative { c'8 c g4 g g | }
34 TenorTwoLyrics = \lyricmode { Te -- nor Two ly -- rics }
35 TenorMusic = \relative { c'4 c c c | }
36 TenorLyrics = \lyricmode { Te -- nor ly -- rics }
37 BassMusic = \relative { g2 g4 g | }
38 BassLyrics = \lyricmode { Bass ly -- rics }
39 BassOneMusic = \relative { g4 g g g | }
40 BassOneLyrics = \lyricmode { Bass One ly -- rics }
41 BassTwoMusic = \relative { g4 g g g | }
42 BassTwoLyrics = \lyricmode { Bass Two ly -- rics }
43 MenMusic = \relative { e2 e4 e | }
44 MenLyrics = \lyricmode { Men ly -- rics }
45
46 PianoRHMusic = \relative { c''4 c c c | }
47 PianoLHMusic = \relative { c2 c | }
48
49 \layout {
50   ragged-right = ##t
51 }
52
53 \include "ssaattbb.ly"