Hi John,

Le lun. 10 juin 2019 à 01:35, John Helly <hel...@hawaii.edu> a écrit :

> [...]

However, I'm now stuck
> trying to get the guitar chords to appear over each measure of the
> verses and chorus.
>


> Chords = \new ChordNames {
>   \chords {
>   }
> }
> [...]
>

Try:

Chords = \new ChordNames {
  \set chordChanges = ##f
  \chords {
  }
}

Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to