bug-lilypond
[Top][All Lists]
Advanced

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

Re: lyric in false voice by temporary polyphonic notation


From: t.sefzick
Subject: Re: lyric in false voice by temporary polyphonic notation
Date: Fri, 10 Apr 2020 16:56:01 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Apr 10, 2020 at 10:09:24AM +0200, astrid wrote:
> Hallo,
>
> in the german forum for lilypond ->
> https://lilypondforum.de/index.php/topic,667.0.html
>
> I asked for a solution, but got no answer. It is a bug, I suggest; see here:
>
> If I write (an it's the same in \version "20.21.0"):
>
> |\version "2.20.0" sv = \relative c'' {   c1   << { \voiceOne a2 g4 g }
> \new Voice { \voiceTwo c,4 b c c } >>   \oneVoice   e1 } vers =
> \lyricmode {   a b c d e f } \score {   \new Staff { \sv }   \addlyrics
> { \vers }   \layout { } }|
>
>
> Then I get:
>
>
>
> For any solution I would grateful ???
>
> kind regards
> Dieter Reiser

I wouldn't call it a bug. It's a problem of assinging text to
a voice which is defined implicitely (via "\new Staff").
If you change "\new Staff {\sv}" to "\new Voice {\sv}" the text
is placed according to the upper voice.
But this is not a real solution to this problem, because here
we still rely on some implicit mechanisms (which may change
in a future version of lilypond).

The lilypond learning manual explains this in detail, see:

https://lilypond.org/doc/v2.20/Documentation/learning/voices-and-vocals.html



reply via email to

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