bug-lilypond
[Top][All Lists]
Advanced

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

Re: 'old-relative warnings


From: Erik Sandberg
Subject: Re: 'old-relative warnings
Date: Thu, 25 Mar 2004 17:36:59 +0100
User-agent: KMail/1.5.4

On Thursday 25 March 2004 17.09, I wrote:
> So the problems are:
> 1. The following gives no warning (it should; the first set-option is
> superfluous. The problem occurs often in reality, through \include):
> #(ly:set-option 'old-relative)
> #(ly:set-option 'old-relative)
> A = \notes \relative c'' { <<b \\ f,>> d }

or, alternatively, if the above should should give no warning, then neither 
should the following:

#(ly:set-option 'old-relative)
A = \notes \relative c'' { <<b \\ f,>> d }
#(ly:set-option 'old-relative)

Erik





reply via email to

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