ChordPro / chordpro

Reference implementation of the ChordPro standard for musical lead sheets.
Other
324 stars 51 forks source link

How can I uninstall? #58

Closed GiancarloGomez closed 5 years ago

GiancarloGomez commented 5 years ago

Is there a way to uninstall?

sciurius commented 5 years ago

That depends on how you installed ChordPro. Let us know.

Can you tell us why you want to stop using ChordPro?

GiancarloGomez commented 5 years ago

I installed as per your instructions on my Mac.

Don’t need it as the file I downloaded says it was ChordPro but it really does not render as I needed. Anyways, no need for it thanks.

Thank you, Giancarlo Gomez http://giancarlogomez.com

From: Johan Vromans notifications@github.com notifications@github.com Reply: ChordPro/chordpro reply@reply.github.com reply@reply.github.com Date: December 3, 2018 at 3:02:45 PM To: ChordPro/chordpro chordpro@noreply.github.com chordpro@noreply.github.com Cc: Giancarlo Gomez giancarlo.gomez@gmail.com giancarlo.gomez@gmail.com, Author author@noreply.github.com author@noreply.github.com Subject: Re: [ChordPro/chordpro] How can I uninstall? (#58)

That depends on how you installed ChordPro. Let us know.

Can you tell us why you want to stop using ChordPro?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ChordPro/chordpro/issues/58#issuecomment-443850385, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJS14IyiyqJsyJDNkBUAp04hPHadgOgks5u1YNlgaJpZM4Y_Syn .

sciurius commented 5 years ago

The cpan tool does not have uninstall capabilities, so you have to remove the files manually.

  1. The chordpro and wxchordpro programs can be found in your PATH. Just remove them.
  2. Remove App/Music/ChordPro.pm and (recursive) App/Music/ChordPro/ from the perl area.
  3. Remove .config/chordpro from your HOME.

I do not have OS/X, so I do not know the exact locations but it should be easy to find out.

You say that ChordPro 'does not render as I needed'. Can you describe what you want to achieve?

GiancarloGomez commented 5 years ago

Thanks for all the quick feedback. Honestly I downloaded a file from worshiponline.com that stated it was a chordpro file but when I went to render the PDF it really was not and generated several alerts.

The file is as attached and you can see it does not follow the format specified on your site.

joy_to_the_world__unspeakable_joy__worshiponline.txt

sciurius commented 5 years ago

Thanks for providing the file. There are many programs around that implement ChordPro-like song data and most of them are incompatible with the 'standard' version as implemented by the ChordPro program discussed here.

Nevertheless, the song can be made to render well with just a couple of minor changes. See the attachments. The song uses Nashville Number Notation for chords, which is supported by ChordPro but you must add --config nashville to the command line.

In joy.txt I added {columns:2} at the top, and used {column_break} instead of {start_column} / {end_column}.

With some more changes -- see joy2 and joy3. joy.pdf joy.txt joy2.pdf joy2.txt joy3.pdf joy3.txt

GiancarloGomez commented 5 years ago

Cool thanks