lilypond-user
[Top][All Lists]
Advanced

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

Re: Anchor point for slurs


From: Oscar van Eijk
Subject: Re: Anchor point for slurs
Date: Wed, 16 Apr 2008 18:31:00 +0200

Hi Kieren,

Apparently I didn't understand the section 3.2.2 Neil referred to (I'll
do some re-reading :), but indeed, this exactly solves my problem,
thanks!

Oscar

On Wed, 2008-04-16 at 07:28 -0400, Kieren MacMillan wrote:
> 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]