Le 10/08/2022 à 21:28, David Kastrup a écrit :
Jean Abou Samra <j...@abou-samra.fr> writes:
Le 10/08/2022 à 20:35, Vincent Gay a écrit :
10 août 2022 20:20:52 Jean Abou Samra <j...@abou-samra.fr>:
Another open question is how several marks, of any kind, should be
positioned relative to each other when they are at the same place.
In the example that started this thread, should the "A" mark be above
the segno mark, or on its right, or on its left?
Please, let the one who writes the score decide for himself. \tweak
is perfect for that.
I completely agree that it should be user-settable, but
we need to pick a default.
\markup \line \etc
What about
\adHocMark "aaaa"
\tweak color "red" \adHocMark "bbbb"
This might output the same thing as
\adHocMark \markup \line { aaaa \with-color "red" bbbb }
but how would one compute it automatically?