From ffee18197427396612113541b07a7fd0529d8b59 Mon Sep 17 00:00:00 2001 From: hanwen Date: Sun, 12 Mar 2006 11:49:02 +0000 Subject: [PATCH] (get_option_parser): --- ChangeLog | 4 ++++ ps/music-drawing-routines.ps | 7 ++++--- scripts/convert-ly.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1bb9132828..0f7df83956 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-12 Han-Wen Nienhuys + + * scripts/convert-ly.py (get_option_parser): + 2006-03-11 Graham Percival * Documentation/user/ changing-defaults, global, scheme-tutorial, diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index bc875b448d..82b06c7c70 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -2,8 +2,9 @@ % % Functions for direct and embedded PostScript +% Don't use double % as comment prefix. These are interpreted as DSC comments. -%% TODO: use dicts or prefixes to prevent namespace pollution. +% TODO: use dicts or prefixes to prevent namespace pollution. /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse @@ -223,7 +224,7 @@ bind def } bind def -%%%% JUNKME. use color & circle. +% JUNKME. use color & circle. /draw_white_dot % x1 y2 R { % 0 360 arc fill stroke @@ -236,7 +237,7 @@ grestore } bind def -%% JUNKME: Use color. +% JUNKME: Use color. /draw_white_text % text scale font { %font diff --git a/scripts/convert-ly.py b/scripts/convert-ly.py index 5e63396afb..5393ea3c76 100644 --- a/scripts/convert-ly.py +++ b/scripts/convert-ly.py @@ -89,7 +89,7 @@ Copyright (c) %s by def get_option_parser (): - p = ly.get_option_parser (usage='lilypond-book [OPTIONS] FILE', + p = ly.get_option_parser (usage='convert-ly [OPTIONS] FILE', version="@TOPLEVEL_VERSION@", description=help_summary) -- 2.39.5