]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
Midi2ly: use Completion_heads_engraver. Fixes #1534.
[lilypond.git] / scripts / lilypond-book.py
index f8f09966fdf49c1e0b4c135b43302fe4d38252cb..9617f3666d3a4c878325a089b3d898def9771a8d 100644 (file)
@@ -113,7 +113,7 @@ def warranty ():
 
 %s
 %s
-''' % ( _ ('Copyright (c) %s by') % '2001--2010',
+''' % ( _ ('Copyright (c) %s by') % '2001--2011',
         '\n  '.join (authors),
         _ ("Distributed under terms of the GNU General Public License."),
         _ ("It comes with NO WARRANTY.")))
@@ -179,6 +179,11 @@ def get_option_parser ():
                   action='store',
                   dest='process_cmd', default='')
 
+    p.add_option ('-s', '--safe', help=_ ("Compile snippets in safe mode"),
+                  action="store_true",
+                  default=False,
+                  dest="safe_mode")
+
     p.add_option ('--skip-lily-check',
                   help=_ ("do not fail if no lilypond output is found"),
                   metavar=_ ("DIR"),