Hello all:

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

Currently I'm using this snippet:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    f,
      _\markup{\italic
        \musicglyph #"p" " - "
        \musicglyph #"m" \musicglyph #"f" " - "
        \musicglyph #"f" " - "
        \musicglyph #"f" \musicglyph #"f"
      }
      ^\markup{\italic "(vamp as desired)"}
    f' f, f' f, f' f, f' |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

It works, except that there is no glyph for ff (or mp or mf etc.). My solutions shows too much space between the f and f (for ff) or m and f (for mf).

How is this best be solved in LilyPond? \musicglyph #"mf" does not work as expected.

Thanks for any hint.

Best,
Claus


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

Reply via email to