2.0 chord syntax. Ouch. (thanks Dave Phillips).
+2004-07-01 Jan Nieuwenhuizen <janneke@gnu.org>
+
+ * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
+ 2.0 chord syntax. Ouch. (thanks Dave Phillips).
+
2004-07-01 Nicolas Sceaux <nicolas.sceaux@free.fr>
* scm/output-gnome.scm: updated instructions for running gnome
if state.next_bar:
voices_append(state.next_bar)
state.next_bar = ''
- voices_append ('<')
+ voices_append ('<<')
if str[:1] == '+':
str = str[1:]
if state.plus_chord:
- voices_append ('>')
+ voices_append ('>>')
state.plus_chord = 0
else:
if state.next_bar:
voices_append(state.next_bar)
state.next_bar = ''
- voices_append ('<')
+ voices_append ('<<')
state.plus_chord = 1
ch = ''