alamire wrote:

In the MWE below, I would like the flat in the root name to appear identical
to the flat in the "m7b5" chord. I do *not* want to continue using the text
markup font via unicode.


You will find LilyPond's flat and sharp glyphs listed in
http://lilypond.org/doc/v2.18/Documentation/notation/the-feta-font


But LilyPond also provides markup commands for accidentals,
listed in the Notation Reference A.10.4 and also
reachable via the command index in Appendix D
e.g. the index entry for \flat takes you to
http://lilypond.org/doc/v2.18/Documentation/notation/music#index-_005cflat-1


So instead of (make-text-markup "♭") use (make-flat-markup)
and readjust the sizing.


Cheears,
Robin

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

Reply via email to