]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/ssaattbb-template-with-men-women-and-descant.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / ssaattbb-template-with-men-women-and-descant.ly
1 \version "2.19.25"
2
3 \header {
4   texidoc ="This should produce an SSAATTBB score with piano
5 accompaniment, with divisi soprano and tenor on single staves,
6 alto one and alto two on separate staves and unison bass in the
7 first system, then unison soprano and alto voices with descant
8 in the second system and unison women and unison men voices in
9 the third system. "
10 }
11
12 SopranoTwoVoicesPerStaff = ##t
13 TenorTwoVoicesPerStaff = ##t
14
15 Time = { s1 \break | s1 \break }
16
17 DescantMusic = \relative { s1 | e''4 e e e | s1 }
18 DescantLyrics = \lyricmode { Des -- cant ly -- rics }
19 SopranoOneMusic = \relative { c''8 e c e e4 e | s1*2 | }
20 SopranoOneLyrics = \lyricmode { So -- pra -- no One ly -- rics }
21 SopranoTwoMusic = \relative { c''8 c c c c4 c | s1*2 | }
22 SopranoTwoLyrics = \lyricmode { So -- pra -- no Two ly -- rics }
23 SopranoMusic = \relative { s1 | c''4 c c c8 c }
24 SopranoLyrics = \lyricmode { So -- pra -- no ly -- rics }
25 AltoOneMusic = \relative { g'16 g g( c) g2 g4 | s1*2 | }
26 AltoOneLyrics = \lyricmode { Al -- to One ly -- rics }
27 AltoTwoMusic = \relative { r4 g'16 e e c g'2 | s1*2 | }
28 AltoTwoLyrics = \lyricmode { Al -- to Two ly -- rics }
29 AltoMusic = \relative { s1 | g'4 g g g | }
30 AltoLyrics = \lyricmode { Al -- to ly -- rics }
31 WomenMusic = \relative {s1*2 | g4 g g g }
32 WomenLyrics = \lyricmode { Wo -- men ly -- rics }
33 MenMusic = \relative { s1*2 | e2 e4 e | }
34 MenLyrics = \lyricmode { Men ly -- rics }
35 TenorOneMusic = \relative { c'8 c c4 c c | s1*2 | }
36 TenorOneLyrics = \lyricmode { Te -- nor One ly -- rics }
37 TenorTwoMusic = \relative { c'8 c g4 g g | s1*2 | }
38 TenorTwoLyrics = \lyricmode { Te -- nor Two ly -- rics }
39 BassMusic = \relative { g2 g4 g | s1*2 }
40 BassLyrics = \lyricmode { Bass ly -- rics }
41
42 PianoRHMusic = \relative { c''4 c c c | c c c c | c c c c | }
43 PianoLHMusic = \relative { c2 c | c c | c c | }
44
45 \layout {
46   ragged-right = ##t
47 }
48
49 \include "ssaattbb.ly"