On 10/30/2017 7:47 AM, Thomas Morley wrote:
2017-10-30 12:36 GMT+01:00  <[email protected]>:
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 *
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to