]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3244: Remove -d old-relative compatibility option
authorDavid Kastrup <dak@gnu.org>
Thu, 14 Mar 2013 12:46:49 +0000 (13:46 +0100)
committerDavid Kastrup <dak@gnu.org>
Thu, 21 Mar 2013 06:26:16 +0000 (07:26 +0100)
commit543dc9db58da5e3acaf72dae2478933742fa6e90
tree5cb7abdcc725652e64373dcda1a127e69458fda8
parentbe1247a9a2f9884f4c6b92bb6b637917a544a951
Issue 3244: Remove -d old-relative compatibility option

This removes the lily_1_8_relative variable and the code surrounding
it.  lily_1_8_relative_used apparently was unused; Scheme code for
interpreting its setting was not connected to the actual variable.

The callback for repeat-music was not actually being used and has been
removed.  While the command line option was still documented, it was
ineffective: only reenabling it in the file itself lead to any effect.

ly:relative-music::relative-callback and
ly:relative-music::no-relative-callback are now functionally
equivalent.
13 files changed:
Documentation/changes.tely
Documentation/usage/running.itely
lily/include/program-option.hh
lily/music-scheme.cc
lily/music-sequence.cc
lily/program-option-scheme.cc
lily/relative-octave-music.cc
lily/repeated-music.cc
ly/declarations-init.ly
ly/init.ly
python/convertrules.py
scm/lily-library.scm
scm/lily.scm