Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2231)

Side by Side Diff: scm/lily.scm

Issue 225040043: Embed LilyPond source files inside generated PDF (Closed)
Patch Set: Created 9 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scm/framework-ps.scm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ;;;; This file is part of LilyPond, the GNU music typesetter. 1 ;;;; This file is part of LilyPond, the GNU music typesetter.
2 ;;;; 2 ;;;;
3 ;;;; Copyright (C) 1998--2015 Jan Nieuwenhuizen <janneke@gnu.org> 3 ;;;; Copyright (C) 1998--2015 Jan Nieuwenhuizen <janneke@gnu.org>
4 ;;;; Han-Wen Nienhuys <hanwen@xs4all.nl> 4 ;;;; Han-Wen Nienhuys <hanwen@xs4all.nl>
5 ;;;; 5 ;;;;
6 ;;;; LilyPond is free software: you can redistribute it and/or modify 6 ;;;; LilyPond is free software: you can redistribute it and/or modify
7 ;;;; it under the terms of the GNU General Public License as published by 7 ;;;; it under the terms of the GNU General Public License as published by
8 ;;;; the Free Software Foundation, either version 3 of the License, or 8 ;;;; the Free Software Foundation, either version 3 of the License, or
9 ;;;; (at your option) any later version. 9 ;;;; (at your option) any later version.
10 ;;;; 10 ;;;;
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 (dump-profile 220 (dump-profile
221 #f 221 #f
222 "Dump memory and time information for each file.") 222 "Dump memory and time information for each file.")
223 (dump-cpu-profile 223 (dump-cpu-profile
224 #f 224 #f
225 "Dump timing information (system-dependent).") 225 "Dump timing information (system-dependent).")
226 (dump-signatures 226 (dump-signatures
227 #f 227 #f
228 "Dump output signatures of each system. Used for 228 "Dump output signatures of each system. Used for
229 regression testing.") 229 regression testing.")
230 (embed-source-code
231 #f
232 "Embed the source files inside the generated PDF document.")
230 (eps-box-padding 233 (eps-box-padding
231 #f 234 #f
232 "Pad left edge of the output EPS bounding box by 235 "Pad left edge of the output EPS bounding box by
233 given amount (in mm).") 236 given amount (in mm).")
234 (gs-load-fonts 237 (gs-load-fonts
235 #f 238 #f
236 "Load fonts via Ghostscript.") 239 "Load fonts via Ghostscript.")
237 (gs-load-lily-fonts 240 (gs-load-lily-fonts
238 #f 241 #f
239 "Load only LilyPond fonts via Ghostscript.") 242 "Load only LilyPond fonts via Ghostscript.")
(...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 (ly:exit 0 #f))))) 1068 (ly:exit 0 #f)))))
1066 1069
1067 (define (gui-no-files-handler) 1070 (define (gui-no-files-handler)
1068 (let* ((ly (string-append (ly:effective-prefix) "/ly/")) 1071 (let* ((ly (string-append (ly:effective-prefix) "/ly/"))
1069 ;; FIXME: soft-code, localize 1072 ;; FIXME: soft-code, localize
1070 (welcome-ly (string-append ly "Welcome_to_LilyPond.ly")) 1073 (welcome-ly (string-append ly "Welcome_to_LilyPond.ly"))
1071 (cmd (get-editor-command welcome-ly 0 0 0))) 1074 (cmd (get-editor-command welcome-ly 0 0 0)))
1072 (ly:message (_ "Invoking `~a'...\n") cmd) 1075 (ly:message (_ "Invoking `~a'...\n") cmd)
1073 (system cmd) 1076 (system cmd)
1074 (ly:exit 1 #f))) 1077 (ly:exit 1 #f)))
OLDNEW
« no previous file with comments | « scm/framework-ps.scm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b