Hi Lukas, indeed that's the solution. I knew it had to be something simple. Thank you!
Randy On April 4, 2020 6:25:06 PM GMT+08:00, Lukas-Fabian Moser <[email protected]> wrote: >Hi Randy, > >I'm trying to figure out how to set chordChanges to true in an include >file, like so: >> %%%%% def.ily %%%%% >> \version "2.20.0" >> \layout { >> \context { >> \ChordNames >> \set chordChanges = ##t >> } >> } > >\set is only needed outside of a \layout { \context { ... } } >construction. Try: > >\layout { > \context { > \ChordNames > chordChanges = ##t > } >} > >Best >Lukas -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
