Am So., 7. Apr. 2019 um 23:57 Uhr schrieb Dave Higgins <dave.higg...@dkds.us>:
>
> Is there a way to force the rehearsal mark to be under the tie (or
> slur)?  \override did not work either.  I'm hoping I'm just misreading
> the documentation.
>
> \version "2.19.83"
>
> \fixed c''' { \set Staff.RehearsalMark.outside-staff-priority = #1 a1 ~
> | \mark \default a1 }
> --
> Thanks,
> Dave


\fixed c''' {
  %% \override not \set
  \override Score.RehearsalMark.outside-staff-priority = #1
  %% do same for Tie, outside-staff-priority is unset per default
  \override Tie.outside-staff-priority = #2
  a1~
  |
  \mark \default
  %% Move NoteColumn a little, otherwise RehearsalMark has not enough room
  %% to drop down to the StaffSymbol
  \once \override NoteColumn.X-offset = 0.2
  a1
}

HTH,
  Harm

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to