lilypond-user
[Top][All Lists]
Advanced

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

Re: doubleSlurs in single-staff polyphony


From: Eluze
Subject: Re: doubleSlurs in single-staff polyphony
Date: Thu, 3 Jan 2013 07:18:04 -0800 (PST)

Daniel Rosen wrote
> I'm trying to typeset a passage with two voices on the same staff. Both
> voices use double slurs, and I need the slurs within each voice to be
> parallel (i.e. both slurs in the top voice need to curve up). What would
> be the best way to do this?

NR says 

"doubleSlurs (boolean)
If set, two slurs are created for every slurred note, one above and one
below the
chord."

so I'm afraid you will have to use an own construct, maybe using more than 2
voices, e.g. (for the upper voice(s))

\relative c'' {
  \new Staff <<
    \new Voice {
      \voiceOne
      e2( f)
    }
    \new Voice {
      \override NoteColumn.force-hshift = #.005
      \voiceThree
      b  2(  c)
    }
  >>
}

hth
Eluze





--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/doubleSlurs-in-single-staff-polyphony-tp138697p138740.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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