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 07:49:30 -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:36 AM, address@hidden wrote:
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
}


Hello!
This code does what you are asking:


\version "2.19.80"

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

Have a nice day!



reply via email to

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