Hi Oscar,

Oops... forgot about this part of your posting:

the idea is, the phrase ends where the dualvoice ends,
in this example at the last 'a'

Here's the correct code to solve that problem:

\version "2.11.41"
<<
        \relative c'
        {
                c8\( d e f g a b c
                <<
                        { \voiceOne d c b a g fis g a\) }
                        \new Voice { \voiceTwo g,2 b }
                >>
                \oneVoice <d b'>1
        }
>>
\layout { ragged-right = ##t }

Hope this helps!
Kieren.


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

Reply via email to