Alex Jones-2 wrote
> Apologies if others have solved this in the past, but I wasn’t able to
> find a solution on the list quickly.
> 
> I’m trying to write both a stopped and accented note, that is slurred to
> an open note.  I’m having trouble with the stopped and accented
> articulation occurring overtop of each other.  Additionally, some of the
> articulations are below and some are above the slur, which is weird, but
> legible.
> 
> Here is the code segment and resulting output.
> 
> \version "2.18.2"
> 
> \score {
> \new Staff = "foo" {
> \time 6/8
> cis''4.->-+ (c''8) \open r8 r8
> cis''4.->-+ (c''8) \open r8 r8
> }
> }
> 
> Note: in the context of my larger score, both instances have the
> overlapping + and > symbols.
> 
> Thanks for any help!
> 
> -akj

Alex,

This is definitely a bug. Here's a band-aid to keep you going, though:

cis''4.->*-\tweak avoid-slur #'outside* -+ ( c''8 ) \open r8 r8

HTH,
Abraham



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/overlapping-articulations-with-slurs-tp170231p170232.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

Reply via email to