2009/7/21 Werner <[email protected]>: > \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-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel
