lilypond-user
[Top][All Lists]
Advanced

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

Re: Polychord


From: Robin Bannister
Subject: Re: Polychord
Date: Fri, 27 Nov 2020 17:54:18 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1



My advice:  Don't try.  Write markup for overriding the 'text property.


And if you don't feel up to doing that sort of markup,
you could get most of the way with an additional context:


%%%%%%%%%%%%%%%%%%%%
\version "2.20.0"

coharmonies = \chordmode { d1:m s d:dim s fis}
harmonies = \chordmode { c1 c:m c:7 cis c:m7 }

\score {
  <<
    \new ChordNames { \coharmonies }
    \new ChordNames { \harmonies   }
  >>
  \layout{ }
  \midi { }
}
%%%%%%%%%%%%%%%%%%%%


Cheers,
Robin

Attachment: coharmonies.png
Description: PNG image


reply via email to

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