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

Remove unnedded commented code

parent bd068145
No related branches found
No related tags found
No related merge requests found
......@@ -246,12 +246,6 @@ sub parse_notes {
$notes =~ s/(xx|x|bb|b|n)\(/\($1/gs; # pull accidentals into tuplets or fermatas:
$notes =~ s/(\d+)(xx|x|bb|b|n)(A|B|C|D|E|F|G)/$2$1$3/gs; # accidentals first, then duration
# $notes =~ s/x\(/\(x/gs; # pull accidentals into tuplets or fermatas
# $notes =~ s/bb\(/\(bb/gs; # pull accidentals into tuplets or fermatas
# $notes =~ s/b\(/\(b/gs; # pull accidentals into tuplets or fermatas
# $notes =~ s/n\(/\(n/gs; # pull accidentals into tuplets or fermatas
# $notes =~ s/(\'+|\,+)\(/\($1/g; # pull octave marks into tuplets or fermatas
$notes =~ s/(\.|\d|\,|\')qq/qq$1/gs; # pull beginning mark of group of grace notes in front of corresponding notes
$notes =~ s/(xx|x|bb|b|n)qq/qq$1/gs; # qq first, then parts of notes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment