lilypond-user
[Top][All Lists]
Advanced

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

Re: overlapping articulations with slurs


From: tisimst
Subject: Re: overlapping articulations with slurs
Date: Thu, 8 Jan 2015 16:29:02 -0700 (MST)

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.



reply via email to

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