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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond