Skip to content
Snippets Groups Projects
Commit ea99a933 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Code formatting nitpick

parent dd0b2be1
Branches
No related tags found
No related merge requests found
...@@ -422,14 +422,12 @@ sub parse_notes { ...@@ -422,14 +422,12 @@ sub parse_notes {
</notations> </notations>
</note> </note>
'; ';
} } elsif ($notes =~ s/(\d+\.*)\(({?(g|q)?(\,|\')*(x|xx|b|bb|n)?\d*\.*(\-|A|B|C|D|E|F|G)t?\+?}?)\)/\($1$2\)/gs) { # pull duration into fermata parentheses
elsif ($notes =~ s/(\d+\.*)\(({?(g|q)?(\,|\')*(x|xx|b|bb|n)?\d*\.*(\-|A|B|C|D|E|F|G)t?\+?}?)\)/\($1$2\)/gs) { # pull duration into fermata parentheses
# print "after replacement: $notes\n"; exit; # print "after replacement: $notes\n"; exit;
} elsif ($notes =~ /^ +(.*)$/) { } elsif ($notes =~ /^ +(.*)$/) {
$notes = $1; $notes = $1;
print("Invalid space encountered in notes before $notes\n"); print("Invalid space encountered in notes before $notes\n");
} } else {
else {
print_error("got stuck with $notes\n"); print_error("got stuck with $notes\n");
$notes = ""; $notes = "";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment