From e70666ed79eae8b3ff9863e691c0bb6241db03a7 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 30 Nov 2010 16:05:05 -0500 Subject: [PATCH] Remove NWCToken_time_sig._sigs. These were only used by previous versions to do relative durations, and relative durations aren't worth the trouble. --- nwc2ly.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nwc2ly.py b/nwc2ly.py index 8aaf9e4..ee29a1f 100755 --- a/nwc2ly.py +++ b/nwc2ly.py @@ -966,13 +966,6 @@ class NWCToken_time_sig (Structure): ('unknown8', 'B'), ] - _sigs = { - '4/4': '1', '3/4': '2.', '2/4': '2', '1/4': '1', - '1/8': '8', '2/8': '4', '3/8': '4.', '6/8': '2.', - '4/8': '2', '9/8': '12', '12/8': '1', - '2/2': '1', '4/2': '0', '1/2': '2', - } - def ly_text(self): """ http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Displaying-rhythms#Time-signature -- 2.26.2