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
= "text, vocal-music, contexts-and-engravers, template"
9 This template is basically the same as the simple \"Vocal ensemble\"
10 template, with the exception that here all the lyrics lines are placed
11 using @code{alignAboveContext} and @code{alignBelowContext}.
14 doctitle
= "Vocal ensemble template with lyrics aligned below and above the staves"
21 sopMusic
= \relative c'' {
24 sopWords
= \lyricmode {
28 altoMusic
= \relative c' {
31 altoWords
= \lyricmode {
35 tenorMusic
= \relative c' {
38 tenorWords
= \lyricmode {
42 bassMusic
= \relative c {
45 bassWords
= \lyricmode {
52 \new Voice
= "sopranos" { \voiceOne << \global \sopMusic >> }
53 \new Voice
= "altos" { \voiceTwo << \global \altoMusic >> }
55 \new Lyrics
\with { alignAboveContext
= women
} \lyricsto sopranos
\sopWords
56 \new Lyrics
\with { alignBelowContext
= women
} \lyricsto altos
\altoWords
57 % we could remove the line about this with the line below, since we want
58 % the alto lyrics to be below the alto Voice anyway.
59 % \new Lyrics \lyricsto altos \altoWords
63 \new Voice
= "tenors" { \voiceOne << \global \tenorMusic >> }
64 \new Voice
= "basses" { \voiceTwo << \global \bassMusic >> }
66 \new Lyrics
\with { alignAboveContext
= men
} \lyricsto tenors
\tenorWords
67 \new Lyrics
\with { alignBelowContext
= men
} \lyricsto basses
\bassWords
68 % again, we could replace the line above this with the line below.
69 % \new Lyrics \lyricsto basses \bassWords
73 % a little smaller so lyrics
74 % can be closer to the staff
76 \override VerticalAxisGroup
#'minimum-Y-extent
= #'(-
3 . 3)