]> git.donarmstrong.com Git - lilypond.git/commitdiff
(get_option_parser):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Mar 2006 11:49:02 +0000 (11:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Mar 2006 11:49:02 +0000 (11:49 +0000)
ChangeLog
ps/music-drawing-routines.ps
scripts/convert-ly.py

index 1bb9132828586b9f77630899268d3b9288b26c18..0f7df839560cb78d63b140d8ad9ba965eab47968 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scripts/convert-ly.py (get_option_parser): 
+
 2006-03-11  Graham Percival  <gpermus@gmail.com>
 
        * Documentation/user/ changing-defaults, global, scheme-tutorial,
index bc875b448da92ee1f5283f2275b2822a7bb57d03..82b06c7c704bd2b85bffd61974ed77e4aecf6e66 100644 (file)
@@ -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
index 5e63396afb342df6cdb39ccef1c1615da93be132..5393ea3c763b422f03762073d3372b5045becdb6 100644 (file)
@@ -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)