lilypond-devel
[Top][All Lists]
Advanced

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

What is -dold-relative and why do we need it?


From: David Kastrup
Subject: What is -dold-relative and why do we need it?
Date: Sat, 24 Sep 2011 17:18:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

In program-option-scheme.cc we have

  else if (var == ly_symbol2scm ("old-relative"))
    {
      lily_1_8_relative = to_boolean (val);
      /* Needs to be reset for each file that uses this option. */
      lily_1_8_compatibility_used = to_boolean (val);
      val = scm_from_bool (to_boolean (val));
    }

and it is queried in quite a few places.  Lilypond 1.8 seems like a
rather old version to support.

Do we really need to have this around?  Anybody even knows what it does?

-- 
David Kastrup




reply via email to

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