Hi,

in a choral from Albert Becker in the alto part there are rhythmical and
text distribution alternatives between the first and the second stanza.
How to write this into a single alto line. A minimal  extract has the
two versions in separate lines.

My experience in this is a little frozen and I do not remember where to
look.

Thanks

Kind regard

Bernhard

-- 
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
www.b-kleine.com, www.urseetal.net
Ich darf auch auf mein neues Buch "Falter in Lenzkirch" aufmerksam machen 
(Infos bei mir)
-
thunderbird mit enigmail
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.19.82"
\language "deutsch"

\header {
  title = "Erquicke mich mit deinem Licht"
  composer = "Albert Becker"
  tagline = ""
}

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

global = {
  \key e \major
  \time 4/4
  \partial 4
}

verseOne = \lyricmode {
  \set stanza = "1."
  blei -- be im -- mer Herr bei mir, und lass mich }

verseTwo = \lyricmode {
  \set stanza = "2."
   nimm dich dei -- nes Kind -- leins an, dass fromm es }

altoVoiceI = \relative c' {
  \global cis8 dis | his4 cis cis a'~ a gis~ gis8 eis fis e | 
}

altoVoiceII = \relative c' {
  \global cis8 dis | his4 cis cis (a'~ a8) a8 gis4~ gis8 eis fis e | 
}

altoVoiceIPart = \new Staff { \altoVoiceI } \addlyrics { \verseOne }
altoVoiceIIPart = \new Staff { \altoVoiceII } \addlyrics { \verseTwo }

\score {
  <<     
    \altoVoiceIPart
    \altoVoiceIIPart
  >>
  \layout { }
}

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to