Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pae2xml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kainhofer
pae2xml
Commits
ec121c71
Commit
ec121c71
authored
14 years ago
by
Reinhold Kainhofer
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnedded commented code
parent
bd068145
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pae2xml.pl
+0
-6
0 additions, 6 deletions
pae2xml.pl
with
0 additions
and
6 deletions
pae2xml.pl
+
0
−
6
View file @
ec121c71
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment