Thomas Morley <thomasmorle...@gmail.com> writes: > That said, I've tried the engraver-route. > Though, I've absolutely no clue about the nashville-system, thus have > a thorough look at the output: > > \version "2.18.2" > > #(define nashville-chord-engraver > (let ((root (ly:make-pitch 0 0 0)))
That should rather be #(define (nashville-chord-engraver context) (let ((root (ly:make-pitch 0 0 0))) [...] In your proposal, all engraver instances share the same "root", a recipe for trouble. -- David Kastrup _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user