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. _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user