lilypond-user
[Top][All Lists]
Advanced

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

Re: Compatibillity lilypond - noteedit and other quetions.


From: Mats Bengtsson
Subject: Re: Compatibillity lilypond - noteedit and other quetions.
Date: Thu, 19 Jul 2007 15:21:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

Peter Terpstra wrote:

Mats Bengtsson in <address@hidden> :


Since NoteEdit generates LilyPond code corresponding to
an old version of LilyPond, you have to upgrade the syntax
using convert-ly (see the manual for details about using
convert-ly).

That does not help, but thanks for your answer.
It should certainly help to automatically convert

\set Voice.noAutoBeaming = ##t
into
\set autoBeaming = ##f
and
\set Staff.instrument = #"Guitar 1"
into
\set Staff.instrumentName = #"Guitar 1"

Note that the Voice.noAutoBeaming property was renamed
in LilyPond already in LilyPond version 1.5.49, but maybe
the implementors of Noteedit didn't notice this change so
that they used the old syntax even if it says \version "2.8.1"
in the generated .ly file. In that case, you can try to manually
say
convert-ly --from="1.5.48"
but then you should verify that the conversion steps between
1.5.48 and 2.8.1 does not destroy anything else.

  /Mats






reply via email to

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