Janne Uusitalo wrote
> Hi,
> 
> I've attached two images to illustrate a problem I'm having with
> simultaneous notes, slurs and ties.
> 
> The original version is what I'm hoping to get, and the lilypond
> version is what 2.14.2 offers me for
> 
> %{ 24 %}    
> <des des'>
> 2(~
> %{ 25 %}    
> <des as'>
> )~
> 
> Any ideas on how do I make the slur connect the two higher notes
> instead of the two lower ones?

try to separate the bass into 2 voices:

\new Staff <<
  \key b \minor \clef bass
  \new Voice = "1" {
    \voiceTwo
    des2( as,)
  }
  \context Voice = "2" {
    \voiceFour
    \override NoteColumn #'force-hshift = #.01    %%% prevents shifting, so
it looks like a chord.
    des,~ des,
  }
>>

Eluze




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Slur-and-tie-between-chords-tp140883p140890.html
Sent from the User mailing list archive at Nabble.com.

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

Reply via email to