-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tandeminfo
options -u
, -x
, and --help
#99
Comments
Thanks! I have updated the description of For Humdrum Extras and humlib, the equivalent of c|count=b show only unique list of interpretations with counts
d|description|m|meaning=b give description of tandem interpretation
f|filename=b show filename
h|header-only=b only process interpretations before first data line
H|body-only=b only process interpretations after first data line
l|location=b show location of interpretation in file (row, column)
n|sort-by-count=b sort entries by unique counts from low to high (when -c is used)
N|sort-by-reverse-count=b sort entries by unique counts from high to low (when -c is used)
s|sort=b sort entries alphabetically by tandem interpretation
t|table=b embed analysis withing input data
u|unknown-tandem-interpretations-only=b only list unknown interpretations
x|exclusive-interpretations=b show exclusive interpretation context
z|zero-indexed-locations=b locations are 0-indexed
close=b close <details> by default in HTML output The format is:
The first option name is typically a single letter option name, and there are also other long-form aliases for the short form. Then follows an equals sign followed by the data type letter: For boolean options, no arguments (operands) for the option are given, but the others requre an option of the given type: Otherwise, for Humdrum Extras commands, the format for more verbose documentation (if I wrote it :-), is https://extras.humdrum.org/man/command, while for humlib it is https://doc.verovio.humdrum.org/filter/command. I will create a draft for the tandeminfo filter documentation soon. Today I created a VHV interface for tandeminfo, although it is misbehaving currently when I put it online, so I will have to do more debugging to see what the problem is. There is a new |
I also changed |
Example of tandeminfo running as a filter in VHV: https://verovio.humdrum.org/?file=poly/R308B_Fal-w6p111h10m1-7.krn&filter=tandeminfo%20-cN Unkown interpretation meanings are highlighted in red: And you can click on a row in the list to move the cursor in the text to that tandem interpretations (when using |
Options
u
andx
have the same specification. I thinku
should be something like "only print unknown interpretations".x
should also be "show exclusive interpretation context" based on current behavior:I also notice when I use
-h
or--help
that it is undefined. Does the library you're using employ a different option for documentation?The text was updated successfully, but these errors were encountered: