On 10/30/2017 7:36 AM, [email protected] 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!


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to