Don Gingrich <gingr...@internode.on.net> writes:

>     
> I use Lilypond mostly for song sheets with a melody,lyrics and guitar
> chords. On occasion I use Linux toolsto generate an MP3 of the tune to
> make it easier tolearn to sing a new tune.
> Something that would be "nice" would be a way tospecify a guitar
> rhythm that would repeat the chordsas the midi/mp3 generates.
> OK, I can specify
> c4 c4 c4 |f4 f4 g4:7 |g4:7 c4 c4 |
> But this generates a *lot* of stuff above the staff thatcontributes
> nothing to playability.

\chords \with { chordChanges = ##t }
{ c4 c4 c4 |f4 f4 g4:7 |g4:7 c4 c4 | }

-- 
David Kastrup

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

Reply via email to