--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sibelia_wrapper.py Thu Dec 05 07:15:01 2013 -0800 @@ -0,0 +1,4 @@ +import subprocess +import sys +str = " ".join(sys.argv[1:]) +subprocess.call("Sibelia " + str, shell=True) \ No newline at end of file