lilypond-user
[Top][All Lists]
Advanced

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

Re: repeat percent and chords


From: Robin Bannister
Subject: Re: repeat percent and chords
Date: Tue, 24 Mar 2009 23:37:24 +0100

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




reply via email to

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