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



_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to