From 610c8ec6153e72bdc2df96fc4ab957bb149d4a85 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Fri, 28 Jan 2005 18:25:57 +0000 Subject: [PATCH] Unescaped "()" in a .py file. Potentially troublesome. --- scripts/lilypond-latex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lilypond-latex.py b/scripts/lilypond-latex.py index 54f648aa9f..069b5452a3 100644 --- a/scripts/lilypond-latex.py +++ b/scripts/lilypond-latex.py @@ -120,7 +120,7 @@ option_definitions = [ #junkme? ('', 'm', 'no-layout', _ ("produce MIDI output only")), - (_ ("FILE"), 'o', 'output', _ ("write output to FILE")), + (_ ("FILE"), 'o', 'output', _ ("write output to FILE (suffix will be added)")), (_ ('RES'), '', 'preview-resolution', _ ("set the resolution of the preview to RES")), ('', 'p', 'pdf', _ ("generate PDF output")), -- 2.39.5