From 858595b89596852d2b6ee3a19b32f10628189ac4 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Thu, 2 Jul 2009 07:06:57 +0100 Subject: [PATCH] Docs: AU 3.4.3: Triple quotes not required on output file --- Documentation/user/running.itely | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/user/running.itely b/Documentation/user/running.itely index 1864615a52..ec131010e8 100644 --- a/Documentation/user/running.itely +++ b/Documentation/user/running.itely @@ -581,11 +581,11 @@ convert-ly --from=... --to=... -s When running convert-ly in a Command Prompt window under Windows on a file which has spaces in the filename or in the path to it, -it is necessary to surround the entire file name with three (!) -sets of double quotes: +it is necessary to surround the entire input file name with three +(!) sets of double quotes: @example -convert-ly """D:/My Scores/Ode.ly""" > """D:/My Scores/new Ode.ly""" +convert-ly """D:/My Scores/Ode.ly""" > "D:/My Scores/new Ode.ly" @end example If the simple @command{convert-ly -e *.ly} command fails because the -- 2.39.5