On Wed, 30 Apr 2025 at 09:23, Owen Le Blanc <zlsi...@gmail.com> wrote: > > I have a piece with the dynamic mark "mf-f", but I haven't found such > among the snippets. My attempts to do this without defining a special > dynamic marking haven't been successful. Is there an easy solution?
Hello, Have a look at NR 1.3.1 Expressive marks attached to notes > New dynamic marks https://lilypond.org/doc/v2.25/Documentation/notation/new-dynamic-marks mff = #(make-dynamic-script "mf-f") \relative { c'4 c c\mff c } Kind regards, Xavier