Hi Claus,

> I need to engrave multiple dynamic marks next to each other, indicating 
> different dynamics for various repeats. Something like this:
>    xxx x xxx xx (some notes)
>    p - mf - f - ff

Does this do what you need?

\version "2.19.19"
pmffff = #(make-dynamic-script "p - mf - f - ff")
\score { c'-\tweak #'self-alignment-X #-0.9 \pmffff }

Hope this helps!
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


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

Reply via email to