2009/7/21 Werner <mey....@web.de>:
> \midi {
>        \context {
>        \Score
>        % harmonies = ##f
>        % (output all voices but no harmonies from chordNames!)
>        }
> }

There's already a way to do it. Try something such as

\midi {
  \context {
    \type "Performer_group"
    \name ChordNames
    \consists "Swallow_performer"
  }
}

Regards,
Valentin


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

Reply via email to