Kees Serier wrote:
I want to have the percent sign for a duplicate chord
in the next measure (in \chordmode).
I don't know how particular you are. Would this be good enough?
%%%%%%%%%%%%%%%%%%%%
percentCN = \once \override ChordNames.ChordName #'stencil =
#(lambda (grob) (grob-interpret-markup grob (markup "%")))
harmonies = \chordmode {
c1 g1 e1:m \percentCN e1:m \percentCN e1:m a1:m bes1 c1 }
\score {<< \new ChordNames { \set chordChanges = ##f \harmonies } >>}
%%%%%%%%%%%%%%%%%%%%
Cheers,
Robin
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user