1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/chordpack/files/patch-chordpack
Kevin Lo 8a34a49632 Initial import of chordpack-0.8.0.
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>
2001-07-08 16:26:56 +00:00

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 (/\[[^:]/) {