I solved it to some degree as you can see in the attachment. When the
"1. Mädel" und "gib acht" are horizontly aligned this problem would be
solved. My knowledge of Liliypond is not deep enough to do so.

Any help welcome. Maybe there are other solutions, but with "rest, skip"
in google I come always back to contributions not helpful to the current
problem.

Regards Bernhard

Am 23.05.2021 um 10:40 schrieb Bernhard Kleine:
> I have another problem with the score I presented lately:
>
> There is a different start for stanza 2 as shown in the attachment. I
> donot know how to code this. The MWE is attached, too.
>
> KR Bernhard
>
-- 
spitzhalde9
D-79853 lenzkirch
[email protected]
www.b-kleine.com, www.urseetal.net
Ich darf auf mein neues Buch "670 Falterarten im Hochschwarzwald" aufmerksam 
machen 
(Infos bei mir)
-
thunderbird
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09

\version "2.21.1"
\language "deutsch"

\header {
  title = "Ländler"
  subsubtitle = "Worte von E.Ferd. Malkowsky"
  instrument = "vierstimmigen Chor a capella"
  composer = "Richerd Gompf"
  meter = "Allegro con moto"
  tagline = "Bernhard Kleine 2021"
}

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

global = {
  \key d \major
  \numericTimeSignature
  \time 3/4
  \autoBeamOff
  \tempo "Grazioso"
}

soprano = \relative c'' {
  \global
  % Die Noten folgen hier.
    cis8 ([d]) cis ([d]) cis4 | cis8 ([h]) cis ([h]) cis ([h]) | a4 r r| R2. 
  
}
dynamicI = {
%2  
   s2.*4

}

alto = \relative c'' {
  \global
  % Die Noten folgen hier.
  a4. a8 a4 | dis, a' gis | a r r | R2. 
  
}

tenor = \relative c' {
  \global
  % Die Noten folgen hier.
   e8 ([fis!]) e ([fis]) e4 | a, dis d | cis r r | s4 d2\rest 
   
}

bass = \relative c {
  \global
  % Die Noten folgen hier.
  e4_. e,_. e'_. s2.*3    
}

dynamicIL = {
%2
  s2. | s4 s2\> | s4. s8\! s4 | s2.
}

bassVoiceStA = \relative c { 
  \global
   s2.  fis4 (h,) e | r
   
}
bassVoiceStB = \relative c { 
  \global
    s2. s2.  | r4 a' a,8 r | r4 a' a,8 r8
}

altoVerseOne = \lyricmode {
  \set stanza = "1."
  % Liedtext folgt hier.
  Lenz ist da, Mä -- del, gib acht!  
}

altoVerseTwo = \lyricmode {
  \set stanza = "2."
  % Liedtext folgt hier.
  Tra -- la -- la, sucht ei-- nen Schatz!
}

altoVerseThree = \lyricmode {
  \set stanza = "3."
  % Liedtext folgt hier.
  Lieb -- ste an, spitzt sich der Mund!
}

verseBassVoiceOneA = \lyricmode {
  % Liedtext folgt hier. gis''' ais a g a f fis e
  \set stanza = "1"
  Mä -- del 
}
verseBassVoiceOneB = \lyricmode {
  % Liedtext folgt hier. gis''' ais a g a f fis e
  gib acht! gib acht! 
}
verseBassVoiceTwo = \lyricmode {
  \set stanza = "2"
   m_ _  m_ _
}
verseBassVoiceThree = \lyricmode {
  \set stanza = "3"
   hm _ hm _
}  

choirPartI = \new ChoirStaff <<
  \new Staff = "sa" \with {
    instrumentName = \markup \center-column { "Sopran" "Alt" }
  } <<
    \new Dynamics = "page1"  \with {
      alignAboveContext = "sa"
    } \dynamicI
    \new Voice = "soprano" { \voiceOne \soprano }
    \new Voice = "alto" { \voiceTwo \alto }
    
  >>
  \new Lyrics \lyricsto "alto" \altoVerseOne
  \new Lyrics \lyricsto "alto" \altoVerseTwo
  \new Lyrics \lyricsto "alto" \altoVerseThree
   
  \new Staff = "tb" \with {
    instrumentName = \markup \center-column { "Tenor" "Bass" }
  } <<
    \clef bass
    \new Voice = "tenor" { \voiceOne \tenor }
    \new Voice = "bass" { \voiceTwo \bass }
    \new Voice = "bbassA" { \voiceTwo \bassVoiceStA }
    \new Voice = "bbassB" { \voiceTwo \bassVoiceStB }
    \new Dynamics = "page1L"  \with {
      alignBelowContext = "tb"
    } \dynamicIL
    >>
  
  \new Lyrics = "bbasslyricsOne" \with {
    alignBelowContext = "page1L"  
  } \lyricsto "bbassA" \verseBassVoiceOneA
  \new Lyrics = "bbasslyricsTwo" \with {
    alignBelowContext = "page1L"  
  } \lyricsto "bbassB" \verseBassVoiceOneB
  \new Lyrics = "bbasslyricsTwo" \with {
    alignBelowContext = "bbassB"  
  } \lyricsto "bbassB" \verseBassVoiceTwo
  \new Lyrics = "bbasslyricsTwo" \with {
    alignBelowContext = "bbassB"  
  } \lyricsto "bbassB" \verseBassVoiceThree
>>


\score {
  \choirPartI
  \layout { }
}

 

Attachment: testtwolaendlerr.pdf
Description: Adobe PDF document

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to