From cb6c64aa5fd404896248e8303260409a79682dfe Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer <reinhold@kainhofer.com> Date: Sun, 18 Jul 2010 15:46:42 +0200 Subject: [PATCH] Typo: A normal double-barline should not get a repeat --- pae2xml.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/pae2xml.pl b/pae2xml.pl index 25efe3e..5b99455 100755 --- a/pae2xml.pl +++ b/pae2xml.pl @@ -384,7 +384,6 @@ sub parse_notes { } elsif ($barline =~ /^\/\/$/) { print OUT ' <barline location="right"> <bar-style>light-light</bar-style> - <repeat direction="backward"/> </barline> '; } -- GitLab