lilypond-user
[Top][All Lists]
Advanced

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

doubleSlurs in single-staff polyphony


From: Daniel Rosen
Subject: doubleSlurs in single-staff polyphony
Date: Wed, 02 Jan 2013 20:12:10 +0000

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?

\version "2.16.1"
\relative c'' {
  <<
    { \set doubleSlurs = ##t <b e>2( <c f>) }
    \\
    { \set doubleSlurs = ##t <b, e>2( <c f>) }
  >>
}

DR





reply via email to

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