On 25 July 2010 13:22, Joseph Wakeling <[email protected]> wrote:
> naturalizeMusic =
> #(define-music-function (parser location m)
> (ly:music?)
> (naturalize m (ly:music-property music 'naturalize-style)))
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):
music = \relative c' { c4 d e g }
Cheers,
Neil
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel