Humdrum2wikitable: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 October 2022

  • curprev 20:1920:19, 27 October 2022 Craig talk contribs 1,263 bytes +1,263 Created page with "<pre> #!/usr/bin/perl # Description: Convert a humdrum file into a wiki table #vim: ts=3 use strict; my @contents = <>; chomp @contents; my $counter = 0; for (my $i=0; $i<@..."