lilypond-user
[Top][All Lists]
Advanced

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

Voice Context Continuing After Lyrics Were Added and Ended


From: Christian Eitner
Subject: Voice Context Continuing After Lyrics Were Added and Ended
Date: Wed, 2 Nov 2011 21:59:41 +0100

Hello,

I'm having trouble understanding how a voice to which lyrics were
added is continued after the lyrics. Here is my snippet:

\version "2.12.2"

\new Staff {
        \new Voice = melody {
                a'1
        }
        <<
        \context Voice = "melody" {
                b'1
        }
        \new Lyrics \lyricsto "melody" {
                Ahh
        }
        >>
        \context Voice = "melody" {
                c'1 d1
        }
}

Instead of c'1 d1, only two empty bars appear.

Thanks for your consideration,

Christian



reply via email to

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