lilypond-devel
[Top][All Lists]
Advanced

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

Re: Correct convert-ly of page spacing (issue3793046)


From: k-ohara5a5a
Subject: Re: Correct convert-ly of page spacing (issue3793046)
Date: Thu, 06 Jan 2011 04:17:43 +0000

My current plan is to avoid my concerns about line endings with a new
patch (tomorrow) that does not involve newlines.

Simple assignments
 oldvar = 2 \in
would be converted into the longer line
 obsolete-oldvar = 2 \in  newvar #'newkey = #(/ obsolete-oldvar
staff-space)

Assignments involving Scheme (more complicated than x = #3) would remain
untouched, but trigger a NOT_SMART.


http://codereview.appspot.com/3793046/diff/1/python/convertrules.py
File python/convertrules.py (right):

http://codereview.appspot.com/3793046/diff/1/python/convertrules.py#newcode2990
python/convertrules.py:2990: r"% in the Notation Reference regarding
'staff-affinity = ##f.\n\g<0>",
On 2011/01/05 05:35:51, Graham Percival wrote:
... I'd encourage you to do it in changes.tely.

That's a better way. I'll show a changes.tely addition in the next
patch.

http://codereview.appspot.com/3793046/



reply via email to

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