lilypond-user
[Top][All Lists]
Advanced

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

Re: slur between voices ... without clashing note columns


From: Erik Sandberg
Subject: Re: slur between voices ... without clashing note columns
Date: Wed, 24 Aug 2005 00:08:40 +0200
User-agent: KMail/1.8.1

On Tuesday 23 August 2005 14.38, Trevor Baca wrote:
> The snippet here correctly renders a slur between voices ... but,
> unfortunately generates clashing note column warnings in the process.
>
> Does anyone see a way to get the same result but without the clashing
> note columns?

In this particular example, you could do the first and second half of the bar 
as differen voices, something like:

<<
\context Staff=up { 
  << 
    \new Voice { b16[ fis e \change Staff=down g,]( g,8) } 
    \new Voice { s2                                 b16[ fis e \change 
Staff=down g,]( g,8) } }
  >>}
>>

This also reflects the music content better IMHO.

-- 
Erik




reply via email to

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