lilypond-user
[Top][All Lists]
Advanced

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

Upper and Lower slurs in \partCombine


From: David B. Stocker
Subject: Upper and Lower slurs in \partCombine
Date: Mon, 04 May 2015 11:49:15 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Hello,

The 2.18 manuals seem to indicate that simultaneous slurs are a no-no, but I thought I'd check here to see if anyone knows of a trick I haven't thought of.

In my example, I would like to have a slur below the staff starting and ending in the same place as the slur above the staff. PrhasingSlur doesn't produce the desired result. I've also tried making a slur of a different length - the 1st two notes only - and then using \shape to lengthen the slur and make the arc look more natural.

This method works, but it is cumbersome.

Is there an easy way to do this?

David

%example.ly

\version "2.18.2"

partOne = \relative c'' { a4( bes c2 ) }

partTwo = \relative c' { f4( g a2 ) }

\score {

\partcombine \partOne \partTwo

}





reply via email to

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