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


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

Reply via email to