\version "2.24.1" \language "deutsch" \header { title = "442. Op, min sjæl, thi sol er oppe" composer = \markup { \vspace #1.3 Freylinghausen 1704 } tagline = ##f } \paper { #(set-paper-size "a4landscape") top-margin = 1.5\cm left-margin = 1\cm right-margin = 1\cm system-system-spacing.basic-distance = #18 markup-system-spacing.basic-distance = #20 markup-markup-spacing.basic-distance = #12 } \layout { \context { \Voice \consists "Melody_engraver" \override Stem.neutral-direction = #'() } } global = { \key d \major \time 4/4 } tekst = \lyricmode { \override LyricText.font-size = #-0.5 Op, min sjæl, thi sol er op -- "pe, /" strå -- ler -- ne på hu -- set "ler! /" } linjeto = \lyricmode { \override LyricText.font-size = #-0.5 Tænk, at du på Zi -- ons top -- "pe /" Her -- rens nå -- de -- strå -- ler "ser, /" som dit hjer -- te skal op -- ly -- "se, /" kla -- re op for -- nuf -- tens "mørk, /" al -- le sor -- te trol -- de ky -- "se /" til den fæ -- le Hel -- veds -- ørk! } rightOne = \relative c' { \global % Music follows here. \repeat volta 2 { d4 e fis e | fis g a a | d d cis cis | h h a2 } d4 a h h | a4. g8 fis4 d | fis g a a | g fis e2 | a4 a g4. fis8 | g4 a fis d | e fis g fis | e e d2\fermata \bar "|." } rightTwo = \relative c' { \global % Music follows here. a4 a d cis | d d~ d cis | d fis e e | e e cis2 | d4 d d e | e cis a a | d d cis d | d d cis2 | e4 d h d | d cis a a | c c d d~ | d cis a2 } leftOne = \relative c { \global % Music follows here. fis4 a a a | a h e, a | fis h h a~ | a gis e2 | a4 fis g g | e e d fis | a d, e a | h a a2 | e4 fis g a | h e, d fis | g a h a | a a fis2 } leftTwo = \relative c { \global \voiceTwo \override Script.Y-offset = #(lambda (grob) (+ -6.5 (ly:self-alignment-interface::y-aligned-on-self grob))) \override Script.self-alignment-Y = #CENTER d4 cis d a | d\rtoe h\lheel a\ltoe a | h\ltoe h cis4.\rtoe d8\ltoe | e4\rtoe e a,2 | fis'4 d g\rtoe e\ltoe | cis\rtoe a\ltoe d d | d\rtoe h\ltoe a\rtoe fis\ltoe | g\lheel d' a2 | cis4\ltoe d\lheel e\rtoe d\rheel | h\lheel a\ltoe d d | c\rtoe a\lheel g\ltoe d' | a a\rtoe d,2 \tweak Y-offset #-7.3 \fermata } \score { \new PianoStaff << \new Lyrics = "melodi" \with { \override VerticalAxisGroup.staff-affinity = #DOWN } \new Lyrics = "melodi2" \with { \override VerticalAxisGroup.staff-affinity = #DOWN } \new Staff = "højre" << \new Voice = "sopran" { \voiceOne << \rightOne >> } \new Voice = "alt" { \voiceTwo << \rightTwo >> } >> \new Staff = "venstre" << \clef bass \new Voice = "tenor" { \voiceOne << \leftOne >> } \new Voice = "basses" { \voiceTwo << \leftTwo >> } >> \context Lyrics = "melodi" \lyricsto "sopran" \tekst \context Lyrics = "melodi2" \lyricsto "sopran" \linjeto >> \layout { indent = 0.0 \context { \Score \remove "Bar_number_engraver" } #(layout-set-staff-size 22) } \midi { \tempo 4=90 } }