lilypond-devel
[Top][All Lists]
Advanced

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

Re: Setting the value of a music property


From: Joseph Wakeling
Subject: Re: Setting the value of a music property
Date: Sun, 25 Jul 2010 21:49:11 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100528 Lightning/1.0b1 Thunderbird/3.0.5

On 07/25/2010 08:49 PM, Neil Puttock wrote:
> This function has an arg called `m', but you're trying to access a
> property from `music'.  This doesn't cause an `unbound variable' error
> since you have the following identifier (whose music has no
> 'naturalize-style setting):

I don't know how that typo got into my email, but it is _not_ what I
have in my Lilypond input file.  This is:

   naturalizeMusic =
   #(define-music-function (parser location m)
      (ly:music?)
      (naturalize m (ly:music-property m 'naturalize-style)))

... which still generates the error mentioned. :-(



reply via email to

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