]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/satb-template-soprano-and-tenor-may-be-omitted.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / satb-template-soprano-and-tenor-may-be-omitted.ly
1 \version "2.19.19"
2
3 \header {
4   texidoc ="Soprano and tenor voices may be omitted without
5 error, even when TwoVoicesPerStaff is specified and Alto
6 and Bass lyrics are provided."
7 }
8 TwoVoicesPerStaff = ##t
9
10 AltoMusic = \relative { g'4 g g g }
11 AltoLyrics = \lyricmode { Al -- to ly -- rics }
12 BassMusic = \relative { g2 g4 g }
13 BassLyrics = \lyricmode { Bass ly -- rics }
14
15 \layout {
16   ragged-right = ##t
17 }
18
19 \include "satb.ly"