lilypond-user
[Top][All Lists]
Advanced

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

Re: chordChanges = ##t in an include file


From: Randy Josleyn
Subject: Re: chordChanges = ##t in an include file
Date: Sat, 04 Apr 2020 18:49:44 +0800
User-agent: K-9 Mail for Android

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 <address@hidden> 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.
reply via email to

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