Martin Tarenskeen wrote:
look like       Cm      %       %       %
where the % is not really a percentage sign

How about the following?

%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"

simile = \markup { \bold \fontsize #1 \char ##x066A } % arabic
simileCN = \once \override ChordNames.ChordName #'text = #simile

\chords { c1:m |  \simileCN c:m | \simileCN c:m |  c:m }
%%%%%%%%%%%%%%%%%%%%


Or you can draw the simile yourself, as with the markup in
http://lists.gnu.org/archive/html/lilypond-user/2009-03/msg00709.html

But note that that thread was for version 2.12 so it uses a
#'stencil override; nowadays a #'text override is sufficient.


Cheers,
Robin

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to