]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/bib2html.py
* lily/tie-formatting-problem.cc (score_configuration): use
[lilypond.git] / buildscripts / bib2html.py
index b2312517a98dba98c31775d4eb0053b0a117073e..01b893b9b7b82427398c2eae1afedf597038ec5f 100644 (file)
@@ -9,7 +9,7 @@ import string
 def usage ():
     print 'usage: %s [-s style] [-o <outfile>] BIBFILES...';
 
-print os.environ['BSTINPUTS']
+#print os.environ['BSTINPUTS']
 
 (options, files) = getopt.getopt(sys.argv[1:], 's:o:', [])