Re: Refrain text shown only once

2023-03-02 Thread bernhard kleine

Am 02.03.2023 um 20:25 schrieb bernhard kleine:

Am 02.03.2023 um 16:44 schrieb David Wright:

\repeat unfold 11 ""


Many thanks


The complete score, the template from Frescobaldi.

\version "2.22.2"
\language "deutsch"

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

\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 a8 h | c4 g g a f f | d g f d2 g8 g |
c4 g g a f f d g h | c2 r4 \break
  c, c8 d e4 | e d d | d d8 e f4| f e e \break| g2 c4 | a2. | d,2 g4
|e2. |
  c4 c8 d e4 | e d d | d d8 e f4| f e e | g2 c4 | h2 a4 | g2.~ | g4
r\bar "|."
}

alto = \relative c'' {
  \global
  % Die Noten folgen hier.
  g4 | g f d | c e g |f f f | g2 f8 d | c4 c c | c c c | h e d | c2 g'8
g | c,4 c c | c c c | h h h | c2 r4
  c c8 d e4 | e d d | d d8 e f4| f e e |e2 e4 f2. | d2 d4 | c2.
  c4 c8 d e4 | e d d | d d8 e f4| f e e |e2 e4 | d2 c4 | h2.~ | h4 r
}

tenor = \relative c' {
  \global
  % Die Noten folgen hier.
  g4 | g f d | c4 e g | a f a | g2 f8 g | e4 g g | f a a | g g g | g2
g8 g | e4 g g | f a a | g g f | e2 r4
  c4 c8 d e4  | e d d | d d8 e f4| f e e | g2 c4 | c2. h2 h4 g2.
  c,4 c8 d e4 | e d d | d d8 e f4| f e e | g2 g4 | fis2 fis4 g2.~ g4 r
}

bass = \relative c' {
  \global
  % Die Noten folgen hier.
  g4 | g f d | c4 e g | f f f | g2 f8 f | e4 e e | f f f| g g g, | c2
g'8 g | e4 e e | f f f| g g g, | c2 r4
  c4 c8 d e4  | e d d | d d8 e f4| f e e | c2 c4 f2. g2 g4 c,2.
  c4 c8 d e4  | e d d | d d8 e f4| f e e | c2 c4 d2 d4 | < d~ g,~ >2. <
d g,>4 r
}

verseOne = \lyricmode {
  % Liedtext folgt hier.
  \repeat unfold 35 ""
  \set stanza = "1." Wenn du a -- mol d'Nos voll hoscht, und s'Le -- be
isch dir a Lascht,
  gib net auf, pfeit doch drauf!
  Schmeiß no net d'r Löf -- fel weg, i mein, des hot gar kein Zweck,
hör, was i' dir sag':
}

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':

}

verseThree = \lyricmode {
  \repeat unfold 35 ""
  \set stanza = "3."
  Hascht du mit dem Schätz -- le Krach, no sei doch g'scheit und gib nach,
  schimpf net glei', 's_goht vor -- bei!
  Auf Re -- ge folgt Son -- nen -- schein, sollscht im -- mer mei
Schätz -- le sei,
  hör, was i' dir sag':

}

\score {
  \new ChoirStaff <<
    \new Staff \with {
  midiInstrument = "choir aahs"
  instrumentName = \markup \center-column { "Sopran" "Alt" }
    } <<
  \new Voice = "soprano" { \voiceOne \soprano }
  \new Voice = "alto" { \voiceTwo \alto }
    >>
    \new Lyrics \with {
  \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseOne
    \new Lyrics \with {
  \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseTwo
    \new Lyrics \with {
  \override VerticalAxisGroup #'staff-affinity = #CENTER
    } \lyricsto "soprano" \verseThree
    \new Staff \with {
  midiInstrument = "choir aahs"
  instrumentName = \markup \center-column { "Tenor" "Bass" }
    } <<
  \clef bass
  \new Voice = "tenor" { \voiceOne \tenor }
  \new Voice = "bass" { \voiceTwo \bass }
    >>
  >>
  \layout { }
  \midi {
    \tempo 4=100
  }
}


--

GPG Fingerabdruck: C76F A02E D525 7409
BEGIN:VCARD
VERSION:4.0
N:Dr. Kleine;Bernhard;;;
EMAIL;PREF=1:bernhard.kle...@gmx.net
TEL;VALUE=TEXT:0049 160 998831
ADR:;;Steinbühlweg 1;Lenzkirch;;D-79853;
NOTE:Ich mache auf mein Buch "670 Falterarten im Hochschwarzwald" aufwerksa
 m (aktuell vergriffen).
END:VCARD


Re: Refrain text shown only once

2023-03-02 Thread bernhard kleine

Am 02.03.2023 um 16:44 schrieb David Wright:

\repeat unfold 11 ""


Many thanks

--
*Steinbühlweg 1 79853 Lenzkirch*
www.urseetal.net
Ich mache auf mein Buch aufmerksam: 670 Falterarten im Hochschwarzwald
(aktuell vergriffen)

GPG Fingerabdruck: C76F A02E D525 7409
BEGIN:VCARD
VERSION:4.0
N:Dr. Kleine;Bernhard;;;
EMAIL;PREF=1:bernhard.kle...@gmx.net
TEL;VALUE=TEXT:0049 160 998831
ADR:;;Steinbühlweg 1;Lenzkirch;;D-79853;
NOTE:Ich mache auf mein Buch "670 Falterarten im Hochschwarzwald" aufwerksa
 m (aktuell vergriffen).
END:VCARD


Re: Refrain text shown only once

2023-03-02 Thread David Wright
On Thu 02 Mar 2023 at 15:35:05 (+0100), bernhard kleine wrote:
> 
> 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.

  verseTwo = \lyricmode {
\repeat unfold 11 ""
\set stanza = "2."
Wenn di a -- mols Zahn -- weh plagt und
  }

Cheers,
David.



Refrain text shown only once

2023-03-02 Thread bernhard kleine

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
BEGIN:VCARD
VERSION:4.0
N:Dr. Kleine;Bernhard;;;
EMAIL;PREF=1:bernhard.kle...@gmx.net
TEL;VALUE=TEXT:0049 160 998831
ADR:;;Steinbühlweg 1;Lenzkirch;;D-79853;
NOTE:Ich mache auf mein Buch "670 Falterarten im Hochschwarzwald" aufwerksa
 m (aktuell vergriffen).
END:VCARD