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
}

HTH,
  Harm

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

Reply via email to