On 2024-04-12 1:54 am, David Kastrup wrote:
YTG 1234 <[email protected]> writes:
Hello List,
I want to override the default text markup used with commands such as
\f, \p, \mf, etc.
However, trying to define f = #(make-dynamic-script ...) doesn't work
because Lilypond interprets f as a note-name.
You could switch to Italian note names temporarily… Just kidding: the
sane solution of using quote marks has been already covered in two
replies.
%%%%
\version "2.25.13"
\language italiano
f = -\tweak color #red \f
\language english
{ b'4 4 2\f }
%%%%
That's hilarious. David, have you been hoarding other tricks? /s
-- Aaron Hill