% Creator: midi2ly 1.1.58. of Jul 14 1999 08:34:18 % Automatically generated, at Thu Jul 15 23:39:11 1999 % % from input file: ../MIDIs/Crimond.mid allUp = { \stemUp \slurUp \tieUp } allDown = { \stemDown \slurDown \tieDown } allVoice= { } shapeSC = \property Lyrics.LyricText \override #'font-shape = #'caps shapeNorm = \property Lyrics.LyricText \revert #'font-shape \header { title = "Psalm 23"; } trackX = \notes{ \time 3/4; \key f\major; } % track@ Soprano = \notes{ % midi copyright: % instrument: % Soprano \skip 2; c'4 | % 2 a'2 bes'8. g'16 | % 3 c''2 bes'8 g'8 | % 4 f'2 e'4 | % 5 f'2 a'4 | % 6 a'4( )g'4 g'4 \break \bar "|"; | % 7 } % Soprano Alto = \notes{ % midi copyright: % instrument: % Alto \skip 2; c'4 | % 2 f'2 g'8. e'16 | % 3 a'4( )f'4 d'4 | % 4 c'2 c'4 | % 5 c'2 f'4 | % 6 f'2 f'4 | % 7 } % Alto Stanza1 = \lyrics { \skip 4; "1."4 "$^1$The"4 \shapeSC Lord's2 \shapeNorm my4 Shep2 -- herd,4 I'll2 not4 want;2 "$^2$He"4 makes2 me4 } Stanza2 = \lyrics { \skip 4; "2."4 "$^3$My"4 soul2 He4 doth2 re4 -- store2 a4 -- gain;2 and4 me2 to4 } Stanza3 = \lyrics { \skip 4; "3."4 "$^4$Yea,"4 though2 I4 walk2 through4 death's2 dark4 vale,2 yet4 will2 I4 } \score{ < \context Staff = Staff1 < \context Voice = "Soprano" { \allVoice \allUp \trackX \Soprano } \context Voice = "Alto" { \allVoice \allDown \trackX \Alto } > \context Lyrics = "AW1" { \Stanza1 } \context Lyrics = "AW2" { \Stanza2 } \context Lyrics = "AW3" { \Stanza3 } > \paper { indent = 0.0; interscoreline = 0; interscorelinefill = 1; stemlinethickness = \stafflinethickness; linewidth = 5.3 \in; } }