lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Refrain text shown only once


From: bernhard kleine
Subject: Refrain text shown only once
Date: Thu, 2 Mar 2023 15:35:05 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0

Hi,

When a refrain is at the end of the score, you may omit it in the
strophes when it is repeated. The problem I have is a refrain infront of
the strophes. googling lilypond text pauses did not give any useful
information. Trying \omit {refrain} didnot work. Please help me with the
problem.


\version "2.22.2"
\language "deutsch"

\header {
  title = "Mir trinket ein Viertele"
  composer = "Kal-Heinz Steinfeld"
  poet = "Franz Josef Ullmer"
  tagline = "Bernhard Kleine 2022"
}

\paper {
  #(set-paper-size "a4")
}

global = {
  \key c \major
  \numericTimeSignature
  \time 3/4
  \partial 4
  \tempo "Ländler Tempo"
}

soprano = \relative c'' {
  \global
  % Die Noten folgen hier.
  g4 | g f d | c e g |a f a | g2 r4\break
  c, c8 d e4 | e d d | d
}


verseOne = \lyricmode {
  \set stanza = "Refrain"
  % Liedtext folgt hier.

  Mir trin -- ket a Vier -- te -- le o -- der au zwei \break

  \set stanza = "1." Wenn du a -- mol d'Nos voll hoscht, und
}

verseTwo = \lyricmode {
  \hide { Mir trin -- ket a Vier -- te -- le o -- der au zwei
  und im Nu gan -- get Kum -- mer und Sor -- gen vor -- bei
  und im Nu gan -- get Kum -- mer und Sor -- gen vor -- bei! }
  \set stanza = "2."
  Wenn di a -- mols Zahn -- weh plagt und dir na dei Dok -- tor sagt:
Ach, du Graus, der muß raus!
  Daß di net trifft glei' dr Schlag an so'n a -- ma Schre -- ckens --
dag, hör, was i' dir sag':

}


verseTwo = \lyricmode {
  \set stanza = "Refrain"
  \hide { Mir trin -- ket a Vier -- te -- le o -- der au zwei }
  \set stanza = "2."
  Wenn di a -- mols Zahn -- weh plagt und
}


\score {
  \new ChoirStaff <<
    \new Staff \with {
      midiInstrument = "choir aahs"
    } <<
      \new Voice = "soprano" { \voiceOne \soprano }
    >>
    \new Lyrics \with {
      \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseOne
    \new Lyrics \with {
      \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseTwo
   >>
  \layout { }
  \midi {
    \tempo 4=100
  }
}

Kind regards Bernhard

--


GPG Fingerabdruck: C76F A02E D525 7409

Attachment: bernhard_kleine.vcf
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]