lilypond-user
[Top][All Lists]
Advanced

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

Re: Slur and tie between chords


From: Eluze
Subject: Re: Slur and tie between chords
Date: Wed, 13 Feb 2013 02:13:20 -0800 (PST)

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.



reply via email to

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