I received an email last week informing me that the music I have on my website under the GPL license, with source in lilypond and ABC, has been used in a study...
I have been using MIDI2abc to convert some MIDI files to abc notation, but some of the files refuse to convert completely, with the error message "Advancing by...
Hello, I'm developing a ABC collection web platform for polyphonic choral songs (which I use for practising singing). *Collection of ABC notated songs ...
There are quite a few places in jazz.fmt where different fonts are specified. Open the file in a text editor and look for all occurrences of selectfont. You'll...
Thanks. My last test gave me the chord diagrams I was looking for ... but gibberish for the notes and everything else. Ah well. The search goes on. I...
Try this. Copy all the ttf files you want to use into C:\Program Files\gs\fonts. (I'm assuming you are using GhostView and Ghostscript to look at the ps file...
Richard Walker escreveu: [...] ... Hi Richard, Are you using GhostScript to see/print/convert the PS files? Please note that the GhostScript fonts are NOT the...
I'm going to attempt to summarize what I've done to create guitar chord diagrams in sheet music. Given this, perhaps someone can spot what I've overlooked so I...
Great! Thank you very much. I just wonder where I can find the right PostScript names for each symbol?! I've got that file I've attached, but it obviously...
Hello, does anybody know why I can write accidentials above the staff with the following method, but with rest (second example) it does not work? X:4 ...
Hi every one, I introduce myself in this group : I play Irish traditionnal music in Poitiers (France) with wooden flutes and whistles. I use Barfly. Abc is...
Thank you for your help, but I'm afraid this is WAY over my head. I was hoping I could just copy a couple chord diagram files into my abcm2ps area and replace...
... Probably you need to edit a file named Fontmap or Fontmap.GS to declare the new fonts. If you are using Debian GNU+Linux, you need to use ``defoma'' to...
Sorry -- a global search-and-replace got away from me. Try this version of xpose.sed instead of the one I just sent. Argh! -- Glenn #!/bin/sed # # Convert...
First draft. Use with caution. Requires a Posix(ish) environment (i.e., Cygwin, OS X, Unix, Linux) and some utilities that should be readily available but...
I just installed the FretQwik and FretQwikC fonts. Alas, no success. I've attached a pdf file of the results. If you have any other ideas I'd appreciate...
Thanks for the replies. I gave this a try, but this only changes the key field without transposing. But transposing all tunes to a common new key is what I...
... I just checked the archive. Looks like the archive software does some hiding of email addresses. But it does not do a good job -- for example it misses...
If I go to the Yahoo group to read the messages, then it comes out as wiers@... abc@... jc1742@... etc., but when the messages are delivered to my own inbox...
Sorry, I didn't mention that I meant the messages as they are published on the groups interface. There, for example, your address is displayed only as ...
I use abc2abc Assume you want to transpose a tune filenameF.abc down 3 half-steps to filenameD.abc You can type abc2abc filenameF.abc -e -t -3 >filenameD.abc ...