]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3229: Prefer \relative { ... } over \relative x'' { ... }
authorDavid Kastrup <dak@gnu.org>
Wed, 6 Mar 2013 23:23:16 +0000 (00:23 +0100)
committerDavid Kastrup <dak@gnu.org>
Sun, 17 May 2015 21:46:44 +0000 (23:46 +0200)
commit94644b3a701073c99eabb88d95b20cd3f3ac5af0
treef4d355b8e0a1585482c702c6476d99cd0458d3a7
parent5910bd4b7113bc614136480740c53866f3c6c69a
Issue 3229: Prefer \relative { ... } over \relative x'' { ... }

As a followup to the commits for issue 3245, this conversion rule
replaces uses of \relative with reference pitch by those without
reference pitch for a number of patterns where convert-ly can detect the
first actual note reliably.

The rule is prepared to skip over files containing \include or \language
with a non-c-using notename language since the patterns do not work for
them.

However, this part of the rule is disabled in this commit as it turns
out that the LilyPond code base converts well (and more thoroughly)
without it.
python/convertrules.py