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: Thu, 18 Jun 2015 23:37:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thomas Morley <address@hidden> 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



reply via email to

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