lilypond-user
[Top][All Lists]
Advanced

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

Re: chord and chordChanges


From: Gianmaria Lari
Subject: Re: chord and chordChanges
Date: Thu, 9 May 2019 13:18:54 +0200


\version "2.21.0"
<<
  \new Staff   {
    c'4 d' e' f'
    \repeat volta 2 {c' d' e' f' | g' a' b' c''}
  }
  \new ChordNames \with { chordChanges = ##t } {
    g1 \once \unset chordChanges \repeat volta 2 {g1|1}
  }
>>

Thank you David, this is what I wanted!

In the meantime I also found another working solution, but it's not neat. I post it here anyway:

\version "2.21.0"
<<
  \new Staff   {
    c'4 d' e' f'
    \repeat volta 2 {c' d' e' f' | g' a' b' c''}
  }
  \new ChordNames \with { chordChanges = ##t } {
    g1 \once \unset chordChanges \repeat volta 2 {g1|1}
  }
>>

g.

reply via email to

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