\version "2.13.57" \paper { systems-per-page = 3 ragged-last-bottom = ##t ragged-last = ##t } aboff = \autoBeamOff tsoff = \override Staff.TimeSignature #'stencil = ##f %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% topstaff = \new Voice = "melody" \relative c' { \key bes \major \clef treble \time 2/2 \aboff f4(^ \markup {\tiny "A."} bes g) es g f f2 \bar "||" r4 f^ \markup {\tiny "C."} g f8[( es]) f4 g bes c bes2. \bar "" \break << { \aboff \tsoff bes4 | f'2. f4 | d4( f d) c4 | d2 d } \new Staff \with { alignAboveContext = #"bottom" } \new Voice { \key bes \major \aboff \tsoff \clef treble bes4 | f( g bes) g | a8([ c a g a c]) a[( g]) | g2 f2 } \new Staff \with { alignAboveContext = #"bottom" } << \new Voice { \key bes \major \aboff \tsoff \clef "treble_8" d4 | d2 d2 | d2 c2 | bes2 a2 } \addlyrics { waar lief -- de hei -- lig huis houdt } >> >> \oneVoice \break f'4(^ \markup {\tiny "A."} bes g) es g f f2 \fermata \bar "||" } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% text = \lyrics { Geest, die le -- vend maakt! Waar steeds de deu -- ren o -- pen staan waar lief -- de hei -- lig huis houdt: Geest, die le -- vend maakt! } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% bottomstaff = << \override TextScript #'extra-offset = #'(-1 . 0) \new Voice = "bass" \relative c, { \key bes \major \clef bass d2 es c f bes a g es d4 f bes bes'4 | a2 g2 | f es | d d d2 es c f, \fermata } \figures { <6>2 s2 <7> s2 s2 <2> s2 s2 s4 s4 s4 s4 <2>2 <7> <6> <7>4 <6> <6 4>2 <5 3> <6> s2 <7> <4>8 <2> <3>4 } >> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%Score%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \score { \new SemiChoirStaff << \new Staff = top { \topstaff } \lyricsto melody \text \new Staff = bottom { \bottomstaff } >> \layout { \context { \ChoirStaff \name "SemiChoirStaff" \consists "Span_bar_engraver" \override SpanBar #'stencil = #(lambda (grob) (if (string=? (ly:grob-property grob 'glyph-name) "|") (set! (ly:grob-property grob 'glyph-name) "")) (ly:span-bar::print grob)) } \context { \Score \accepts SemiChoirStaff \remove "Bar_number_engraver" } } }