On 17-Oct-04, at 9:55 AM, Erik Sandberg wrote:

On Sunday 17 October 2004 18.48, Paul Scott wrote:
Walter Hofmeister wrote:
warning: lily-guile: Must use #(set-paper-size .. ) within \paper { ... }

IIRC, in previous version of lily, you could do:

#(set-paper-size 16)
\paper { foo }

Maybe now you're supposed to do
\paper{
#(set-paper-size 16)
foo
}

?

here's some confusion going on about \paper, \layout, \bookpaper etc. Be
prepared that names may change again soon.

What he means by that is: always use \version "x.y.z" in your files, and always
use convert-ly when upgrading to a new lily. :)


Cheers,
- Graham



_______________________________________________
lilypond-user mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to