lilypond-user
[Top][All Lists]
Advanced

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

Re: Upper and Lower slurs in \partCombine


From: Phil Holmes
Subject: Re: Upper and Lower slurs in \partCombine
Date: Mon, 4 May 2015 17:23:53 +0100

partOne = \relative c'' { a4 ^( bes c2 ^) }
partTwo = \relative c' { f4 _( g a2 _) }

seems to work.

--
Phil Holmes


----- Original Message ----- From: David B. Stocker
To: address@hidden
Sent: Monday, May 04, 2015 4:49 PM
Subject: Upper and Lower slurs in \partCombine


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
}








_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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