The time now is Wed 19 Jun 2013, 10:48
All times are UTC - 4 |
|
Page 3 of 3 [32 Posts] |
Goto page: Previous 1, 2, 3 |
| Author |
Message |
mcewanw
Joined: 16 Aug 2007 Posts: 1526 Location: New Zealand
|
Posted: Tue 02 Oct 2007, 08:00 Post subject:
default note length |
|
From a quick glance at your music codes above, it looks to me like the main difference between pmw and abc is in the way of representing the default note length; otherwise they look very similar indeed.
|
|
Back to top
|
|
 |
ricstef
Joined: 01 Aug 2006 Posts: 52 Location: Woodstock, ON. Canada
|
Posted: Sat 06 Oct 2007, 00:27 Post subject:
compose pkg Subject description: testing 1.0.4 |
|
Hi Jeffrey,
Sorry for taking so long to get back to you. Life getting in the way of my hobbies...
I got version 1.0.4 some time ago and am very happy to report that it does exactly what I asked for. Nice job I spent quite some time working with it. I too find entering music score this way, faster than using a graphical point and click method. One would think that it would be the other way around but experience shows otherwise. What I use it for is to score and listen to hymns that I want to learn for our church choir. So I make extensive use of your "Re-run" button while I practice by myself.
1) Your code prevents me from using capital letters in song titles. After working with it for a while, it became clear to me that it is not easy to make out the titles when the words are all squished. And I don't want to make the titles any longer by adding dashes or underscores. My preference is to use capitals at the start of words with no intervening spaces. So the name does not become too long.
As a proof of concept, I made a small change to line 138 of compose-1.0.4.
was: | Code: | | Music=`echo $Music | tr '[A-Z\ ]' '[a-z\_]'` |
changed to: | Code: | | Music=`echo $Music | tr '[\ ]' '[\_]'` |
Since I only wanted the title of songs to include capitals, that was all I changed. Now I find it easier to pick out the name I'm looking for.
2) Something I noticed in the Select sheet music name window is that the names appear unsorted. Is there a way that they could be displayed in sorted order? This would also aid finding what you're looking for.
3) I believe the group that is working on ChurchPup have earmarked your package to be included in their creation. Since you've refined and expanded it's functionality, this may be a strategic time to bundle the whole thing as a dotPet or what ever and upload it to MU like someone suggested.
BTW I tried it in Puppy-3.0 final and it looks good.
Cheers,
Richard.
|
|
Back to top
|
|
 |
|
|
Page 3 of 3 [32 Posts] |
Goto page: Previous 1, 2, 3 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|