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: David Kastrup
Subject: Re: Nashville notation as chord symbols
Date: Fri, 19 Jun 2015 06:48:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 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.

It is an additional comment on the above.  If you have one transposed
voice, for example, having all engravers working with the same "root" is
not going to be a good idea.  Or when having a \markup { \score ... }
inside for some purpose, there will still only be one root for both the
enclosing score and the score inside the markup.

-- 
David Kastrup



reply via email to

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