@@ -319,7 +319,7 @@ If TEST is non-nil, the shell command is returned and is not run"
(concat (ly-determine-pdf-path) " " pdf-file)))
(if test
cmd-string
- (start-process
+ (start-process
"\"Audition pdf\""
"*lilypond*"
(ly-determine-pdf-path)
@@ -338,7 +338,7 @@ If TEST is non-nil, the shell command is returned and is not run"
(concat (ly-determine-midi-path) " " midi-file)))
"\"Audition midi\""
(ly-determine-midi-path)
@@ -56,7 +56,7 @@
t ;display
,(if ly-gen-png "--png" "") ;&rest...
,(if ly-gen-html "--html" "")
- ,(if ly-gen-pdf "--pdf" "")
+ ,(if ly-gen-pdf "--pdf" "")
,(if ly-use-eps "-dbackend=eps" "")
,(if ly-gen-svg "-dbackend=svg" "")
"--output=test-file"