2015-06-18 23:37 GMT+02:00 David Kastrup <[email protected]>:
> Thomas Morley <[email protected]> writes:
>>
>> \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)))
> [...]
>

Thanks.

Not sure what exactly you mean with the following.
Is it an additional comment to the above or a second concern?

> In your proposal, all engraver instances share the same "root", a recipe
> for trouble.


Cheers,
  Harm

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to