lilypond-user
[Top][All Lists]
Advanced

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

Re: changepitch compilation error


From: Thomas Morley
Subject: Re: changepitch compilation error
Date: Wed, 24 Feb 2016 11:25:35 +0100

2016-02-24 10:49 GMT+01:00 Gianmaria Lari <address@hidden>:
> I've used "changePitch.ly" in the past without problem but when I tried
> today I get some compilation error. I'm using lilypond 2.19.35 with
> Frescobaldi.

Well, I don't know about changePitch.ly-
If it is LSR, please provide the link.
>
> This is the code I'm trying to compile (it should be an example from the
> changepitch.ly author):
>
>
> \include "changePitch.ly"
> \version "2.19.35"
^^^^^^^^^^^^^^^^^^^^
>
> pattern = { c8.-> c16-. }
> newnotes = \relative c'
> {
>   c d e f <e g> <d f> < c e> < b d>
>   c
> }
>
> \changePitch \pattern \newnotes . Today I'm trying to compile so
>
>
> And this is the error I get:
>
> Starting lilypond-windows.exe 2.19.35 [test.ly]...
>
> Processing
> `c:/users/gianma~1/appdata/local/temp/frescobaldi-evzjlf/tmpfpvpku/test.ly'
>
> Parsing...C:/Users/Gianmaria/Dropbox/Music/changePitch.ly:342:51: In
> procedure ly:parser-lookup in expression (ly:parser-lookup parser (quote
> $chord-repeat-events)):
>
> C:/Users/Gianmaria/Dropbox/Music/changePitch.ly:342:51: Wrong number of

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> arguments to #<primitive-procedure ly:parser-lookup>
>
> Exited with return code 1.
>
>
> Any suggestion?
>
> Thank you, Gianmaria


Anyway the error-massage is quite clear.
Did you try convert-ly?


Cheers,
  Harm

P.S.
If convert-ly does not work (I'm in a hurry, didn't test), use:
(ly:parser-lookup (quote $chord-repeat-events)
instead of
(ly:parser-lookup parser (quote $chord-repeat-events)



reply via email to

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