]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/satb-template-with-men-women-and-descant.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / satb-template-with-men-women-and-descant.ly
1 \version "2.19.19"
2
3 \header {
4   texidoc ="This should produce an SATB score with piano
5 accompaniment, with four voices in the first system, unison
6 women voices with descant in the second system and unison
7 women and unison men voices in the third system. "
8 }
9
10 Time = { s1 \break s1 \break }
11
12 DescantMusic = \relative { s1 | e''4 e e e | s1 }
13 DescantLyrics = \lyricmode { Des -- cant ly -- rics }
14 SopranoMusic = \relative { c''8 c c4 c c | s1*2 | }
15 SopranoLyrics = \lyricmode { So -- pra -- no ly -- rics }
16 AltoMusic = \relative { g'4 g g g | s1*2 | }
17 AltoLyrics = \lyricmode { Al -- to ly -- rics }
18 WomenMusic = \relative { s1 | g'4 g g g | g g g g | }
19 WomenLyrics = \lyricmode { Wo -- men ly -- rics Wo -- men ly -- rics }
20 MenMusic = \relative { s1*2 | e2 e4 e | }
21 MenLyrics = \lyricmode { Men ly -- rics }
22 TenorMusic = \relative { c'4 c c c | s1*2 | }
23 TenorLyrics = \lyricmode { Te -- nor ly -- rics }
24 BassMusic = \relative { g2 g4 g | s1*2 }
25 BassLyrics = \lyricmode { Bass ly -- rics }
26
27 PianoRHMusic = \relative { c''4 c c c | c c c c | c c c c | }
28 PianoLHMusic = \relative { c2 c | c c | c c | }
29
30 \layout {
31   ragged-right = ##t
32 }
33
34 \include "satb.ly"