Re: chordChanges = ##t in an include file

2020-04-04 Thread Randy Josleyn
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 wrote: >Hi Randy, > >I'm trying to figure out how to set chordChanges to true in an include >file, like so: >> % def.ily % >> \version

Re: chordChanges = ##t in an include file

2020-04-04 Thread Lukas-Fabian Moser
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 {   \c

chordChanges = ##t in an include file

2020-04-04 Thread Randy Josleyn
Hi list! 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 } } %% % score.ly % \version "2.20.0" \include "def.ily" \score { <<