Module needs a non-packaged module, how to?

2023-12-26 Thread Johan Vromans
For the next release of my ChordPro application (fedora package `chordpro`, CPAN module `App::Music::ChordPro`) it needs a CPAN module that is not packaged: `JavaScript::QuickJS`. How to proceed? I have no intentions to become package maintainer for this module. Can I add the module source as

[Perl/perl5] 867a74: cpan/Getopt-Long - Update to version 2.57

2023-11-14 Thread Johan Vromans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 867a74092aeee74354ad720397b8e8fd7f95bb7c https://github.com/Perl/perl5/commit/867a74092aeee74354ad720397b8e8fd7f95bb7c Author: Johan Vromans Date: 2023-11-14 (Tue, 14 Nov 2023) Changed paths: M

[Perl/perl5] 62f90f: cpan/Getopt-Long - Update to version 2.57

2023-11-14 Thread Johan Vromans via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/getopt-long-2.57-sync-2023 Home: https://github.com/Perl/perl5 Commit: 62f90f94a3ee00a0873b533b92b272373ce82656 https://github.com/Perl/perl5/commit/62f90f94a3ee00a0873b533b92b272373ce82656 Author: Johan Vromans Date: 2023-11-14 (Tue

[Perl/perl5] 648f01: cpan/Getopt-Long - Update to version 2.57

2023-11-11 Thread Johan Vromans via perl5-changes
Branch: refs/heads/smoke-me/jkeenan/getopt-long-2.57-sync-2023 Home: https://github.com/Perl/perl5 Commit: 648f0108c98643a5b86ace1d9fd89409e9320517 https://github.com/Perl/perl5/commit/648f0108c98643a5b86ace1d9fd89409e9320517 Author: Johan Vromans Date: 2023-11-11 (Sat

Re: [Zim-wiki] Zim 0.75.2 released!

2023-07-09 Thread Johan Vromans
On Fri, 7 Jul 2023 20:53:34 +0200, Jaap Karssenberg wrote: > Zim 0.75.2 has just been released. This update contains all the > incremental updates over the past 3/4 of a year. I run zim from the git (been doing that for years). After pulling 0.75.2, I get load errors: AttributeError: module

Re: [Dnsmasq-discuss] Defending IP address

2023-05-06 Thread Johan Vromans
On Sat, 6 May 2023 11:17:22 -0700, A C wrote: > The official blog does not list using that method at all. Instead it > either points to using a systemd network file or through the > /etc/network/interfaces file. If so, I have been unable to find it... Sorry for that. Can you give the link?

Re: [Dnsmasq-discuss] Defending IP address

2023-05-06 Thread Johan Vromans
On Sat, 6 May 2023 19:03:21 +0200, Geert Stappers wrote: > Let's assume there is > > } xx:xx:xx:xx:xx:aa,192.168.1.10,dnsmasq.squirrel.nl,24h True. System name is srv1 but that does not matter. > > # Addresses for dynamic hosts. > > dhcp-range=192.168.1.33,192.168.1.50,6h > > Now we known

Re: [Dnsmasq-discuss] Defending IP address

2023-05-05 Thread Johan Vromans
On Fri, 5 May 2023 22:13:24 +0200, Geert Stappers wrote: > It is too early to blame the IoT devices. I don't blame them... They merely revealed there's something fishy. > The original problem is most likely solvable with the original dhcpcd > configuration in-place. Strange that you keep

Re: [Dnsmasq-discuss] Defending IP address

2023-05-05 Thread Johan Vromans
On Fri, 05 May 2023 14:56:40 +, "Buck Horn" wrote: > Roy Marples's DHCP client daemon >dhcpcd > is not the same as ISC's DHCP server daemon >dhcpd. > > It would seem to me that Johan Vromans has been using the former: > I think I recognise t

Re: [Dnsmasq-discuss] Defending IP address

2023-05-05 Thread Johan Vromans
On Fri, 5 May 2023 11:54:31 +0200, Johan Vromans wrote: > > do not run dhcpcd. All docs tell me to set the static address in the /etc/dhcpcd.conf, this is confusing. I've now disabled dhcpcd and put the static address in /etc/network/interfaces. Thanks

Re: [Dnsmasq-discuss] Defending IP address

2023-05-05 Thread Johan Vromans
Hi Geoff, Thanks for your reply. > Set static IP on the interface and do not run dhcpcd.  The problem is > with dhcpcd releasing the address, not with dnsmasq. I have this in my /etc/dhcpcd.conf: interface eth0 static ip_address=192.168.1.10/24 static routers=192.168.1.1 I do not run

[Dnsmasq-discuss] Defending IP address

2023-05-05 Thread Johan Vromans
Hi, I have a number of IoT devices. Occasionally, when they try to set up the DHCP lease, some of them send wrong packets. The device effectively claims the IP address of the DHCP server. From the system log: May 4 05:39:59 srv1 dhcpcd[449]: eth0: hardware address xx:xx:xx:xx:xx::ce

Re: [rt.cpan.org #147034] use of DateTime module results in endless loop in pp

2023-03-11 Thread Johan Vromans
> Sorry, I can't reproduce this on Linux with Perl 5.32.1 and latest PAR > (1.018) and PAR::Packer (1.057). I can reproduce this in a Windows 10 VBox with perl 5.30, PAR 1.017 and PAR::Packer 1.056. Same after upgrading PAR to 1.018. It completes after upgrading pp to 1.057. -- Johan

Re: [Zim-wiki] Using Zim as document editor

2023-01-21 Thread Johan Vromans
On Sat, 21 Jan 2023 12:27:12 -0500, Joseph Reagle wrote: > Hi Johan, FYI: there's been a long-standing issue for Zim to move to the > markdown format, While interesting, it is not related to this thread. > Do you mean Zim regularly polls the files (via something like >

Re: [Zim-wiki] Using Zim as document editor

2023-01-21 Thread Johan Vromans
On Sat, 21 Jan 2023 15:26:23 +, Jack wrote: > I have no idea, but wonder whether it is possible to create a new zim > document and then pour the contents of the old one into it. The problem is that when the alien document changes, there is no way to update the corresponding zim document.

Re: [Zim-wiki] Using Zim as document editor

2023-01-21 Thread Johan Vromans
On Fri, 20 Jan 2023 20:43:02 +0100, Johan Vromans wrote: > However, before a page is loaded, there is also a call to readLine but I > haven't quite found out who does the call, and why. Is it some kind of > peek at the document to see if it is a zim document? I now have a PoC imple

Re: [Zim-wiki] Using Zim as document editor

2023-01-20 Thread Johan Vromans
On Thu, 5 Jan 2023 13:04:07 +0100, Johan Vromans wrote: > What I would like to have is a load and store hook where I can perform the > conversions. I want the file on disk to be in the 'alien' format, while > zim only 'sees' zim format. Looking at the code I see that Zim uses

Re: [Zim-wiki] Using Zim as document editor

2023-01-05 Thread Johan Vromans
Hoi Jaap, On Thu, 5 Jan 2023 11:23:11 +0100, Jaap Karssenberg wrote: > The workflow basically relies on "covert xyz --> zim, edit zim, convert > zim --> xyz". Obviously, the bottleneck is the accuracy of the converter > to reproduce the original content as close as possible and reflect the >

Re: [Zim-wiki] Using Zim as document editor

2023-01-02 Thread Johan Vromans
On Mon, 2 Jan 2023 13:01:38 -0500, Little Girl wrote: > That should be under your control with the custom command you decide > to use. If I'm understanding the purpose of the Custom Tools interface > correctly, it's just an internal interface that lets you run commands > from within Zim that you

Re: [Zim-wiki] Using Zim as document editor

2023-01-02 Thread Johan Vromans
On Mon, 2 Jan 2023 07:49:16 -0500, Little Girl wrote: > I haven't tried it, but this should be possible with the Custom Tools > option inside the Tools menu. Thanks for the suggestion. As far as I can see this will allow installing commands that modify (parts of) the current contents. While

[Zim-wiki] Using Zim as document editor

2023-01-02 Thread Johan Vromans
Hi all, Best wishes for 2023! I was wondering... Would it be possible to use Zim as an editor for documents that are not Zim notes. For example, when I open a particular document, instead of reading it from disk Zim would run a plugin or an external tool to fetch the actual contents. Likewise,

[Perl/perl5] 23eac2: Getopt::Long: synch with CPAN version 2.54

2022-11-17 Thread Johan Vromans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 23eac292b841f2e39bb594d1e62f46a30b2aded0 https://github.com/Perl/perl5/commit/23eac292b841f2e39bb594d1e62f46a30b2aded0 Author: Johan Vromans Date: 2022-11-18 (Fri, 18 Nov 2022) Changed paths: M

[Perl/perl5] 2d7c62: Getopt::Long: sync with CPAN version 2.53

2022-11-16 Thread Johan Vromans via perl5-changes
Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 2d7c62c6d4260592f3ec24a1986a87373ed6234a https://github.com/Perl/perl5/commit/2d7c62c6d4260592f3ec24a1986a87373ed6234a Author: Johan Vromans Date: 2022-11-17 (Thu, 17 Nov 2022) Changed paths: M

Re: [SOGo] Libravatar

2022-09-05 Thread Johan Vromans
On Mon, 05 Sep 2022 17:17:29 +0200, "smizrahi@alinto . eu" (smizr...@alinto.eu) wrote: > It would be great this is a good idea. No plan to support this at least > for the next 2 month. Could you open a ticket on bugs.sogo.nu ? I tried, but I can't login with my community credentials. And even

Re: [HarfBuzz] Bounding box info

2021-12-20 Thread Johan Vromans
On Mon, 20 Dec 2021 11:46:10 +0300, Alexander Sabourenkov wrote: > > Maybe I'm overlooking something trivial, but does HarfBuzz provide a > > means to get the bounding box for the buffer? > > You can take a look at how this is done at > https://github.com/lxnt/ex-sdl-freetype-harfbuzz Great

Re: [HarfBuzz] Bounding box info

2021-12-19 Thread Johan Vromans
On Fri, 17 Dec 2021 12:53:10 -0700, Behdad Esfahbod wrote: > > Maybe I'm overlooking something trivial, but does HarfBuzz provide a > > means to get the bounding box for the buffer? > > > > Not directly. But the bounding box of each glyph can be fetched using > hb_font_get_glyph_extents().

[HarfBuzz] Bounding box info

2021-12-17 Thread Johan Vromans
Hi, After shaping the buffer contains the output glyphs and their positions. Maybe I'm overlooking something trivial, but does HarfBuzz provide a means to get the bounding box for the buffer? -- Johan

Re: Your Data-Properties releases

2021-09-07 Thread Johan Vromans
Hi, Allow me to chime in... On Tue, 7 Sep 2021 11:07:40 +0200, "Kiss, Gábor" wrote: > However I think the > current situation cannot be solved correctly. We cannot know if anybody > already relies on Johan's Data::Properties 1.05+. So switching back to > Brian's original code can shock someone

[kdenlive] [Bug 434785] Proposal: Operation to move subtitle to playhead

2021-05-16 Thread Johan Vromans
https://bugs.kde.org/show_bug.cgi?id=434785 --- Comment #3 from Johan Vromans --- Thanks for the suggestion. It surely helps, but the frequent (and necessary) switching between the subtitle edit window and the track (to make it active) is still less than optimal. Nevertheless I can live

[kdenlive] [Bug 434785] New: Proposal: Operation to move subtitle to playhead

2021-03-22 Thread Johan Vromans
https://bugs.kde.org/show_bug.cgi?id=434785 Bug ID: 434785 Summary: Proposal: Operation to move subtitle to playhead Product: kdenlive Version: unspecified Platform: Other OS: Linux Status: REPORTED

Re: [Templates] Mailman configs broken? Are archives available?

2021-03-03 Thread Johan Vromans
Hi Jay, The mailing list for templates has moved to groups.io: https://groups.io/g/template-toolkit -- Johan On Wed, 3 Mar 2021 14:56:38 -0600, Jay Hannah wrote: > Howdy, > > This problem seems to be true for both lists: > > templates > templates-announce > > From the list info pages

Alternative approach (Was: Re: message before unpacking)

2021-01-18 Thread Johan Vromans
The thread "message before unpacking" inspired me to take the time to write this down. Some time ago I was pointed at a different approach for packing perl packages. It turned out to work quite well. The basic idea is not unlike PAR/Packager (pp): gather all files needed and put them in a

Fw: Failed: PAUSE indexer report JV/Comics-1.18.tar.gz

2020-11-10 Thread Johan Vromans
--- Begin Message --- The following report has been written by the PAUSE namespace indexer. Please contact modules@perl.org if there are any open questions. User: JV () Distribution file: Comics-1.18.tar.gz Number of files: 114 *.pm files: 105 README: Comics-1.18/README.md META-File:

Re: [Zim-wiki] Zim plugins: Terminal

2020-10-31 Thread Johan Vromans
On Sat, 31 Oct 2020 18:42:43 +0100, Thomas Engel wrote: > Are there any errors when running zim in debug-mode (zim --debug)? There seems to be something wrong with line 186. self.terminalview.feed_child(CLEAR_COMMAND, len(CLEAR_COMMAND)) TypeError: Vte.Terminal.feed_child() takes exactly 2

Re: [Zim-wiki] Zim plugins: Terminal

2020-10-31 Thread Johan Vromans
On Sat, 31 Oct 2020 13:00:58 +0100, Thomas Engel wrote: > i've created a plugin (see > https://github.com/datenwurm/zim-plugin-terminal) which adds a terminal > pane. Sounds nice... I can enable the plugin, configure it, but I do not see a terminal window...? Zim 0.73.3 on Fedora 31. -- Johan

Re: [Zim-wiki] Zim VS Android

2020-08-10 Thread Johan Vromans
On Mon, 10 Aug 2020 15:41:34 +0200, D wrote: > Not that I know of, but there's an opportunity to implement this in Markor > , as the developer > mentioned it here > .

[Zim-wiki] Parse tree and metadata

2020-07-09 Thread Johan Vromans
When I convert (dump) the parse tree of a page with metadata: cat page.txt | python -m zim.formats wiki > foo.xml then the metadata comes out as a leading text paragraph, e.g. Content-Type: text/x-zim-wiki Wiki-Format: zim 0.6 Template: Bar Shouldn't this be parsed, e.g. text/x-zim-wiki

Re: [Zim-wiki] Export templates

2020-07-07 Thread Johan Vromans
On Tue, 7 Jul 2020 19:54:32 +0200, Jaap Karssenberg wrote: > My guess would be that Your guess? I thought you programmed it :) > >[% IF page.meta.get("Templat") %] > > is what you are looking for. The "meta" attribute is a dict, not "page". This yields: AssertionError: Not a valid

Re: [Zim-wiki] Export templates

2020-07-07 Thread Johan Vromans
On Tue, 7 Jul 2020 18:57:21 +0200, Jaap Karssenberg wrote: > Yes the template syntax should support the python "get" function. And how is this supposed to work? [% FOR page IN pages %] [% IF page.get("meta") %] yields AssertionError: Not a valid function: page.get TypeError:

Re: [Zim-wiki] Export templates

2020-07-07 Thread Johan Vromans
> Not really, but you could construct a template that is one big "if ... > else ..." and includes the two templates. To select the appropriate template I'd like to use a meta setting, something similar to: Content-Type: text/x-zim-wiki Wiki-Format: zim 0.4 Template: foo And in the

Re: [Zim-wiki] Export templates

2020-07-07 Thread Johan Vromans
On Tue, 7 Jul 2020 12:18:32 +0200, Jaap Karssenberg wrote: > Not really, but you could construct a template that is one big "if ... > else ..." and includes the two templates. Hmmm. I get TODO also allow files from template resources (both master and develop branch)

[Zim-wiki] Export templates

2020-07-06 Thread Johan Vromans
I'm trying to export a web site from Zim. However, some of the documents (pages) need a different template. Is it possible to select different templates for different documents? -- Johan ___ Mailing list: https://launchpad.net/~zim-wiki Post to :

[Linphone-users] Keeping track of calls

2020-06-15 Thread Johan Vromans
Hi, I have a VoIP number and I use Linphone on a couple of devices (Android, Linux). I want to keep track of calls on all devices combined. Is there a way, or tool, to transfer call logs from the clients to a local server or cloud so I can process and combine the information? TIA,

Re: [Zim-wiki] Zim 0.73 released !

2020-06-06 Thread Johan Vromans
Good job, congratulations! With so many features, robustness and happy users, why not leave the experimental 0.* phase and call it 1.0...? ___ Mailing list: https://launchpad.net/~zim-wiki Post to : zim-wiki@lists.launchpad.net Unsubscribe :

Re: Filtering

2020-05-07 Thread Johan Vromans
Anyone? On Tue, 28 Apr 2020 20:36:33 +0200, Johan Vromans wrote: > By default PAR::Filter::PodStrip is applied to all modules. > This can be disables globally with PAR_VERBATIM=1 . > > Is it possible to disable this filter with --modfilter ? > > -- Johan

Search path for libraries

2020-04-28 Thread Johan Vromans
The packer has a --lib parameter to set the module search path. Is there something similar for shared libraries?

Filtering

2020-04-28 Thread Johan Vromans
By default PAR::Filter::PodStrip is applied to all modules. This can be disables globally with PAR_VERBATIM=1 . Is it possible to disable this filter with --modfilter ? -- Johan

[rt.cpan.org #132431] Implicit modules

2020-04-27 Thread Johan Vromans via RT
Mon Apr 27 13:46:59 2020: Request 132431 was acted upon. Transaction: Correspondence added by JV Queue: Module-ScanDeps Subject: Implicit modules Broken in: 1.27 Severity: Normal Owner: Nobody Requestors: j...@cpan.org Status: open Ticket

[rt.cpan.org #132431] Implicit modules

2020-04-27 Thread Johan Vromans via RT
Mon Apr 27 07:21:49 2020: Request 132431 was acted upon. Transaction: Ticket created by JV Queue: Module-ScanDeps Subject: Implicit modules Broken in: 1.27 Severity: Normal Owner: Nobody Requestors: j...@cpan.org Status: new Ticket

Re: Multiple entry points (MS Windows)

2020-04-26 Thread Johan Vromans
On Sun, 26 Apr 2020 23:16:57 +0200, Oliver Betz wrote: > Are you running under real Windows or Wine? This doesn't sound like a > Windows issue. I've unzipped the files under Linux on a disk shared with Windows. On Linux, files like perl.exe and perl530.dll have permissions 0664 (rw-r--r--).

Re: Multiple entry points (MS Windows)

2020-04-26 Thread Johan Vromans
On Sun, 26 Apr 2020 17:57:23 +0200, Oliver Betz wrote: > it was not so difficult as I thought initially so I compiled a 64 bit > wrapper including the icon: Great! I unpacked the zip and tried to run. First problem: the .exe files are not executable: H:\cp> wxchordpro_console.exe Access

Re: Multiple entry points (MS Windows)

2020-04-25 Thread Johan Vromans
Hi Oliver, On Sat, 25 Apr 2020 12:08:31 +0200, Oliver Betz wrote: > An easy approach is to continue using pp to build the required > environment. Extract it immediately afterwards. Look at my ugly hack > "unpar.cmd" to see one way to do it. I've uploaded a perl GUI program:

Re: Multiple entry points (MS Windows)

2020-04-25 Thread Johan Vromans
Hi Oliver, On Sat, 25 Apr 2020 00:07:35 +0200, Oliver Betz wrote: > Seemingly I'm not recognizing the advantage in using pp *in addition* to > InnoSetup. > > What is the point to use InnoSetup just to transport *one single exe*? The point is that typical Windows users can download and click a

Re: Multiple entry points (MS Windows)

2020-04-24 Thread Johan Vromans
> Welle > > <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail> > Virenfrei. > www.avast.com > <https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail> > <#DAB4FAD8-2DD7-40BB

Re: Multiple entry points (MS Windows)

2020-04-24 Thread Johan Vromans
Hi Oliver, Thanks for all suggestions. A bit of background: I am 100% linux user/developer. Since Windows people want to run some of my applications and since most Windows users are not capable of installing perl and modules and so on I figured out how to use PAR (pp) and InnoSetup to produce

Re: Multiple entry points (MS Windows)

2020-04-24 Thread Johan Vromans
On Fri, 24 Apr 2020 20:21:22 +0200, Kenneth Ölwing wrote: > What do you mean by 'lack of symlinks'? I must admit I haven't really kept up with Windows lately (and I don't plan to). Anyway, the symbolic links are of no real importance to this discussion.

Re: Multiple entry points (MS Windows)

2020-04-24 Thread Johan Vromans
On Fri, 24 Apr 2020 19:40:58 +0200, Oliver Betz wrote: > Which kind of complexity and overhead do you mean? Having multiple copies of the same code installed may sooner or later cause confusion. > What would be the drawback of using a (subset of a) portable Perl > distribution together with

Re: Multiple entry points (MS Windows)

2020-04-24 Thread Johan Vromans
Hi Oliver, On Fri, 24 Apr 2020 17:16:37 +0200, Oliver Betz wrote: > which benefit do you expect from packing: > > Avoiding "installation", reducing size, or something else? Mostly avoiding complexity and unnecessary overhead. The cli version is fully contained in the gui version. Reducing

Multiple entry points (MS Windows)

2020-04-24 Thread Johan Vromans
Hi, I have an application that comes in two forms: as a command line tool, and as a GUI tool. I want to package these in a single binary, using pp multi-script feature. So far, so good. But on Windows it matters whether the program is built with --gui or not. If I build with --gui invoking the

Re: Synthesizer-related font

2019-11-19 Thread Johan Vromans
On Wed, 20 Nov 2019 00:26:58 +, "Urs Liska" wrote: > This was just shared on Facebook, and I want to forward it here since - > while not related to music engraving directly - it may be useful to > people on this list. > >

Re: SMuFL Bravura

2019-04-01 Thread Johan Vromans
On Mon, 1 Apr 2019 09:17:26 +0200, Malte Meyn wrote: > SMuFL integration and using Metafont for glyph creation don’t > contradict, do they? They do, in so far that with limited resources you cannot do both. ___ lilypond-user mailing list

Re: SMuFL Bravura

2019-04-01 Thread Johan Vromans
On Mon, 1 Apr 2019 11:37:42 +1100, Andrew Bernard wrote: > Now to learn Metafont then. Shouldn't be too hard - As a retired TeXnician I have deep respect for TeX and MetaFont. Nevertheless I think the right way now is to go for widely accepted standards where possible. So I'd rather see decent

Re: Openlilylib edition engraver guide

2019-03-14 Thread Johan Vromans
On Thu, 14 Mar 2019 08:52:21 +0100, Urs Liska wrote: > https://github.com/openlilylib/oll-core/wiki Call me stupid, but shouldn't this be on the OpenLilyLib web site instead / as well ? I find it logical to start looking for information on OpenLilyLib on the OpenLilyLib web site.

Re: Openlilylib edition engraver guide

2019-03-14 Thread Johan Vromans
On Thu, 14 Mar 2019 00:47:59 +1100, Andrew Bernard wrote: > Can we add Stefano Troncaro's excellent introductory material about the > edition engraver to the github wiki for the project? It is a great guide... Unfortunately I get stuck at one of the first lines: "Assuming OpenLilyLib is

New lilypond 2.21.0 installers

2019-01-29 Thread Johan Vromans
I tried an install into /opt/lilypond. I do not have access to /opt but the folder /opt/lilypond is completely mine. The help says it will install into PREFIX/lilypond, but it also tries to install scripts outside this directory in PREFIX/bin. It refuses to install into an existing (even empty)

Re: Please test new lilypond installers

2019-01-29 Thread Johan Vromans
On Tue, 29 Jan 2019 12:21:43 +0100, Urs Liska wrote: > Are these observations specific to that new GUB build, or would the > downloaded release behave the same? AFAICS the release download (2.18.2-1) behaves the same. ___ lilypond-user mailing list

Re: Please test new lilypond installers

2019-01-29 Thread Johan Vromans
On Tue, 29 Jan 2019 10:19:33 +0100, Knut Petersen wrote: > lilypond-2.21.0-1.linux-64.sh I tried an install into /opt/lilypond. I do not have access to /opt but the folder /opt/lilypond is completely mine. The help says it will install into PREFIX/lilypond, but it also tries to install

Re: postscript printers for lilypond

2019-01-27 Thread Johan Vromans
On Sun, 27 Jan 2019 12:32:05 -0600, Karlin High wrote: > and PostScript compatibility requirements I'm still wondering why this is a hard requirement. AFAIK, drivers like ghostscript produce excellent prints on all sorts of printers. ___

Re: [Lyric+Chords project] required engravers

2018-12-16 Thread Johan Vromans
Hi Kieren, I would suggest to split it in two phases. Phase 1 would be to parse the input, and collect the syllables and durations in a structure similar to (e.g. JSON): [ { "chords" : [ "C", "D", "E" ], "phrases" : [ "Aw", "ay in the ", "manger" ] }, ...next

Re: [Lyric+Chords project] required engravers

2018-12-15 Thread Johan Vromans
On Sat, 15 Dec 2018 09:19:25 -0500, Kieren MacMillan wrote: > Yes! It would be very interesting to eventually include multiple > different formats in the framework. The ChordPro reference implementation currently supports * chords above lyrics * chords under lyrics * chords within lyrics *

Re: [Lyric+Chords project] required engravers

2018-12-15 Thread Johan Vromans
On Sat, 15 Dec 2018 10:08:05 +0100, Thomas Morley wrote: > In the last meaure of second line the chords could be done like > E/E E/BE/Gis E/E > Af -- fen -- ban -- de > (No ligature, every syllable with it's own chord-symbol) > > In a leadsheet I'd then expect > E/E E/B E/Gis E/E >

Re: [Lyric+Chords project] required engravers

2018-12-14 Thread Johan Vromans
On Fri, 14 Dec 2018 11:27:13 -0500, Kieren MacMillan wrote: > And yet many, many people I know use it (or LibreOffice). ;) Libre/Open Office has a nifty plugin called ChordTransposer that makes it possible to type in chords easily and obtain the right alignment for the chords (and, as the name

Re: [Lyric+Chords project] required engravers

2018-12-14 Thread Johan Vromans
On Fri, 14 Dec 2018 08:49:33 -0500, Kieren MacMillan wrote: > > (2) short syllables, both with chords > > This is an issue even in Microsoft Word, Interesting to encounter MSWord as apparent trendsetter... It is about the worst tool for producing lead sheets. The approach seen in many

Re: Multiple tempos at the same time and midi playback?

2018-12-13 Thread Johan Vromans
On Thu, 13 Dec 2018 19:30:16 +0100, Yakir Arbib wrote: > Thanks a lot for your reply! Unfortunately since the example is in an > image, and not a text, When you click on the image, you see the lilypond source. ___ lilypond-user mailing list

Re: Status and future of abc2ly

2018-12-10 Thread Johan Vromans
On Mon, 10 Dec 2018 13:33:51 +0100, Jean Louis Thiry wrote: > ...to use the excellent TablEdit My objection would be that this is non-free software, and available for Windows/Mac only. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: [Spam] Re: Status and future of abc2ly

2018-12-10 Thread Johan Vromans
On Mon, 10 Dec 2018 12:21:44 +0100, Urs Liska wrote: > It sounds reasonable to drop the current abc2ly implementation. However, > I think we shouldn't do this without somehow including abc2xml in the > distribution and (probably) create a wrapper script abc2ly that > transparently replaces

Status and future of abc2ly

2018-12-10 Thread Johan Vromans
The abc2ly tool supports version v1.6 of the ABC standard, which is 21 years old. The current version of the ABC standard is v2.1 (which is also quite old, 2011, nevertheless it is the most recent). Is the abc2ly program still under active support/development? If so, are there any plans to

Re: Generate staff-less chord and lyrics sheet

2018-12-08 Thread Johan Vromans
On Thu, 6 Dec 2018 21:15:43 +0100, Annette Kusma wrote: > The output should look something like this: > > C F C > Mary had a little lamb > F G C > Its fleece was white as snow > > I could simply write my sheet in some office programme, Instead of

Re: Proprietary Software term

2018-08-22 Thread Johan Vromans
On Tue, 21 Aug 2018 12:21:08 -0700, Aaron Hill wrote: > Patents are entirely concerned with inventions, that is novel, useful, > and non-obvious solutions to specific problems that result either in an > actual product or a practical process. That's the theory... Practice is different,

Re: Re-sizing score on the fly

2018-08-07 Thread Johan Vromans
On Tue, 7 Aug 2018 18:25:53 +1000, Don Gingrich wrote: > Then the multiplier would reside in the included files, the > variable would be in the score file, and by including > the correct file I could have either type of score. Why not set the staff size in the included file, just like the paper

Re: Software playing lilypond's music sheets

2018-07-13 Thread Johan Vromans
Wow! ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \pushToTag and \appendToTag help

2018-04-14 Thread Johan Vromans
On Fri, 13 Apr 2018 22:25:17 +0200, Gianmaria Lari wrote: > I'm not 100% sure having understood how to use \pushToTag but the > following are the examples I personally would put in the manual. I find your examples very enlightening.

Re: The search for an API

2018-04-11 Thread Johan Vromans
On Wed, 11 Apr 2018 07:07:10 -0700, Mason Hock wrote: > Is this the sort of thing you're looking for? > > http://projectabjad.org/ When looking for an API that makes detailed handling of scores possible, yes. However, I got the idea that OP was looking for an easy way to

Re: OT: typewriter LaTeX package

2018-02-15 Thread Johan Vromans
Cute. Really cute. I did a lot of typing on an old Underwood when I was a kid and it looks very familiar. But IIRC the period and comma looked much heavier (maybe because my (lack of) typing skills at the time). What I also recall is that on a dual-colour typewriter (typically black/red) you

Re: [Denemo-devel] Some glitches

2018-02-04 Thread Johan Vromans
On Sun, 04 Feb 2018 08:09:59 +, Richard Shann wrote: > Possibly the Windows version has two > bytes (Cr and Lf) where the Unix version has one (Lf). XML files shouldn't care about this. If they do, something is severely wrong with the XML library. -- Johan

Re: Frescobaldi

2017-12-06 Thread Johan Vromans
On Wed, 06 Dec 2017 15:36:42 -0500, Tim Slattery wrote: > I've been setting vocal pieces with German lyrics, and trying to use > Tools| Special Characters to find things like a and u with Umlauts, > and the double-s character that looks like a Beta. I would strongly advise

Re: [OT] Linux Users

2017-11-18 Thread Johan Vromans
I only use Linux (mostly Fedora). I use LilyPond with Frescobaldi, Denemo, Emacs, LibreOffice and a lot of homegrown tools. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Pod::Usage and PAR packaged binaries

2017-11-08 Thread Johan Vromans
On Wed, 8 Nov 2017 18:43:52 +0100, Roderich Schupp wrote: > A clumsy way would be to explicitly add the .pod with --addfile, then > locate it relative to the toplevel cache directory, $ENV{PAR_TEMP}. Yes, that is the approach I use now. Clumsy, but it works... --

Pod::Usage and PAR packaged binaries

2017-11-08 Thread Johan Vromans
Hi, I usually use Pod::Usage to display --help and --manual texts from POD. use Pod::Usage; use Pod::Find qw(pod_where); pod2usage( -input => pod_where({-inc => 1}, __PACKAGE__) ); This doesn't work if the program is PAR packaged. Has anyone already figured out how this can be made to

Re: [Templates] compiled template error in Perl 5.26.1

2017-10-29 Thread Johan Vromans
On Sun, 29 Oct 2017 19:21:48 +0700, "Chakkit Ngamsom" wrote: > [warn] compiled template : Can't locate > tmp/ttc/view/dist/layouts/main.tt.ttc in @INC (@INC contains: > /Users/lynx/perl5/perlbrew/perls/perl-5.26.1/lib/site_perl/5.26.1/darwin-thr > ead-multi-2level >

Re: midi \breathe

2017-10-18 Thread Johan Vromans
In sitations like this, I use tags. Something similar to this: music = { ... \tag #'midiOnly { c8. r16 } \tag #'scoreOnly { c4 } ... } \score { \articulate \removeWithTag #'midiOnly \music \layout {} } \score { \articulate \removeWithTag #'scoreOnly

Re: [Denemo-devel] MXE denemo build

2017-09-21 Thread Johan Vromans
On Thu, 21 Sep 2017 15:55:24 +0100, Richard Shann wrote: > Johan - do you have an idea what's wrong here? I've uploaded my .spec file to http://www.squirrel.nl/pub/xfer/uploads/3CjK4UVlI_1PNyFFw85q_-tg.spec You should be able to extract the un-garbeled command

Re: [Denemo-devel] Upgrade is missing preferences

2017-09-08 Thread Johan Vromans
On Fri, 08 Sep 2017 17:58:33 +0100, Richard Shann wrote: > Let me know - I have it sitting here right now. Hardest part is to get the fix here :) ___ Denemo-devel mailing list Denemo-devel@gnu.org

Re: [Denemo-devel] Crash when deleting slur

2017-09-08 Thread Johan Vromans
On Fri, 08 Sep 2017 12:20:10 +0100, Richard Shann <rich...@rshann.plus.com> wrote: > On Fri, 2017-09-08 at 09:38 +0200, Johan Vromans wrote: > > Denemo git as of today. > > > > Open a new song, enter a couple of notes. > > Select a note and Notes -> Slu

Re: [Denemo-devel] Upgrade is missing preferences

2017-09-08 Thread Johan Vromans
On Fri, 08 Sep 2017 17:04:13 +0100, Richard Shann wrote: > Ah, right I see. What happens is that Denemo > recognizes .denemo-2.1.3-280c7c0 as if it was .denemo-2.1.3 but when it > tries to read the file it tries to read .denemo-2.1.3 - it doesn't > retain a record of

Re: [Denemo-devel] Upgrade is missing preferences

2017-09-08 Thread Johan Vromans
On Fri, 08 Sep 2017 15:13:23 +0100, Richard Shann wrote: > (I notice that your diff command was comparing files of that form > > % diff .denemo-2.1.3-280c7c0/denemorc .denemo-2.2.1-8561e23/denemorc > > but I don't see how that could have been your problem). It does

[Denemo-devel] Upgrade is missing preferences

2017-09-08 Thread Johan Vromans
When upgrading to a new version of denemo, it offers to re-use the preferences (and more) of the previous version. I selected to re-use the old settings, but notice several differences. See attachment. It almost looks as if everything was reset to default anyway. -- Johan % diff

Re: [Denemo-devel] Midi notes inserted while in 'listening' mode

2017-09-08 Thread Johan Vromans
On Thu, 7 Sep 2017 22:23:51 +0200, Johan Vromans <jvrom...@squirrel.nl> wrote: > I'm still at 2.1.3 so apologies if this has been fixed already. Nope. It is still in denemo git as of today. -- Johan ___ Denemo-devel mailing list Denemo-deve

[Denemo-devel] Crash when deleting slur

2017-09-08 Thread Johan Vromans
Denemo git as of today. Open a new song, enter a couple of notes. Select a note and Notes -> Slur -> End Slur. Now Notes -> Slur -> Delete Slur. Denemo hangs (is unresponsive). -- Johan ___ Denemo-devel mailing list Denemo-devel@gnu.org

[Denemo-devel] Midi notes inserted while in 'listening' mode

2017-09-07 Thread Johan Vromans
Hi, I'm still at 2.1.3 so apologies if this has been fixed already. I have Midi input enabled and the virtual keyboard displayed. I move the mouse to the VK window, which makes the Denemo window lose focus. I press the shift key. Denemo switches from "Appending/Editing Pitches" to "Listening

  1   2   3   4   5   6   7   8   9   10   >