diff --git a/abcm2ps.c b/abcm2ps.c index df1478b..df7a474 100644 --- a/abcm2ps.c +++ b/abcm2ps.c @@ -615,9 +615,6 @@ int main(int argc, char **argv) break; case 'h': usage(); /* no return */ - case 'p': - pipeformat = 1; /* format for bagpipe regardless of key */ - break; case 'q': quiet = 1; break; @@ -874,6 +871,9 @@ int main(int argc, char **argv) cfmt.fields[1] &= ~(1 << ('w' - 'a')); lock_fmt(&cfmt.fields); break; + case 'p': + pipeformat = 1; /* format for bagpipe regardless of key */ + break; case 'q': case 'S': break;