]> git.donarmstrong.com Git - lilypond.git/blob - scm/safe-lily.scm
*** empty log message ***
[lilypond.git] / scm / safe-lily.scm
1 ;;;; safe-lily.scm -- 
2 ;;;;
3 ;;;; source file of the GNU LilyPond music typesetter
4 ;;;; 
5 ;;;; (c) 2004--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6
7 (map
8  (lambda (sym)
9    (set! safe-objects (cons (cons sym (primitive-eval sym))
10                             safe-objects)))
11  '(ly:add-interface
12    ly:add-moment
13    ly:all-grob-interfaces
14    ly:all-output-backend-commands
15    ly:all-stencil-expressions
16    ly:bracket
17    ly:context-find
18    ly:context-id
19    ly:context-name
20    ly:context-parent
21    ly:context-property
22    ly:context-property-where-defined
23    ly:context-pushpop-property
24    ly:context-set-property!
25    ly:context-unset-property
26    ly:context?
27    ly:dimension?
28    ly:dir?
29    ly:div-moment
30    ly:duration-dot-count
31    ly:duration-factor
32    ly:duration-log
33    ly:duration<?
34    ly:duration?
35    ly:error
36    ly:export
37    ly:font-get-glyph
38    ly:font-design-size
39    ly:font-file-name
40    ly:font-magnification
41    ly:font-metric?
42    ly:font-name
43    ly:format-output
44    ly:get-all-function-documentation
45    ly:get-all-translators
46    ly:get-default-font
47    ly:get-glyph
48    ly:get-option
49    ly:grob-alist-chain
50    ly:grob-extent
51    ly:grob-original
52    ly:grob-layout
53    ly:grob-parent
54    ly:grob-pq-less?
55    ly:grob-property
56    ly:grob-script-priority-less
57    ly:grob-set-property!
58    ly:grob-staff-position
59    ly:grob-suicide
60    ly:grob-system
61    ly:grob-translate-axis!
62    ly:grob?
63    ly:input-file-line-column
64    ly:input-location?
65    ly:input-message
66    ly:intlog2
67    ly:item-break-dir
68    ly:item?
69    ly:iterator?
70    ly:make-bare-music
71    ly:make-duration
72    ly:make-moment
73    ly:make-music-function
74    ly:make-pitch
75    ly:make-stencil
76    ly:moment<?
77    ly:moment?
78    ly:mul-moment
79    ly:music-compress
80    ly:music-deep-copy
81    ly:music-duration-compress
82    ly:music-duration-length
83    ly:music-length
84    ly:music-list?
85    ly:music-mutable-properties
86    ly:music-name
87    ly:music-property
88    ly:music-scorify
89    ly:music-set-property!
90    ly:music-transpose
91    ly:music?
92    ly:lily-parser?
93    ly:message
94    ly:number->string
95    ly:option-usage
96    ly:output-def-clone
97    ly:output-def-scope
98    ly:output-description
99    ly:paper-book?
100    ly:layout-def?
101    ly:paper-get-font
102    ly:paper-get-number
103    ly:paper-system-break-before-penalty
104    ly:paper-system-extent
105    ly:paper-system-number
106    ly:paper-system-stencil
107    ly:paper-system?
108    ly:output-def-lookup
109    ly:parse-string
110    ly:parser-parse-string
111    ly:parser-print-book
112    ly:parser-print-score
113    ly:pitch-alteration
114    ly:pitch-diff
115    ly:pitch-notename
116    ly:pitch-octave
117    ly:pitch-quartertones
118    ly:pitch-semitones
119    ly:pitch-steps
120    ly:pitch-transpose
121    ly:pitch<?
122    ly:pitch?
123    ly:round-filled-box
124    ly:run-translator
125    ly:set-option
126    ly:set-point-and-click
127    ly:spanner-broken-into
128    ly:spanner-get-bound
129    ly:spanner?
130    ly:stencil-add
131    ly:stencil-aligned-to
132    ly:stencil-combine-at-edge
133    ly:stencil-expr
134    ly:stencil-extent
135    ly:stencil-moved-to-edge
136    ly:stencil-translate
137    ly:stencil-translate-axis
138    ly:stencil?
139    ly:text-dimension
140    ly:translator-description
141    ly:translator-name
142    ly:translator?
143    ly:transpose-key-alist
144    ly:unit
145    ly:version
146    ly:warning
147
148    ;; FIXME: cannot change staff size in --safe-mode
149    ;;$defaultpaper
150    ;;$defaultmidi
151    ;;$defaultlayout
152
153    Accidental_interface::after_line_breaking
154    Accidental_interface::print
155    Ambitus::print
156    Arpeggio::print
157    Arpeggio::brew_chord_bracket
158    Arpeggio::width_callback
159    Axis_group_interface::group_extent_callback
160    Bar_line::before_line_breaking
161    Bar_line::get_staff_bar_size
162    Bar_line::print
163    Beam::after_line_breaking
164    Beam::before_line_breaking
165    Beam::check_concave
166    Beam::least_squares
167    Beam::print
168    Beam::quanting
169    Beam::shift_region_to_valid
170    Beam::slope_damping
171    Beam::space_function
172    Break_align_interface::alignment_callback
173    Breathing_sign::offset_callback
174    Chord_name::after_line_breaking
175    Clef::before_line_breaking
176    Clef::print
177    Cluster::print
178    Cluster_beacon::height
179    Custos::print
180    Dot_column::side_position
181    Dots::print
182    Hairpin::print
183    Hara_kiri_group_spanner::force_hara_kiri_callback
184    Hara_kiri_group_spanner::y_extent
185    Horizontal_bracket::print
186    Hyphen_spanner::print
187    Hyphen_spanner::set_spacing_rods
188    Key_signature_interface::print
189    Line_spanner::after_line_breaking
190    Line_spanner::print
191    Lyric_extender::print
192    Measure_grouping::print
193    Mensural_ligature::brew_ligature_primitive
194    Mensural_ligature::print
195    Multi_measure_rest::percent
196    Multi_measure_rest::print
197    Multi_measure_rest::set_spacing_rods
198    Note_head::print
199    Note_head::brew_ez_stencil
200    Ottava_bracket::print
201    Paper_column::before_line_breaking
202    Paper_column::print
203    Percent_repeat_item_interface::beat_slash
204    Percent_repeat_item_interface::double_percent
205    Piano_pedal_bracket::print
206    Rest::after_line_breaking
207    Rest::extent_callback
208    Rest::polyphonic_offset_callback
209    Rest::print
210    Script_column::before_line_breaking
211    Script_interface::before_line_breaking
212    Script_interface::print
213    Self_alignment_interface::aligned_on_parent
214    Self_alignment_interface::aligned_on_self
215    Self_alignment_interface::centered_on_other_axis_parent
216    Self_alignment_interface::centered_on_parent
217    Separating_group_spanner::set_spacing_rods
218    Side_position_interface::aligned_on_support_refpoints
219    Side_position_interface::aligned_side
220    Slur::after_line_breaking
221    Slur::height
222    Slur::print
223    Spacing_spanner::set_springs
224    Span_bar::before_line_breaking
225    Span_bar::get_bar_size
226    Span_bar::print
227    Span_bar::width_callback
228    Spanner::set_spacing_rods
229    Staff_symbol::print
230    Staff_symbol_referencer::callback
231    Stem::before_line_breaking
232    Stem::width_callback
233    Stem::height
234    Stem::offset_callback
235    Stem::print
236    Stem_tremolo::height
237    Stem_tremolo::print
238    Sustain_pedal::print
239    System_start_delimiter::after_line_breaking
240    System_start_delimiter::print
241    Text_interface::print
242    Text_spanner::print
243    Tie::print
244    Tie_column::after_line_breaking
245    Time_signature::print
246    Tuplet_bracket::after_line_breaking
247    Tuplet_bracket::before_line_breaking
248    Tuplet_bracket::print
249    Vaticana_ligature::brew_ligature_primitive
250    Vaticana_ligature::print
251    Volta_bracket_interface::print
252    ))
253
254 (define-public (make-safe-lilypond-module)
255   (let* ((m (make-safe-module)))
256     (for-each (lambda (p) (module-define! m (car p) (cdr p))) safe-objects)
257     m))