lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nashville notation as chord symbols


From: Thomas Morley
Subject: Re: Nashville notation as chord symbols
Date: Fri, 19 Jun 2015 00:43:20 +0200

2015-06-18 23:37 GMT+02:00 David Kastrup <address@hidden>:
> Thomas Morley <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]