Hej Rasmus :-)

Rasmus Resen Amossen wrote:

> In the following 'firsttune.ly' is copy/pasted from your documentation
> example.

This is odd. It seams like you have found some none-official page with a
copy of the docu. Where did you find it?
The problems is that your attached .ly is for an old version of
lilypond. On the lilypond-homepage <URL:http://www.lilypond.org> the
docu contains the correct example. (Documentation for users - lilypond)

The tar-distibution of lilypond contains all examples of the tutorial -
and the menuet is in input/tutorial/menuet.ly. I don't know if the
examples are also included in the rpms, but I think they are.

When processing old ly-files you might want to take a look at
scripts/convert-ly (or scripts/out/convert-ly).
$ convert-ly oldfile.ly >outfile.ly
looks at the version string in the .ly and performs all syntax changes
since that file.
If the file contain no version string then do
$ convert-ly -a oldfile.ly >outfile.ly
which will try to apply all known conversions - leading to lots of
warnings but usually working anyway.

-Rune

_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to