Re: Natural marked with a sharp symbol (mensural notation)

2020-07-29 Thread Niols
Hi Lukas, On 25/07/2020 20:16, Lukas-Fabian Moser wrote: I stumbled upon a score in G minor where a E natural would be marked as a E note preceded by a sharp symbol. What would be a “clean” way to achieve that? I have thought of redefining the natural symbol by the sharp one, but:   1. I don

Iterators in Scheme?

2020-07-29 Thread Niols
Hello, I am trying to dive a bit into the way LilyPond works, and I was wondering about iterators. The documentation contains a page named “iterator tutorial” [1] but this is only a placeholder for a future tutorial. (I very much understand that it is painful to write such tutorials and I am

Re: Iterators in Scheme?

2020-07-29 Thread David Kastrup
Niols writes: > Hello, > > I am trying to dive a bit into the way LilyPond works, and I was > wondering about iterators. The documentation contains a page named > “iterator tutorial” [1] but this is only a placeholder for a future > tutorial. (I very much understand that it is painful to write s

Re: Iterators in Scheme?

2020-07-29 Thread Niols
Hi David, On 29/07/2020 15:16, David Kastrup wrote: Niols writes: Must I understand that it is not possible to write iterators in Scheme and that they have to be written in C++? Yes. Thank you; at least I stop wondering about that. Must I then understand that, if I wanted to write iterat

Re: Iterators in Scheme?

2020-07-29 Thread David Kastrup
Niols writes: > Hi David, > > On 29/07/2020 15:16, David Kastrup wrote: >> Niols writes: >>> Must I understand that it is not possible to write iterators in Scheme >>> and that they have to be written in C++? >> Yes. > > Thank you; at least I stop wondering about that. > >>> Must I then understa

Re: Iterators in Scheme?

2020-07-29 Thread Niols
Hi David, On 29/07/2020 15:58, David Kastrup wrote: Markup expressions are converted into stencils at a comparatively late point of time. So that means I could create the markups for the several bar numbers while I see them, and these markups would use a variable that contains the bar number

Re: Iterators in Scheme?

2020-07-29 Thread Jean-Julien Fleck
Hello Niols, Le mer. 29 juil. 2020 à 15:44, Niols a écrit : > > > What do you want to achieve? > > This is actually follow-up research from my side after a previous e-mail > to this list. I would like to print bar numbers that are "repeat aware", > that is such that if bars 9 to 12 repeat twice

Re: Iterators in Scheme?

2020-07-29 Thread Niols
Hello Jean-Julien, On 29/07/2020 17:28, Jean-Julien Fleck wrote: Le mer. 29 juil. 2020 à 15:44, Niols > a écrit : > What do you want to achieve? This is actually follow-up research from my side after a previous e-mail to this list. I would like to print

pdf creation stalling after upgrade to 2.20

2020-07-29 Thread Jenifer Tribe
I moved from 2.18.2 to 2.21 and noticed that the process of creating temporary files before converting to pdf was now visible (? just slower). I have now moved back to 2.20, and it creates the first tmp file and pdf from the run, but then stalls, possibly can't delete the file. I'm using it unde

Location of output files

2020-07-29 Thread Jenifer Tribe
I've been using lilypond for some years, currently on windows10, and version 2.20. This directs the output to C:\Users\..\AppData\Local\VirtualStore\Windows\SysWOW64. Is there a registry entry to change this?

Re: Location of output files

2020-07-29 Thread Aaron Hill
On 2020-07-29 10:54 am, Jenifer Tribe wrote: I've been using lilypond for some years, currently on windows10, and version 2.20. This directs the output to C:\Users\..\AppData\Local\VirtualStore\Windows\SysWOW64. Is there a registry entry to change this? This would appear to be a working directo

Re: Location of output files

2020-07-29 Thread Jenifer Tribe
This makes sense, thanks. I've just been right clicking on a .ly file and 'opening' it with lilypond, which is sat in C:\windows\Program Files (x86)\LilyPond, just as you suspected. So I'll move it to a non-systems area and try running it from there. I need to catch up on windows 10 approach to p