\version "2.11.62" #(set-global-staff-size 23) global = { \key e \minor \set Score.timing = ##f \autoBeamOff } \layout { indent = 0.0 textwidth = 170 \mm headsep = 0 \mm pagenumber = no ragged-last = ##t \context { \Staff \remove "Time_signature_engraver" \override VerticalAxisGroup #'minimum-Y-extent = #'(-5.8 . 5.8) } \context { \Score \override BarNumber #'transparent = ##t \remove Metronome_mark_engraver } \context { \Lyrics \override LyricSpace #'minimum-distance = #2.0 \override LyricText #'font-size = #4 \override LyricText #'font-name = #"Vera" } } \markup { %% Eerste Amen \line { \column { \line { \sans { { \with-color #red {P: } "Neemt, eet, ... " } } } \score { \context ChoirStaff << \context Staff = women << \context Voice = melodie { \tempo 4 = 135 \global \voiceOne \relative c' { fis1 g } } \context Voice = alt { \global \voiceTwo \relative c' { dis1 e \bar "||" } } >> \context Lyrics = melodie { s1 } \context Staff = men << \clef bass \context Voice = tenor { \global \voiceOne \relative c' { b1 b } } \context Voice = bas { \global \voiceTwo \relative c { b1 e } } >> \context Lyrics = melodie \lyricsto melodie \lyricmode { A -- men. } >> \layout { } } } \translate #'(10 . 0) \column { \line { \sans { { \with-color #red {P: } "Drinkt allen ... " } } } \score { \context ChoirStaff << \context Staff = women << \context Voice = melodie { \once \override Score.MetronomeMark #'transparent = ##t \tempo 4 = 135 \global \voiceOne \relative c'' { b2( a4 b c b8[ c] d4 c) b1 } } \context Voice = alt { \global \voiceTwo \relative c'' { g2( fis4 g a g8[ a] b4 a) g1 \bar "||" } } >> \context Lyrics = melodie { s1 } \context Staff = men << \clef bass \context Voice = tenor { \global \voiceOne \relative c' { d1( d) d1 } } \context Voice = bas { \global \voiceTwo \relative c' { g2( d d1) g1 } } >> \context Lyrics = melodie \lyricsto melodie \lyricmode { A -- men. } >> \layout { } \midi { } } } } }