lilypond-user
[Top][All Lists]
Advanced

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

Re: Refrain text shown only once


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

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

Attachment: bernhard_kleine.vcf
Description: Text Data


reply via email to

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