lilypond-user
[Top][All Lists]
Advanced

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

Re: exchange LyricHyphen with a "proper" hyphen


From: Noeck
Subject: Re: exchange LyricHyphen with a "proper" hyphen
Date: Sat, 10 Dec 2016 21:33:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Hi Knut,

Am 10.12.2016 um 20:37 schrieb Knut Petersen:
> Currently lyrics are attached to one voice, but you use them for up to
> four voices in a staff like "SA combined, lyrics, TB combined".
> A better lyrics engraver would allow to attach the lyrics to more than
> one voice and handle the special cases of lyric placement.

I am not sure if I understand you. How would you attach lyrics to
several voices in the same context?

What I do is shown here [like 1]:

    \new ChoirStaff <<
      \new Staff \soprano
      \addlyrics \text
      \new Staff \alto
      \addlyrics \text
      \new Staff { \clef "treble_8" \tenor }
      \addlyrics \text
      \new Staff { \clef "bass" \bass }
      \addlyrics \text
    >>

Or the same with
      \new Staff \new Voice = "soprano" \soprano
      \new Lyrics \lyricsto "soprano" \text
etc.

So each staff has its own lyrics context but the content is the same
variable. That works. In principle, the information about where to put
extender lines is already given by the number of notes per syllable.

Cheers,
Joram


[1]:
http://www.mutopiaproject.org/ftp/BachJS/BWV248/Bach_BrichAn/Bach_BrichAn.ly



reply via email to

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