1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "vocal-music, keyboards, template"
9 This template adds an automatic piano reduction to the standard SATB
10 vocal score demonstrated in \"Vocal ensemble template\". This
11 demonstrates one of the strengths of LilyPond – you can use a music
12 definition more than once. If any changes are made to the vocal notes
13 (say, @code{tenorMusic}), then the changes will also apply to the piano
17 doctitle
= "Vocal ensemble template with automatic piano reduction"
24 sopMusic
= \relative c'' {
27 sopWords
= \lyricmode {
31 altoMusic
= \relative c' {
34 altoWords
=\lyricmode {
38 tenorMusic
= \relative c' {
41 tenorWords
= \lyricmode {
45 bassMusic
= \relative c {
48 bassWords
= \lyricmode {
55 \new Lyrics
= sopranos
{ s1 }
57 \new Voice
= sopranos
{ \voiceOne << \global \sopMusic >> }
58 \new Voice
= altos
{ \voiceTwo << \global \altoMusic >> }
60 \new Lyrics
= altos
{ s1 }
61 \new Lyrics
= tenors
{ s1 }
64 \new Voice
= tenors
{ \voiceOne <<\global \tenorMusic >> }
65 \new Voice
= basses
{ \voiceTwo <<\global \bassMusic >> }
67 \new Lyrics
= basses
{ s1 }
68 \context Lyrics
= sopranos
\lyricsto sopranos
\sopWords
69 \context Lyrics
= altos
\lyricsto altos
\altoWords
70 \context Lyrics
= tenors
\lyricsto tenors
\tenorWords
71 \context Lyrics
= basses
\lyricsto basses
\bassWords
75 \set Staff
.printPartCombineTexts
= ##f
77 << \global \sopMusic >>
78 << \global \altoMusic >>
82 \set Staff
.printPartCombineTexts
= ##f
84 << \global \tenorMusic >>
85 << \global \bassMusic >>
91 % a little smaller so lyrics
92 % can be closer to the staff
94 \override VerticalAxisGroup
#'minimum-Y-extent
= #'(-
3 . 3)