On Sat 28 Feb 2026 at 11:13:54 (+0100), Lilypond-User wrote:
> On Feb 27, 2026, at 20:05, David F. wrote:
> > [ … ]
> Thanks for the hint to the documentation with several techniques and
> your example. I agree, that it might be useful to unfold the repeat in
> the printed version. But since I want to reproduce the original¹ paper
> I choose the volta repeat. Breaking the verse in three parts does the
> job.  I am well prepared for the next rehearsal. I attach the complete
> song, if anybody is interested.
> 
> ¹This original is difficult to read.

Agreed.

To save anyone the task of comparing it with an unfolded version that
also fits the poetry to the page, I've attached an example. I hope
it's easy to read.

BTW, I tweaked the underlay where the rhythm differs in the soprano
part. I think the alignment makes it clearer for the other parts.
(It's at /wob die/un-ter/lädt im/-ja, nun/.)

Cheers,
David.
\version "2.25.33"
\language "deutsch"

\paper {
  indent = #0
}

\header {
  title = "Nun will der Lenz uns grüßen"
  subtitle = " "
  composer = "Volksweise aus dem 17. Jahrh."
  arranger = "Satz: Rolf Lukowsky, *1926"
  poet = "August Fischer 1885"
  % LilyPond-Standard-Tagline entfernen
  tagline = "An alternative performing version"
}

rr = \lyricmode { \once \override LyricText.self-alignment-X = #RIGHT }
gmult = #2.2

\layout {
  \context {
    \Score
     \remove "Bar_number_engraver"
     \override StaffGrouper.staff-staff-spacing =
      #`((basic-distance . ,(* 9 gmult))
         (minimum-distance . ,(* 7 gmult))
         (padding . ,gmult))
  }
  \context {
    \Staff
    \consists "Merge_rests_engraver"
    \omit TimeSignature
  }
  \context {
    \Lyrics
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing =
      #`((basic-distance . ,(* 5.5 gmult))
         (padding . ,(* 0.5 gmult)))
  }
}

global = {
  \key g \major
  %%\numericTimeSignature
  \time 4/4
  %%\autoBeamOff
  \partial 4
  \repeat unfold 4 {
    s4 s1*3 s2. \break
  }
  \bar "|."
}

soprano = \relative {
  \repeat unfold 2 {
    d'4 g a h h a4.( g8) fis4 d e8[ fis] g4 g fis g2 r4
  }
  h8[ c] d4. e8 d4 c h2 h4 a h c d c8[ h] a2 r4
  a4 h4. h8 g4 g a2 fis4 d e8[ fis] g4 g fis g2 r4
}

alto = \relative {
  \repeat unfold 2 {
    d'4 d d d e e2 d4 d c h e d d2 r4
  }
  g4 a fis g a g2 g4 fis g g d e fis2 r4
  fis4 g d e e e2 d4 d c h e d d2 r4
}

tenor = \relative {
  \repeat unfold 2 {
    d4 g fis g g c2 a4 h g g c a h2 r4
  }
  d4 d d a d d2 g,4 d' d c g g d'2 r4
  d4 d g, h h c2 a4 h g g c a h2 r4
}

bass = \relative {
  \repeat unfold 2 {
    d4 h a g e' c( a) d g c, e a, d g2 r4
  }
  g4 fis d e fis g2 g4 d g e h c d2 r4
  d4 g fis e d c2 d4 g c, e a, d g2 r4
}

verseOne = \lyricmode {
  \set stanza = "1."
  Nun will der Lenz uns grü -- ßen, von Mit -- _ tag weht es lau.
  Aus al -- len Ek -- ken sprie -- ßen die Blu -- _ men rot und blau.
  Draus _ wob \rr die brau -- ne Hei -- de sich ein Ge -- wand gar _ fein
  und lädt \rr im Fest -- tags -- klei -- de zum Mai -- _ en -- tan -- zen ein.
}

verseTwo = \lyricmode {
  \set stanza = "2."
  Wald -- vög -- lein Lie -- der sin -- gen, wie ihr _ sie nur be -- gehrt.
  Drum auf, zum fro -- hen Sprin -- gen, die Reis _ ist Gol -- des wert.
  Hei, _ un -- \rr ter grü -- nen Lin -- den, da leuch -- ten wei -- ße _ Kleid!
  Hei -- ja, \rr nun hat uns Kin -- den ein End _ all Win -- ter -- leid.
}

\score {
  \new ChoirStaff <<
    \new Staff <<
      \clef treble \global
      \new Voice { \voiceOne \soprano }
      \addlyrics { \verseOne }
      \addlyrics { \verseTwo }
      \new Voice { \voiceTwo \alto }
    >>
    \new Staff <<
      \clef bass \global
      \new Voice { \voiceOne \tenor }
      \new Voice { \voiceTwo \bass }
    >>
  >>
}

Attachment: pdfhSkoOPReyT.pdf
Description: Adobe PDF document

Reply via email to