lilypond-user
[Top][All Lists]
Advanced

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

Re: Articulation and slur


From: Ben
Subject: Re: Articulation and slur
Date: Mon, 30 Oct 2017 08:23:29 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 10/30/2017 7:47 AM, Thomas Morley wrote:
2017-10-30 12:36 GMT+01:00  <address@hidden>:
Hi all,

maybe someone can help me:

How can i combine an articulation mark like marcato with a slur
in a way where the slur is nearby the note head and the
marcato is above the slur in this example. Changing staff-priority
did not help. What am I doing wrong?

\version "2.19.80"
\relative c'' {
  f e(-^ d) c
  \override Slur.outside-staff-priority = #1
  f e(-^ d) c
}


\relative c'' {
  f e(-^ d) c
  \override Script.avoid-slur = #'outside
  f e(-^ d) c
}



Doh! Apologies - I had a small brain 'oops' when I posted the older syntax this morning. Didn't have coffee yet.
My code works but you should stick with what Harm said not me ;)

\override Script.avoid-slur = #'outside

reply via email to

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