From bacccf1b3490e36b8792e74514ef8dea873ff799 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 25 Feb 2021 19:57:31 -0500 Subject: qs: use tab to offset Selah --- usfm2gmi.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usfm2gmi.py') diff --git a/usfm2gmi.py b/usfm2gmi.py index 52cabfe..ac19681 100755 --- a/usfm2gmi.py +++ b/usfm2gmi.py @@ -52,6 +52,10 @@ def convert(line): out += '\n>\t' elif word in ['\\q3']: out += '\n>\t\t' + elif word in ['\\qs']: + out += '\t' + elif word in ['\\qs*']: + continue elif word in ['\\wj','\\wj*']: continue elif word == '\\nd': -- cgit 1.4.1