Ok, I have now published version 0.9 of MidiZyx2abc which will also read "Karaoke type" lyrics ( http://www.midicond.de/Freeware/index_en.html#MidiZyx2abc )....
I need to do a little hacking on abc2midi, so I started by downloading the most recent version I could find (2.75 / 2011-10-21) ... and to keep surprises to a...
This link at thesession points up a need to be added to programs that handle abc. Or, if you have suggestions or suggested programs that will do this without...
ABCedit would let you make an index, but seems to be limited to about 150 tunes. However it doesn't seem to be available on the web anymore. Attached is a...
I was able to produce an index using the old abc2ps.exe Then I removed the 1st & last line with a batch file, since neither are part of the actual index....
I'm just playing around with the Windows command prompt. This is primitive, but I tried the command < FINDSTR /B /C:T: myfile.abc > Of course in the resulting...
5180
Richard Robinson
richardrobinson@...
Nov 8, 2011 2:38 am
... [ Culture-shock horror ] Have you tried just loading the thing into a text editor and deleting the bits you don't want ? -- Richard Robinson "The whole...
... Wanna do this _once_? Doing it that way might be quickest (if you only need to glean info from a single tunebook). Think you might need to do it _again_...
... I'm on linux. I'd do grep | cut But the original question came from Windows. -- Richard Robinson "The whole plan hinged upon the natural curiosity of...
5184
walsh@...
Nov 8, 2011 4:27 am
I've always used abc2mtex for indexing. It will read from a single file, or from a list. There's quite a bit of flexibility: it uses a (very simple) format...
For anyone using Windows, you can launch the command prompt, change the directory to the one having your abc file you would like to index (call it filename.abc...
I use: 1) Henrik Norbeck's ABCmus to produce an HTML index (e.g. http://www.pghardy.net/concertina/tunebooks/pgh_session_tunebook_index.html) 2) Alf...
... I understand that the goal was exactly just listing the titles of the tunes (it does not matter how many they are). The limitation of that approach is that...
As pointed out in the original discussion at thesession.org, BarFly has been able to generate an index for a long time. It was kind of accidental, though, as...
Hi Is is possible (with abcm2ps) to print only node heads, getting rid of the stems? -- Atte http://atte.dk http://modlys.dk...
5191
Jean-Francois Moine
moinejf@...
Nov 10, 2011 10:56 am
On Thu, 10 Nov 2011 11:12:36 +0100 ... Hi Atte, Just start the note length with '0' (zero) as: G G0 G/ G0/ G | G02 G2 | -- Ken ar c'hentañ | ** Breizh...
you could change the note length so they are all whole notes ... you could change the note length so they are all whole notes On Nov 10, 2011 5:14 AM, "Atte...
... Thanks, that seems to be exactly what I was looking for! I didn't see this in the sampleX.abc files, is such an example included? -- Atte http://atte.dk...
Those who are using ABCexplorer can already easily do this. A full explanation can be found in the Help File under 'Window of Printable List'. Here is how in a...
I have a standalone indexer built in Visual Basic. I wrote it for my own use. You are welcome to try it, and pass it on as you see fit. But I can't email you...
Is there a way to do one of these two things: 1) Not print the Q: line in the score 2) Specify a tempo using a %%MIDI command In other words, I'd like to have...
... I don't know a truly convenient way, but abcpp makes this _possible_: X:1 T:Example M:C #ifdef MIDI Q:1/4=140 #endif L:1/8 K:C % etc. etc. etc. $ abcpp...
Someone on another list has asked if there was a simple way to get solfege symbols generated from abc. I was sure I'd seen at least one solution to this...
5199
Jean-Francois Moine
moinejf@...
Nov 12, 2011 6:56 am
On Sat, 12 Nov 2011 00:28:12 -0500 ... Hi Paul, Strange, Reinier asked me the same question a few days ago! With abcm2ps, use: %%printtempo 0 With abcm2ps >=...
Hi All, A couple of years ago I knocked up a quick and dirty ABC editor in C and Gtk. Time marched on, Gtk went through a couple of major revisions and when I...
I agree. Some tools may already offer that function, but there should be a standardized way in the future, so that it works on other people's player as well....
Thanks Jef, ... And by trial and error, I see that I can specify this multiple times to turn the tempo on and off. ... It looks like mac ports is installing...