Does anyone happen to know how you obtain one-bar repeat symbols in
Philip Hazel's !PMS for RISC OS?
In article <[email protected]>, Harriet Bazley
<[email protected]> wrote:
Does anyone happen to know how you obtain one-bar repeat symbols in
Philip Hazel's !PMS for RISC OS?
The Opus fonts seem to lack the one-bar repeat symbol, which condemns
you to copy the notes over and over again. There are, however, some note-group repeat symbols, so they might offer you some sort of
solution.
Note: I gave up on PMS a long time ago - although being very powerful,
it's way too complicated for me!
Does anyone happen to know how you obtain one-bar repeat symbols inI didn't find it in the !PMS examples.
Philip Hazel's !PMS for RISC OS?
https://dictionary.onmusic.org/terms/4804-repeat
I've done my best to scour the manual, but I've discovered before that
the feature I wanted did in fact exist somewhere buried in the
documentation and/or examples, but not under the name by which I was expecting it!
I could probably attempt to draw one using the drawing functions, but
then of course you would have the problem of getting the bar count and playback to reflect the symbol....
In article <[email protected]>, Paul Sprangers <[email protected]>
wrote:
In article <[email protected]>, Harriet Bazley
<[email protected]> wrote:
Does anyone happen to know how you obtain one-bar repeat symbols in Philip Hazel's !PMS for RISC OS?
The Opus fonts seem to lack the one-bar repeat symbol, which condemns
you to copy the notes over and over again.
There are, however, some note-group repeat symbols, so they might
offer you some sort of solution.
Note: I gave up on PMS a long time ago - although being very powerful,
it's way too complicated for me!
Sibelius has Opus fonts. Are they the same? In the guide the one I think
you want is called "Repeat last bar." (The thick oblique with dots
either side). Could it be the same in PMS?
Bonjour Harriet
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
Does anyone happen to know how you obtain one-bar repeat symbols in
Philip Hazel's !PMS for RISC OS?
https://dictionary.onmusic.org/terms/4804-repeat
I've done my best to scour the manual, but I've discovered before thatI didn't find it in the !PMS examples.
the feature I wanted did in fact exist somewhere buried in the documentation and/or examples, but not under the name by which I was expecting it!
I found an item Repeated bars page 136/148 in the PVM 4.12 manual, but I haven't been able to put it into practice.
The repeat character exists in PMS fonts
Note: Rhapsody4 uses the same fonts with permission from Richard Hallas,
and the bar repeat is displayed correctly.
I could probably attempt to draw one using the drawing functions, but
then of course you would have the problem of getting the bar count and playback to reflect the symbol....
It's a shame that the PMS output functionality that was planned is not implemented in Rhapsody4.
Perhaps building the latest versions of Philip Hazel, the program is maintained.
On 1 Nov 2023 as I do recall,Tested it works , fine.
Jean-Michel wrote:
Bonjour Harriet
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
Does anyone happen to know how you obtain one-bar repeat symbols inI didn't find it in the !PMS examples.
Philip Hazel's !PMS for RISC OS?
https://dictionary.onmusic.org/terms/4804-repeat
I've done my best to scour the manual, but I've discovered before that
the feature I wanted did in fact exist somewhere buried in the
documentation and/or examples, but not under the name by which I was
expecting it!
I found an item Repeated bars page 136/148 in the PVM 4.12 manual, but I
haven't been able to put it into practice.
I got it working; you just put a figure in square brackets before the
bar you want to be repeated that number of times, e.g.
[4] dd |
will generate four 2/4 bars of two crotchet Ds each. The problem from
my point of view is that the 'repeat' feature will actually create
duplicate bars instead of simply marking them to be repeated by the
player - and the other problem is that you cannot, for example, start a hairpin between two repeated bars, or add any other text or dynamic over
one but not the others. Those four bars are generated all as a single
unit.
I could not, however, get the feature in section 41.18 to work, which is supposed to move rests up or down the stave; I had to use an [rlevel
-10] to stop the rest in one part from colliding with the notes above it
in the other part. :-(
(Edit: I just worked it out. The option uses the *letter* 'l' ratherI assume this is the PVM 4.12 manual version?
than the *figure* '1' -- unfortunately the example given is shown in the Corpus font where the two characters are identical! So the option
r\l-10\ will affect that *specific* rest as I wanted, rather than
affecting every subsequent rest, which is what the [rlevel] command
does.)
ou are right, to see the encoding of symbols in Rhapsody resources thereThe repeat character exists in PMS fonts
I can't find it - though I did discover that if I switch XChars to
'Default' encoding instead of Latin-1, the PMS-Alpha and PMS-Music fonts display a lot of extra characters. But not that one!
The PMS manual has an entire appendix - "Chapter 49 The PMW musicalSymbols:
font" which lists every character that supposedly exists, including some
very obscure extra components to be used for building up notes: quaver
tails or special longer vertical stems for using with cross noteheads as opposed to normal noteheads, for example... I'm guessing that the combination needed is characters 143 and 144 of the PMS.Music
font overprinted on one another, a thick diagonal line and a pair of
black dots on the opposite diagonal. But the manual doesn't give a
text description for these characters as it does for many of the others,
so I have no idea what !PMS calls them if they are ever referred to.
PMS should be better at creating scores, but I've never used it...Note: Rhapsody4 uses the same fonts with permission from Richard Hallas,
and the bar repeat is displayed correctly.
Yes, Rhapsody definitely has the required feature, which displays and
plays back correctly. I assumed that PMS would as well, but if it has I can't find it!
I could probably attempt to draw one using the drawing functions, but
then of course you would have the problem of getting the bar count and
playback to reflect the symbol....
So far as I can make out, I would probably need to encode it as a blank
bar filled by an invisible rest, and then output character 143, then overprint it with character 144. This would not have the right effect
on playback, but that's not really an important issue in this case, as
what I need to do is produce PDFs/printout for distribution among my
fellow players. So provided it *looks* all right, they won't know the difference...
Edit: OK, defining PMS.Music as 'extra font 1' and then printing
character 143 followed by 144, *in that order*, will output the required symbol below the stave, which is not where I want it but which is a
start.
Textfont extra 1 "PMS.Music"
[stave 1] "\x1\\144\\143\"
It's a shame that the PMS output functionality that was planned is not
implemented in Rhapsody4.
Yes - the Info file released with the Iyonix-era version of the software (circa 2007) states that Rhapsody 4 and SharpEye can both generate PMS output, but presumably this was based on the Rhapsody 4 manual's claim
that it did so. :-(
Yes, there is no graphical interface like with the RISC OS version, theApparently there was a July 2023 release: http://quercite.dx.am/pmw.html
Perhaps building the latest versions of Philip Hazel, the program is
maintained.
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
Yes, there is no graphical interface like with the RISC OS version, the program creates PostScript output, I think it would be simple to add aPerhaps building the latest versions of Philip Hazel, the program isApparently there was a July 2023 release: http://quercite.dx.am/pmw.html
maintained.
Draw version, (I used this process for my RISC version PariGP OS).
Jean-Michel <[email protected]> wrote:Thanks to him
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
Yes, there is no graphical interface like with the RISC OS version, thePerhaps building the latest versions of Philip Hazel, the program isApparently there was a July 2023 release: http://quercite.dx.am/pmw.html
maintained.
program creates PostScript output, I think it would be simple to add a
Draw version, (I used this process for my RISC version PariGP OS).
That version does come with PMW Music and PMW Alpha Postscript fonts, credited to Richard Hallas.
Maybe somebody could convert them to a RISC OS font and see if they haveThese are Risc Os fonts that Richard specially designed for PMS, so there
the right symbols in them?
Seems like !T1toFont is in the ROOL standard install: https://www.riscosopen.org/wiki/documentation/show/Software%20information: %20T1ToFontIn PMS, as Harriet pointed out, the symbol is represented by the two
(I'm not clear whether they're Type 1 or later fonts, the latter aren't handled by T1toFont)
Theo
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
Edit: OK, defining PMS.Music as 'extra font 1' and then printing
character 143 followed by 144, *in that order*, will output the required symbol below the stave, which is not where I want it but which is a
start.
Textfont extra 1 "PMS.Music"
[stave 1] "\x1\\144\\143\"
Tested Ok, I don't know the syntax of PMS, to study.
It's a shame that the PMS output functionality that was planned is not
implemented in Rhapsody4.
Yes - the Info file released with the Iyonix-era version of the software (circa 2007) states that Rhapsody 4 and SharpEye can both generate PMS output, but presumably this was based on the Rhapsody 4 manual's claim
that it did so. :-(
By any chance, Rhapsody3 would have this possibility?
Yes, there is no graphical interface like with the RISC OS version, the program creates PostScript output, I think it would be simple to add aApparently there was a July 2023 release: http://quercite.dx.am/pmw.html
Perhaps building the latest versions of Philip Hazel, the program is
maintained.
Draw version, (I used this process for my RISC version PariGP OS).
On 2 Nov 2023 as I do recall,
Jean-Michel wrote:
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
[snip]
Not yet tested, but congratulations!Edit: OK, defining PMS.Music as 'extra font 1' and then printing
character 143 followed by 144, *in that order*, will output the required >>> symbol below the stave, which is not where I want it but which is a
start.
Textfont extra 1 "PMS.Music"
[stave 1] "\x1\\144\\143\"
Tested Ok, I don't know the syntax of PMS, to study.
Right, I now have a usable macro to simulate a 'repeat bar' symbol:
*define repeat "\x1\\144\\143\"/b/u14 Q!
This uses an 'invisible rest', Q ("useful for special effects when overprinting") to create an empty bar, then prints character 144, which
is defined in the font file as a zero-width character, followed by
character 143 on top of it, using the control options \b to force the
text below the stave (in case the current text default was at some other level) and \u14 to move the printing position up 14 points from there,
which by a process of trial and error looks about the right height on
the stave to me.
You can even write
[3] &repeat |
to generate three bars of repeated repeat bar symbols. :-D
Of course it plays back as a rest rather than as an actual repetition ofYes.
the preceding bar, as Rhapsody would do, but for my purposes just
drawing the symbol in an empty bar will do.
There is a chance that this was never implemented... in all versions of Rhapsody, I also checked Rhapsody2
It's a shame that the PMS output functionality that was planned is not >>>> implemented in Rhapsody4.
Yes - the Info file released with the Iyonix-era version of the software >>> (circa 2007) states that Rhapsody 4 and SharpEye can both generate PMS
output, but presumably this was based on the Rhapsody 4 manual's claim
that it did so. :-(
By any chance, Rhapsody3 would have this possibility?
I don't have Rhapsody 3, so I don't know.
But since the R4 manual states that it exports in PMS format and it
actually has a menu option to do so, I expect the author of the Info
file took it for granted that this option worked...!
Yes, but once the scripted version works, we can use the RISC OS version
Yes, there is no graphical interface like with the RISC OS version, theApparently there was a July 2023 release: http://quercite.dx.am/pmw.html
Perhaps building the latest versions of Philip Hazel, the program is
maintained.
program creates PostScript output, I think it would be simple to add a
Draw version, (I used this process for my RISC version PariGP OS).
It might be possible to get the commnad-line version to generate Draw
files instead of PostScript, but the result wouldn't have the fully integrated RISC OS window controls, print configuration, audio playback
etc. :-(
I imagine it would be like the 'new' eSpeak as versus the original RISC
OS !Speak; support for more languages, but missing rather a lot of the desktop integration, control and usability features (notably
talk-as-you-type and pronunciation edit) that existed in the dedicated
RISC OS version....
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
Right, I now have a usable macro to simulate a 'repeat bar' symbol:
*define repeat "\x1\\144\\143\"/b/u14 Q!
This uses an 'invisible rest', Q ("useful for special effects when overprinting") to create an empty bar, then prints character 144, which
is defined in the font file as a zero-width character, followed by character 143 on top of it, using the control options \b to force the
text below the stave (in case the current text default was at some other level) and \u14 to move the printing position up 14 points from there, which by a process of trial and error looks about the right height on
the stave to me.
You can even write
[3] &repeat |
to generate three bars of repeated repeat bar symbols. :-D
Not yet tested, but congratulations!
You are familiar with PMS syntax.
Apparently there was a July 2023 release: http://quercite.dx.am/pmw.html
Yes, there is no graphical interface like with the RISC OS version, the
program creates PostScript output, I think it would be simple to add a
Draw version, (I used this process for my RISC version PariGP OS).
It might be possible to get the command-line version to generate
Draw files instead of PostScript, but the result wouldn't have the
fully integrated RISC OS window controls, print configuration, audio playback etc. :-(
Yes, but once the scripted version works, we can use the RISC OS version
as a model, I recompiled the source some time ago...
Rhapsody4 is an example, which has a desktop interface, in this it
surpasses Sibelius.
For information, I tried the Windows version of Rhapsody: VBRhapsody,
there are no problems loading a Rhapsody4 file. It is displayed correctly
and complete. This may be useful.
I can't even open the source of the latest release to check the manual contents, because it's a tar.gz file: https://github.com/PhilipHazel/pmw/releases/download/pmw-5.21/pmw-5.21.tar.gz
Yes, or Latex, I much prefer TechWriter.You are familiar with PMS syntax.
Unfortunately I'm not familiar with it, which means that every time I actually try to use the program I have to look up everything in the
manual from the beginning again, starting with how to create a single
note (without the directive [stave treble 1], you get some very
unexpected results!)
And then you end up with a file that looks like this:
["8"/d10] &mf &sqs(,g',,e',,b,,e') | &sqs(,e',$,c',$],a,$],c') | < &sqs(,g',,e',,b,,e') | &sqs(,g',,d',,b,,d') < |
It's more like writing PostScript by hand than typing actual music....
(I only use !PMS when I'm trying to replicate the layout of someNot easy...
specific sheet of music, and almost every time I seem to end up running
into some relatively common feature that doesn't seem to exist in its
syntax, despite all the 'early music' features and very complex examples given. I really didn't think my requirements from music typesetting
software were that complex; I can only assume that the sort of
old-fashioned 'light classical' music I handle tends to operate
according to a different set of conventions from those used by either academic typesetting or popular modern arrangements.)
[snip]
It was the Risc OS v3.61P version, we would have to make comparisons withApparently there was a July 2023 release: http://quercite.dx.am/pmw.html
Yes, there is no graphical interface like with the RISC OS version, the >>>> program creates PostScript output, I think it would be simple to add a >>>> Draw version, (I used this process for my RISC version PariGP OS).
It might be possible to get the command-line version to generate
Draw files instead of PostScript, but the result wouldn't have the
fully integrated RISC OS window controls, print configuration, audio
playback etc. :-(
Yes, but once the scripted version works, we can use the RISC OS version
as a model, I recompiled the source some time ago...
And did it work?
I can't even open the source of the latest release to check the manual contents, because it's a tar.gz file: https://github.com/PhilipHazel/pmw/releases/download/pmw-5.21/pmw-5.21.tar.gz But talking about support for 'included files' and 'repeating arbitraryI tried with your link, no problem opening it with Sparfs.
input fragments' - as opposed to entire bars, or the last chord entered
- does sound as if they added some new features. And interestingly I
see that on page 2 of the sample PDF http://quercite.dx.am/Sample00.pdf
they actually show a repeat bar symbol alongside the guitar tablature!
[snip]
4 colours mod, unfortunately this is the reason why it does not work under Aemulator, because it is a mode that we cannot have...Rhapsody4 is an example, which has a desktop interface, in this it
surpasses Sibelius.
I've never seen Sibelius running under RISC OS, but I understand that it operates in single-tasking mode in a monochrome screen?
It might be useful for sending Rhapsody files to Windows users...
For information, I tried the Windows version of Rhapsody: VBRhapsody,
there are no problems loading a Rhapsody4 file. It is displayed correctly
and complete. This may be useful.
assuming, however, that they are willing to download a random piece of freeware just in order to view your file, rather than asking you to send
it in an 'industry standard' format instead. :-(
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
You are familiar with PMS syntax.
Unfortunately I'm not familiar with it, which means that every time I actually try to use the program I have to look up everything in the
manual from the beginning again, starting with how to create a single
note
(I only use !PMS when I'm trying to replicate the layout of some
specific sheet of music, and almost every time I seem to end up running into some relatively common feature that doesn't seem to exist in its syntax, despite all the 'early music' features and very complex examples given. I really didn't think my requirements from music typesetting software were that complex; I can only assume that the sort of old-fashioned 'light classical' music I handle tends to operate
according to a different set of conventions from those used by either academic typesetting or popular modern arrangements.)
Not easy...
I can't even open the source of the latest release to check the manual contents, because it's a tar.gz file: https://github.com/PhilipHazel/pmw/releases/download/pmw-5.21/pmw-5.21.tar.gzI tried with your link, no problem opening it with Sparfs.
But talking about support for 'included files' and 'repeating arbitrary input fragments' - as opposed to entire bars, or the last chord entered
- does sound as if they added some new features. And interestingly I
see that on page 2 of the sample PDF http://quercite.dx.am/Sample00.pdf they actually show a repeat bar symbol alongside the guitar tablature!
What is your version of !SparkFS? mine is v 1.46. you must also check the
Tar module in the choice panel.
I've had to learn a whole lot of new complex features of the software in order to do something I thought was going to be reasonably trivial!
On 5 Nov 2023 as I do recall,You will be able to write a hints_tips manual, Rhapsody has one
Jean-Michel wrote:
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
You are familiar with PMS syntax.
Unfortunately I'm not familiar with it, which means that every time I
actually try to use the program I have to look up everything in the
manual from the beginning again, starting with how to create a single
note
I think half the problem is the manual, or at least the PostScript
version of it - I simply can't *find* features because the relevant data
is spread across multiple sections.
For example slurs and ties are initially defined in Section 11, "Ties,
slurs and glissandos", but the keywords for controlling how they are
split across lines of music are found buried deep inside "Heading directives", in Section 38.32 and 38.105, and detailed discussion of how
to apply them also occurs under "Notes and rests", 41.1 and 41.20, as
well as in 47.78 concerning the keyword "[slur]" and the keyword
"[slurgap]" in 47.79. (And that's a prime example of the issue:
'[slurgap]' allows you to draw slurs *over* other objects on the stave,
but the existence of this possibility isn't so much as mentioned in any
of the 'main' sections concerning slurs, so you only find out about it
if you read through *all* the definitions, including the 99% which are currently irrelevant to whatever you might be looking up.)
Likewise, I accidentally stumbled across a [space] keyword that is
designed to allow you to draw objects (like repeat symbols) on the stave without needing to attach them to invisible rests to make room, as I was doing. But I couldn't find it in the manual when I was trying to look
up how to print characters in the 'music font' onto the stave, because I didn't know that I ought to be looking for a keyword under "Stave directives", and had no idea what to look up in the index.
[snip]
(I only use !PMS when I'm trying to replicate the layout of some
specific sheet of music, and almost every time I seem to end up running
into some relatively common feature that doesn't seem to exist in its
syntax, despite all the 'early music' features and very complex examples >>> given. I really didn't think my requirements from music typesetting
software were that complex; I can only assume that the sort of
old-fashioned 'light classical' music I handle tends to operate
according to a different set of conventions from those used by either
academic typesetting or popular modern arrangements.)
Not easy...
The good news is that the first violins were so impressed by my
rewritten 'readable' second violin part that they want me to do them one
as well - I said it would be relatively easy, because it is almost
identical in terms of rhythm and ornament to the second violin part, and
I assumed it would just be a matter of plugging different note values
into a copy of the stave I'd already constructed.
The bad news is that I then spent the evening trying to teach myself howThis is the general problem of the documentation and as with RISC OS,
to print an extra cue stave above the main part (hint: you don't do it
using the [cue] keyword!), wrestling with overprinting and Stave 0, and working out how to print multiple parts from a single score and how to
use format specifications from RISC OS when the manual just tells you to supply them as an -f switch on the command line... (answer: it's under a
menu entry called Options).
I've had to learn a whole lot of new complex features of the software in order to do something I thought was going to be reasonably trivial!:-(
(While constantly trying to locate the syntax for various options I
*knew* I'd encountered previously, but couldn't find a heading for in
the PDF outline....)
[snip]
I also bought !SparkFS, essential!!!I can't even open the source of the latest release to check the manualI tried with your link, no problem opening it with Sparfs.
contents, because it's a tar.gz file:
https://github.com/PhilipHazel/pmw/releases/download/pmw-5.21/pmw-5.21.tar >>> .gz
But talking about support for 'included files' and 'repeating arbitrary
input fragments' - as opposed to entire bars, or the last chord entered
- does sound as if they added some new features. And interestingly I
see that on page 2 of the sample PDF http://quercite.dx.am/Sample00.pdf
they actually show a repeat bar symbol alongside the guitar tablature!
What is your version of !SparkFS? mine is v 1.46. you must also check the
Tar module in the choice panel.
I have 1.46, which was supplied with the ARMx6 - the RISC OS 3.1 version
that I actually paid for definitely had optional Tar support, but this
one doesn't even seem to install itself on the icon bar if you
double-click on it, which makes it rather hard to configure!
(I see that it does have a file !SparkFS.Modules.Tar inside it...)
In article <[email protected]>,
Harriet Bazley <[email protected]> wrote:
I've had to learn a whole lot of new complex features of the software in order to do something I thought was going to be reasonably trivial!
You're obviously using this group to keep your notes with the ultimate aim
of either adding them as an addendum or rewriting the manual. Both very laudable and desirable things!
Where can I get the program to share in your efforts?
On 6 Nov 2023 as I do recall,
John Williams (News) wrote:
In article <[email protected]>,
Harriet Bazley <[email protected]> wrote:
I've had to learn a whole lot of new complex features of the software in >>> order to do something I thought was going to be reasonably trivial!
You're obviously using this group to keep your notes with the ultimate aim >> of either adding them as an addendum or rewriting the manual. Both very
laudable and desirable things!
Sorry - just 'thinking aloud' (and venting....)
Unfortunately I don't think rewriting the manual is a feasible option;
I've tried rewriting a couple of StrongHelp manuals for my own use (lua
and awk) and never finished the job, and those come with inherent
'source code'. This one is a PDF file hundreds of pages long.
And it already has a 'for beginners' section at the start; part of the problem is that every time I need to 'relearn' the software after a year
or two's interval, the basic information is split between "Getting
started", "More about notes" and "Notes and rests".
The other problem is that there *is* a logic to the way that it is
arranged (i.e. have reference sections consisting of all the keywords
that can appear in the headers and then all the keywords that can be
used in the music itself), and it does already have a detailed index.
As with all indexes, however, you need to know what you are looking for,
what it is called, and indeed that the option exists in the first place.
I'm not sure how it could be better written, only that I keep
discovering vital bits of information by accident.
Hey John, I have the same version as Harriet and it's a version that I wasI can't find an online download for it, although one may exist. It was reissued on the back of an article in Qercus/Acorn User issue 281 (also included in the original distribution) - the file dates are January/May
Where can I get the program to share in your efforts?
2007 - and I don't know what happened to the Qercus archives. But the version I actually have is version 3.61P of 14 July 2015, and I have no
idea where I got it. :-(
Wikipedia points to https://www.yumpu.com/en/document/view/6435008/pms-qercus-281-finnybank
is unreadable in Netsurf, but squinting at the HTML suggests that it is probably just the text of the magazine article.
http://qercus.co.uk/magazine is essentially an empty site 'under
development' since 2013.
I can e-mail you the distribution that I have, but it would be nice to
know where I got hold of it....
But the version I actually have is version 3.61P of 14 July 2015
Hey John, I have the same version as Harriet and it's a version that I
was able to reconstruct with the source so nothing is lost... I can make
it available with Rhapsody4, but maybe I don't have the right?
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
On 6 Nov 2023 as I do recall,
John Williams (News) wrote:
In article <[email protected]>,
Harriet Bazley <[email protected]> wrote:
I've had to learn a whole lot of new complex features of the software in >>>> order to do something I thought was going to be reasonably trivial!
You're obviously using this group to keep your notes with the ultimate aim >>> of either adding them as an addendum or rewriting the manual. Both very >>> laudable and desirable things!
You have Sharpeye, I did a test by taking a score created with Rhapsody in PDF format then importing it into SharpEye you can obtain a PMS file.
To test...
I can't find an online download for it, although one may exist. It was
Where can I get the program to share in your efforts?
reissued on the back of an article in Qercus/Acorn User issue 281 (also
included in the original distribution) - the file dates are January/May
2007 - and I don't know what happened to the Qercus archives. But the
version I actually have is version 3.61P of 14 July 2015, and I have no
idea where I got it. :-(
Hey John, I have the same version as Harriet and it's a version that I was able to reconstruct with the source so nothing is lost...
I can make it available with Rhapsody4, but maybe I don't have the right?
In message <[email protected]>
Jean-Michel <[email protected]> wrote:
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
On 6 Nov 2023 as I do recall,
John Williams (News) wrote:
[snip]Where can I get the program to share in your efforts?I can't find an online download for it, although one may exist.
the version I actually have is version 3.61P of 14 July 2015, and I
have no idea where I got it. :-(
[snip]
Hey John, I have the same version as Harriet and it's a version that I was able to reconstruct with the source so nothing is lost...
I can make it available with Rhapsody4, but maybe I don't have the right?
PMS v3.61 is available from PlingStore
So the most painless way to add the key data would be to re-sort your
index into page number order within each source, and then simply start
at the beginning of the book and enter each key manually as you come to
it. Still a lot of typing, but far less than attempting to look up
each piece in their current alphabetical order.
In article <[email protected]>,
Jean-Michel <[email protected]> wrote:
Hey John, I have the same version as Harriet and it's a version that I
was able to reconstruct with the source so nothing is lost... I can make
it available with Rhapsody4, but maybe I don't have the right?
The "same version" is encouraging. My interest is that I already have the PMS fonts in my collection, so I must have looked at it some years ago.
My reawakened interest in such things is that I've started playing (guitar) with a music group - mixed instruments and quite a few "readers".
I can decipher or "sight-guess" (which is what I did with my French village choir), but the ability to produce/edit copy for the group myself might
well be very useful.
I was encouraged by Harriet's experience with her violinists (!) to believe such a thing might be possible for me.
My initial attempt to use my limited skills usefully in connection with
this activity can be found at:
http://le.petit.four.free.fr/Music/ScoreIndex.htm
although I don't think it will be of direct interest.
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
On 6 Nov 2023 as I do recall,
John Williams (News) wrote:
In article <[email protected]>,
Harriet Bazley <[email protected]> wrote:
I've had to learn a whole lot of new complex features of the software in >>> order to do something I thought was going to be reasonably trivial!
You're obviously using this group to keep your notes with the ultimate aim >> of either adding them as an addendum or rewriting the manual. Both very >> laudable and desirable things!
Sorry - just 'thinking aloud' (and venting....)
Unfortunately I don't think rewriting the manual is a feasible option;
I've tried rewriting a couple of StrongHelp manuals for my own use (lua
and awk) and never finished the job, and those come with inherent
'source code'. This one is a PDF file hundreds of pages long.
You have Sharpeye, I did a test by taking a score created with Rhapsody in PDF format then importing it into SharpEye you can obtain a PMS file.
To test...
I can't find an online download for it, although one may exist. It was reissued on the back of an article in Qercus/Acorn User issue 281 (also included in the original distribution) - the file dates are January/May 2007 - and I don't know what happened to the Qercus archives. But the version I actually have is version 3.61P of 14 July 2015, and I have no idea where I got it. :-(
Where can I get the program to share in your efforts?
Hey John, I have the same version as Harriet and it's a version that I was able to reconstruct with the source so nothing is lost...
I can make it available with Rhapsody4, but maybe I don't have the right?
PMS v3.61 is available from PlingStore
I have now tried PMS and find it excellent so far!
I have succeeded with the first example eventually. But caution!
I exported the example text from the PDF manual <emphatic>to avoid typing errors</emphatic> only to encounter my first error!
Usual problem experienced when downloading PHP scripts; character ambiguity!
What should have been an apostrophe in the PDF manual was actually a
sexed leading quote - very difficult to spot!
I thought I should mention it here in case others, enthused by this thread, fall at the first hurdle because of it!
I'm pleased to see it's based on ABC, something I've recently looked into from a slightly different angle (whistle players), and the basics seem delightfully simple!
I have now tried PMS and find it excellent so far!
On 6 Nov 2023 as I do recall,Nice;
John Williams (News) wrote:
I have now tried PMS and find it excellent so far!
I thought I should mention it here in case others, enthused by this thread, >> fall at the first hurdle because of it!
I'm pleased to see it's based on ABC, something I've recently looked into
from a slightly different angle (whistle players), and the basics seem
delightfully simple!
Yes, it's definitely reminiscent of ABC notation, which I played around
with quite a bit at one point. Albeit a cross between ABC and LaTeX!
:-p
Tell you about the source, or the syntax used by !PMS ?I'm pleased to see it's based on ABC
The source is entirely in C and well documented, I think we should be able
to retrieve syntax information from it to make a StongEd manual, it's just
an idea...
Good idea to have a PMS mode with StrongEd, I'm interested...
In message <[email protected]>
Harriet Bazley <[email protected]> wrote:
I think half the problem is the manual, or at least the PostScript
version of it - I simply can't *find* features because the relevant data
is spread across multiple sections.
You will be able to write a hints_tips manual, Rhapsody has one
The good news is that the first violins were so impressed by my
rewritten 'readable' second violin part that they want me to do them one
as well - I said it would be relatively easy, because it is almost identical in terms of rhythm and ornament to the second violin part, and
I assumed it would just be a matter of plugging different note values
into a copy of the stave I'd already constructed.
Can you send me the !Rhapsody version and the !PMS version in PDF or Draw
to compare, please.
On 7 Nov 2023 as I do recall,I've been thinking about StrongEd, and I'm going to do some testing ( C library). But for PMS I think the syntax is in the source.
Jean-Michel wrote:
The source is entirely in C and well documented, I think we should be able >> to retrieve syntax information from it to make a StongEd manual, it's just >> an idea...
It would be possible to construct a 'lookup' StrongHelp manual indexed
by keyword, but I'm not sure how useful that would be - the various
keywords are already in the index of the PDF manual. The problem for me
is in finding *which* keyword/option setting makes it possible to do
which task....
I suppose StrongHelp would make it possible to have various sub-pages included under multiple different headings, so that you could include
all the different keywords controlling slurs in their various different categories, for example, and then have a master page on 'slurs' that
includes all that information in the same place. But turning a two-hundred-page manual into a StrongHelp file organised along different lines would be a massive job, and not one I feel inclined to embark
upon for software I use only about once a year. I did do that once,
for GNU awk about twenty years ago, and when it came to trying to update
my version with the new features/global variables introduced by a recent later port of the program, I'm afraid I lost enthusiasm less than
halfway through. :-(
MerciGood idea to have a PMS mode with StrongEd, I'm interested...Sent.
PMS v3.61 is available from PlingStore
Unfortunately this version, in common with the previous version 1.60, has
a RISC OS-directed file in its Manual directory which is a scan of the
paper manual for the RISC OS version, but only the RH pages have been scanned, making it rather difficult to follow. One could even say "odd"!
In article <54b127ff5a.chris@mytardis>,
Chris Hughes <[email protected]> wrote:
PMS v3.61 is available from PlingStore
Thanks to Chris I successfully downloaded this and have started using it.
Unfortunately this version, in common with the previous version 1.60, has a RISC OS-directed file in its Manual directory which is a scan of the paper manual for the RISC OS version, but only the RH pages have been scanned, making it rather difficult to follow. One could even say "odd"!
Unfortunately this version, in common with the previous version 1.60, has
a RISC OS-directed file in its Manual directory which is a scan of the
paper manual for the RISC OS version, but only the RH pages have been
scanned
In article <6550ca81$0$7528$[email protected]>,
John Williams (News) <[email protected]> wrote:
Unfortunately this version, in common with the previous version 1.60, has
a RISC OS-directed file in its Manual directory which is a scan of the
paper manual for the RISC OS version, but only the RH pages have been
scanned, making it rather difficult to follow. One could even say "odd"!
I had assumed that all releases would be the same, but it appears that Harriet's version has both odd and even pages, and she has kindly sent it
to me.
In article <6550ca81$0$7528$[email protected]>,
John Williams (News) <[email protected]> wrote:
Unfortunately this version, in common with the previous version 1.60, has
a RISC OS-directed file in its Manual directory which is a scan of the paper manual for the RISC OS version, but only the RH pages have been scanned
It turns out that a combination of my stupidity, thinking about too many things at once, and using an unfamiliar PDF reader have led to me being totally in error over this.
John, I have just downloaded PMS361 from PlingStore, and within the Manual folder are two PMW manual's plus the QercusArticle.
The RISC OS PMS/pdf manual does have odd and even pages (just remember to widen the PDF window or scroll the bottom bar to see the pages. This
manual seems to be a simplified manual.
The PMW/pdf file is a full manual with a Contents at the front etc. (totalling 213 pages)
In article <54b127ff5a.chris@mytardis>,
Chris Hughes <[email protected]> wrote:
PMS v3.61 is available from PlingStore
And I could learn about the mysteries of the MIDI output!
I recommend downloading the latest version of PMS (5.21) because the
manual is indexed and this makes searching much easier.
On 13 Nov 2023 as I do recall,
Jean-Michel wrote:
[snip]
I recommend downloading the latest version of PMS (5.21) because the
manual is indexed and this makes searching much easier.
Do you mean the Linux-only version?
The RISC OS version on PlingStore (3.61P) has a fully indexed manual....
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 715 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 153:04:30 |
| Calls: | 12,091 |
| Calls today: | 4 |
| Files: | 15,000 |
| Messages: | 6,517,664 |