]> git.donarmstrong.com Git - lilypond.git/commit
Make tempo range \tempo 20~30 be input as \tempo 20-30 instead
authorDavid Kastrup <dak@gnu.org>
Sun, 4 Aug 2013 09:36:34 +0000 (11:36 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 13 Aug 2013 11:57:23 +0000 (13:57 +0200)
commit51697e92e7deb4281b6602928f7bbd3e99ee7b36
tree4db448bd33d13ce4d58713f649e606e6698ed8ee
parent61275ff8fa4fa01422b4dd6dfc0f6372c7d9cd5e
Make tempo range \tempo 20~30 be input as \tempo 20-30 instead

\tempo's use of ~ was rather untypical for LilyPond.  Letting it
rather use @code{-} for ranges leaves just a single use for ties,
making it feasible to make @code{~} definable by the user in a later
commit.
Documentation/changes.tely
lily/parser.yy
python/convertrules.py
scm/define-music-display-methods.scm