lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with remove bar number/ why I'm not upgrading to the new sta


From: David Kastrup
Subject: Re: Problem with remove bar number/ why I'm not upgrading to the new stable version
Date: Fri, 26 Oct 2012 00:52:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> With "2.16.0" you could use:
>
> \tweak Accidental #'font-size #-2

The way it looks, with 2.17.6 you will likely have to write

\tweak Accidental.font-size #-2

indeed, an incompatible syntax change.  convert-ly will cover it,
though.  2.17.6 will make a lot of #'xxx and #'(xxx yyy) unnecessary.
Very few commands, like the special tweak form, will have a non-upwards
compatible (though simpler) syntax change.  For most commands, the forms
are interchangeable.  Something like Score.Accidental, previously an
isolated LilyPond syntax element, now has a straightforward and direct
correspondence to Scheme data structures.

Being able to map LilyPond straightforward to Scheme and back also helps
with the inner consistency und understanding of the LilyPond language on
its own.

-- 
David Kastrup




reply via email to

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