8a34a49632
This a PERL script that converts ChordPro files (.chopro) to a more readable output format, including HTML, ASCII, and TeX. PR: 28807 Submitted by: Seth Kingsley <sethk@meowfishies.com>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
--- chordpack.orig Sun Jul 8 01:09:29 2001
|
|
+++ chordpack Sun Jul 8 01:09:32 2001
|
|
@@ -1590,7 +1590,7 @@
|
|
|
|
# {{{ Comment (programmer's kind of)
|
|
if (/^\x23/) { # \x23 is hash
|
|
- next LINE; }
|
|
+ next; }
|
|
# }}}
|
|
# {{{ Chord instructions
|
|
if (/\[[^:]/) {
|