lilypond-user
[Top][All Lists]
Advanced

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

Re: Anchor point for slurs


From: Kieren MacMillan
Subject: Re: Anchor point for slurs
Date: Wed, 16 Apr 2008 07:28:40 -0400

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.




reply via email to

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