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

Remove commented code that is no longer needed

parent 35f20c4d
No related branches found
No related tags found
No related merge requests found
......@@ -409,19 +409,8 @@ sub parse_notes {
$mopen = 0;
}
$toprint .= "bar line\n";
} #elsif ($notes =~ /^(\d*\.*\-)(.*)$/) {
#($rst, $notes) = ($1, $2);
#$toprint .= "rest: $rst\n";
#$rst =~ /^(\d*)(\.*)\-$/;
#($rst, $dots) =($1,$2);
#print OUT ' <note>
# <rest />
# <duration>'.duration($rst, $dots).'</duration>
#'.# <type>quarter</type>
#'
# </note>
#';
elsif ($notes =~ /^\((\=)\)(.*)$/) { # a bar of rest with a fermata
} elsif ($notes =~ /^\((\=)\)(.*)$/) { # a bar of rest with a fermata
($rst, $notes) = ($1, $2);
$toprint .= "rest: $rst\n";
print OUT ' <note>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment