lilypond-user
[Top][All Lists]
Advanced

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

Re: Melisma with manual syllable durations


From: Alexander Kobel
Subject: Re: Melisma with manual syllable durations
Date: Thu, 23 Feb 2017 15:01:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1

On 2017-02-22 17:21, David Sumbler wrote:
> [...]
> So I experimented.  I find that, not only does it not matter which
> voice or stave I name as "associatedVoice", but it does not even matter
> whether such a voice exists! [...]

Wrong.  Compare the extenders in:

\version "2.18.2"

\paper { ragged-right = ##f }

lyr = \lyricmode { Foo2 __ bar4 __ baz4 }

\score {
  <<
    \new Voice = "A" { \repeat unfold 16 c''16 }
    \new Voice = "B" { \repeat unfold 8 c''8 }
    \new Lyrics \with { associatedVoice = "A" } \lyr
  >>
}

\score {
  <<
    \new Voice = "A" { \repeat unfold 16 c''16 }
    \new Voice = "B" { \repeat unfold 8 c''8 }
    \new Lyrics \with { associatedVoice = "B" } \lyr
  >>
}


It might be surprising that a non-existing voice does not even produce a 
warning; but there *is* a (very sensible) difference.


Cheers,
Alexander

Attachment: associatedVoice.png
Description: PNG image


reply via email to

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