I totally need to finish this documentation patch.

For this, you cannot use this form of polyphony. You must explicitly create voices. See the documentation in the Notation Reference, rather than the learning manual.

Am 12.04.2009 um 01:44 schrieb Hendrik Fuß:

Hi there,

I'm trying to put lyrics to a voice in a two-voice context, but I seem to be doing something wrong. In the following minimal example the notes after the split part are garbled:

\score

{

    \new Staff

    \relative c'

    {

        \time 2/4

        <<

            { \voiceOne R2 } \\

            \new Voice = "cue" {

                \voiceTwo

                c8 d e f

            }

            \new Lyrics \lyricsto "cue" {

                do re mi fa

            }

        >>

        g4 g4

        a8 a a a

    }

}

\version "2.10.33"


The aim is, of course, to manually typeset vocal cue notes. Any help greatly appreciated.

thanks
Hendrik


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

James E. Bailey



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to