lilypond-user
[Top][All Lists]
Advanced

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

Re: Error on running convert.ly


From: Thomas Morley
Subject: Re: Error on running convert.ly
Date: Tue, 12 Aug 2014 12:30:27 +0200

2014-08-02 9:28 GMT+02:00 John McWilliam <address@hidden>:
>>Error on running convert-ly
>
> I enclose the snippet for the above problem. This also includes the
> "point-and-click" option which has also stopped functioning. All other
> aspects of the Lilypond Tool seem to function normally and I can still
> create music. The update was from 2.18.0 and as you can see the version was
> updated, however, the error text shown above occurred. I have older
> compositions which work normally but all the new work has this problem.
> Maybe something has changed in the setup (preferences) for jedit or
> Lilypond? I have considered a new installation of jedit and Lilypond but
> wanted to test this on the community before going ahead.
>
> \version "2.18.2"
>
> #(ly:set-option 'point-and-click #t)
>
>     \relative c'' {
>             \key c \major \time 4/4
>             a b c d |e f g a
>
>     }%end relative

Hi,

can't confirm on Ubuntu 10.04 32bit using LilyPond 2.19.11

Storing

%%%%% start snippet
\version "2.18.0"

#(ly:set-option 'point-and-click #t)

    \relative c'' {
            \key c \major \time 4/4
            a b c d |e f g a

    }%end relative
%%%%% end snippet

in test.ly and running
convert-ly -e test.ly
returns

   convert-ly (GNU LilyPond) 2.19.11

   convert-ly: Processing `test.ly'...
   Applying conversion: 2.19.2, 2.19.7, 2.19.11

The version is updated to 2.19.11

---------------------

running
convert-ly -e -t2.18.2 test.ly
returns
   convert-ly (GNU LilyPond) 2.19.11

   convert-ly: Processing `test.ly'...
   Applying conversion:

The version remains 2.18.0

--------------------

Btw, instead of
#(ly:set-option 'point-and-click #t)
you can use
\pointAndClickOn


Cheers,
  Harm

P.s.
Can't do more, my computer is broken. Right now I'm guest on another machine.
With limited access and no devel-tools :((



reply via email to

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