lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more leadsheet questions


From: Robin Bannister
Subject: Re: more leadsheet questions
Date: Fri, 21 Mar 2014 10:36:55 +0100
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]