X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fsafe-lily.scm;h=5e4c185010a3a5a3f1524a4b8bae84c180cef500;hb=e7aa6c445f463844dbaa52d38ea4aac2882b5601;hp=202cad688375bf8dab64daf971a2abd0e661f295;hpb=952705bbbb000581a13836e6a733df04511e93c5;p=lilypond.git diff --git a/scm/safe-lily.scm b/scm/safe-lily.scm index 202cad6883..5e4c185010 100644 --- a/scm/safe-lily.scm +++ b/scm/safe-lily.scm @@ -1,6 +1,6 @@ ;;;; This file is part of LilyPond, the GNU music typesetter. ;;;; -;;;; Copyright (C) 2004--2012 Han-Wen Nienhuys +;;;; Copyright (C) 2004--2014 Han-Wen Nienhuys ;;;; ;;;; LilyPond is free software: you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ ;;;; You should have received a copy of the GNU General Public License ;;;; along with LilyPond. If not, see . -(map +(for-each (lambda (sym) (set! safe-objects (cons (cons sym (primitive-eval sym)) safe-objects))) @@ -135,6 +135,7 @@ ly:stencil-combine-at-edge ly:stencil-expr ly:stencil-extent + ly:stencil-stack ly:stencil-translate ly:stencil-translate-axis ly:stencil?