Hi John, Le lun. 10 juin 2019 à 01:35, John Helly <[email protected]> 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 [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
