]> git.donarmstrong.com Git - lilypond.git/blob - scm/safe-lily.scm
* scm/lily.scm (ly:all-stencil-expressions):
[lilypond.git] / scm / safe-lily.scm
1 ;;;; safe-lily.scm -- 
2 ;;;;
3 ;;;; source file of the GNU LilyPond music typesetter
4 ;;;; 
5 ;;;; (c)  2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6
7 (define safe-objects
8   (map
9    (lambda (sym)
10      (cons sym (primitive-eval sym)))
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:export
36      ly:find-glyph-by-name
37      ly:font-design-size
38      ly:font-encoding-alist
39      ly:font-filename
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-paper
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-location
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:my-lily-parser?
93      ly:number->string
94      ly:option-usage
95      ly:output-def-clone
96      ly:output-def-scope
97      ly:output-description
98      ly:paper-book?
99      ly:paper-def?
100      ly:paper-get-font
101      ly:paper-get-number
102      ly:paper-system-break-penalty
103      ly:paper-system-extent
104      ly:paper-system-number
105      ly:paper-system-stencil
106      ly:paper-system?
107      ly:output-def-lookup
108      ly:parse-string
109      ly:parser-parse-string
110      ly:parser-print-book
111      ly:parser-print-score
112      ly:pitch-alteration
113      ly:pitch-diff
114      ly:pitch-notename
115      ly:pitch-octave
116      ly:pitch-quartertones
117      ly:pitch-semitones
118      ly:pitch-steps
119      ly:pitch-transpose
120      ly:pitch<?
121      ly:pitch?
122      ly:round-filled-box
123      ly:run-translator
124      ly:set-option
125      ly:score-bookify
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-align-to!
132      ly:stencil-combine-at-edge
133      ly:stencil-expr
134      ly:stencil-extent
135      ly:stencil-moved-to-edge
136      ly:stencil-set-extent!
137      ly:stencil-translate
138      ly:stencil-translate-axis
139      ly:stencil?
140      ly:text-dimension
141      ly:translator-description
142      ly:translator-name
143      ly:translator?
144      ly:transpose-key-alist
145      ly:unit
146      ly:version
147      ly:warn
148
149      ;; need these for parsing init files:
150      ;; todo: should have a macro define-safe-public
151      DOUBLE-FLAT
152      THREE-Q-FLAT
153      FLAT
154      SEMI-FLAT
155      NATURAL
156      SEMI-SHARP
157      SHARP
158      THREE-Q-SHARP
159      DOUBLE-SHARP
160      SEMI-TONE
161      START
162      STOP
163      alist->hash-table
164      default-chord-modifier-list
165      sequential-music-to-chord-exceptions
166      make-music
167      make-articulation
168      make-event-chord
169      make-penalty-music
170      make-span-event
171      set-start-grace-properties
172      set-stop-grace-properties
173      set-default-paper-size
174      set-part-combine-listener
175      context-spec-music
176      make-voice-props-revert
177      make-voice-props-set
178      chord-name->german-markup
179      note-name->german-markup
180      default-toplevel-music-handler
181      default-toplevel-book-handler
182      default-toplevel-score-handler
183
184      Accidental_interface::after_line_breaking
185      Accidental_interface::print
186      Ambitus::print
187      Arpeggio::print
188      Arpeggio::brew_chord_bracket
189      Arpeggio::width_callback
190      Axis_group_interface::group_extent_callback
191      Bar_line::before_line_breaking
192      Bar_line::get_staff_bar_size
193      Bar_line::print
194      Beam::after_line_breaking
195      Beam::before_line_breaking
196      Beam::check_concave
197      Beam::least_squares
198      Beam::print
199      Beam::quanting
200      Beam::shift_region_to_valid
201      Beam::slope_damping
202      Beam::space_function
203      Break_align_interface::alignment_callback
204      Breathing_sign::offset_callback
205      Chord_name::after_line_breaking
206      Clef::before_line_breaking
207      Clef::print
208      Cluster::print
209      Cluster_beacon::height
210      Custos::print
211      Dot_column::side_position
212      Dots::print
213      Hairpin::print
214      Hara_kiri_group_spanner::force_hara_kiri_callback
215      Hara_kiri_group_spanner::y_extent
216      Horizontal_bracket::print
217      Hyphen_spanner::print
218      Hyphen_spanner::set_spacing_rods
219      Key_signature_interface::print
220      Line_spanner::after_line_breaking
221      Line_spanner::print
222      Lyric_extender::print
223      Measure_grouping::print
224      Mensural_ligature::brew_ligature_primitive
225      Mensural_ligature::print
226      Multi_measure_rest::percent
227      Multi_measure_rest::print
228      Multi_measure_rest::set_spacing_rods
229      Note_head::extent
230      Note_head::print
231      Note_head::brew_ez_stencil
232      Ottava_bracket::print
233      Paper_column::before_line_breaking
234      Paper_column::print
235      Percent_repeat_item_interface::beat_slash
236      Percent_repeat_item_interface::double_percent
237      Piano_pedal_bracket::print
238      Rest::after_line_breaking
239      Rest::extent_callback
240      Rest::polyphonic_offset_callback
241      Rest::print
242      Script_column::before_line_breaking
243      Script_interface::before_line_breaking
244      Script_interface::print
245      Self_alignment_interface::aligned_on_parent
246      Self_alignment_interface::aligned_on_self
247      Self_alignment_interface::centered_on_other_axis_parent
248      Self_alignment_interface::centered_on_parent
249      Separating_group_spanner::set_spacing_rods
250      Side_position_interface::aligned_on_support_refpoints
251      Side_position_interface::aligned_side
252      Slur::after_line_breaking
253      Slur::height
254      Slur::print
255      Spacing_spanner::set_springs
256      Span_bar::before_line_breaking
257      Span_bar::get_bar_size
258      Span_bar::print
259      Span_bar::width_callback
260      Spanner::set_spacing_rods
261      Staff_symbol::print
262      Staff_symbol_referencer::callback
263      Stem::before_line_breaking
264      Stem::dim_callback
265      Stem::height
266      Stem::off_callback
267      Stem::print
268      Stem_tremolo::height
269      Stem_tremolo::print
270      Sustain_pedal::print
271      System_start_delimiter::after_line_breaking
272      System_start_delimiter::print
273      Text_item::print
274      Text_spanner::print
275      Tie::print
276      Tie_column::after_line_breaking
277      Time_signature::print
278      Tuplet_bracket::after_line_breaking
279      Tuplet_bracket::before_line_breaking
280      Tuplet_bracket::print
281      Vaticana_ligature::brew_ligature_primitive
282      Vaticana_ligature::print
283      Volta_bracket_interface::print
284      )))
285
286 (define-public (make-safe-lilypond-module)
287   (let* ((m (make-safe-module)))
288     (for-each (lambda (p) (module-define! m (car p) (cdr p))) safe-objects)
289     m))