\version "2.4"
\paper{ linewidth=15\cm leftmargin=3\cm rightmargin=3\cm indent=0\mm }
% Figure 41
\book {
\score {
<<
\new ChoirStaff \with {
\override VerticalAlignment #'forced-distance = #11
} <<
\override Score.SystemStartBracket #'transparent = ##t
\override Score.BarNumber #'transparent = ##t
\context Lyrics = words { s1 }
\context Staff = top {
<<
\context Voice = melody \relative c' {
\voiceOne
\clef treble
\time 3/4
e4. f8 g4 | a g f | g8 g4. s4 | c,4. d8 e4 | f e d |
2. | e'4. f8 g4 | a( g) f | \times 3/2 {g4 g4} | c,4. d8 e4 |
| c'2. | c4. d8 e4 | f g! f | 2. |
d4. e8 f4 | e e8*2/3[ d c] d8[ e] | c2. | 4 d' c8.[ b16] |
8 4. s4 | e'4 8.[ 16] 4 |
e'4 f4 g8.[ f16] | e4 d8.[ c16] 4 | c'4. d8 e4 |
4 g'8.[ f16] e4 | \times 3/2 { d4 c4 } | 4 |
e'8*2/3[ d c] d8[ e8] | 2. \bar "|."
}
\context Voice = alto \relative c' {
\voiceTwo
c2. | a | c | a | gis |
s | c | c | | a |
s | s | | | s |
| 2 gis4 | b a2 | s2. | s2. |
2 s4 | 2. | gis2 s4 | 2. |
s4 | s2. | s | s2 4 | s2. |
}
>>
}
\new Staff \relative c {
\clef bass
2. | | | | << {d'2 f4} \\ {e,2.} >> |
<< {e'2.} \\ {\times 3/2 {a,4 as}} >> | 2. | | | |
| | | | | |
2 4 | 2 4 | 2. | 8 4. s4 |
2. | | 2 4 | 2. |
| 4*3/2 |
2. ~ | ~ | |
}
>>
\context Lyrics = words \lyricsto melody {
L'Au -- tri -- er par la ma -- ti -- née En -- tre sen bos et un
Vergier Une \skip 8 past -- ore ai trou -- neé chan -- tant pour
soi en voi -- sier.
}
>>
\layout { }
}
\score {
\new ChoirStaff \with {
\override VerticalAlignment #'forced-distance = #11
} <<
\override Score.SystemStartBracket #'transparent = ##t
\override Score.BarNumber #'transparent = ##t
\context Lyrics = words { s1 }
\context Staff = top {
<<
\context Voice = melody \relative c' {
\voiceOne
\clef treble
\time 3/4
e4. f8 g4 | a g f | g8 g4. s4 | c,4. d8 e4 | f e d |
2. | e'4. f8 g4 | a( g) f | \times 3/2 {g4 g4} | c,4. d8 e4 |
| c'2. | c4. d8 e4 | f g! f | 2. |
d4. e8 f4 | e e8*2/3[ d c] d8[ e] | c2. | 4 d' c8.[ b16] |
8 4. s4 | e'4 8.[ 16] 4 |
e'4 f4 g8.[ f16] | e4 d8.[ c16] 4 | c'4. d8 e4 |
4 g'8.[ f16] e4 | \times 3/2 { d4 c4 } | 4 |
e'8*2/3[ d c] d8[ e8] | 2. \bar "|."
}
\context Voice = alto \relative c' {
\voiceTwo
c2. | a | c | a | gis |
s | c | c | | a |
s | s | | | s |
% rhythm changed below to allow triplet in melody to sound
| 4. s8 gis4 | b a2 | s2. | s2. |
2 s4 | 2. | gis2 s4 | 2. |
s4 | s2. | s | s2 4 | s2. |
}
>>
}
\new Staff \relative c {
\clef bass
2. | | | | << {d'2 f4} \\ {e,2.} >> |
<< {e'2.} \\ {\times 3/2 {a,4 as}} >> | 2. | | | |
| | | | | |
2 4 | 2 4 | 2. | 8 4. s4 |
2. | | 2 4 | 2. |
| 4*3/2 |
2. ~ | ~ | |
}
>>
\midi { \tempo 4=112 }
}
}