Re: Put the property of a grob in the output-attributes list

2019-12-22 Thread Stefano Troncaro
Hi Paolo, I'm glad you found it useful! Could you give me an example of what you want to do with TextScripts? Besides giving them an id, what properties do you need stored in the svg output attributes? El dom., 22 dic. 2019 a las 14:04, Paolo Prete () escribió: > Thank you again Stefano. This hel

Output file extension

2019-12-22 Thread Paolo Prete
Hello, is it possible, in some way (without an external script) to override the extension for the output file? I need that output.svg is renamed as output.html Thanks

Re: Swing/Shuffle rhythmMark

2019-12-22 Thread mu...@gmx.ch
Mats, thanks a lot for the convert-ly hint. Yes, after converting the example as well as my score work as expected - but only with pdf output! The svg output is still crappy. Happy me that scribus which I use to build the booklet is able to embed (successfully though experimental) pdfs as well. I

Re: Notes or chords sustained with a pedal

2019-12-22 Thread Robert Blackstone
Hi Robin, Thanks for your critical comment. I can see your point, but personally I am not very disturbed with or hindered by the result of my amateurish hack. I tried several other hacks, for example coupling the notes with real ties, but I found the result extremely ugly. And finally I will

Re: A suggestion - add rf to built-in dynamics

2019-12-22 Thread Peter Toye
Sunday, December 22, 2019, 4:12:42 PM, Malte Meyn wrote: > Am 22.12.19 um 13:23 schrieb Peter Toye: >> I >> agree about \sp and \spp - what on earth are they meant to mean - a >> sudden quiet note in the middle of louder ones? Not a common musical >> gesture. > Maybe they mean “subito piano”

Re: Put the property of a grob in the output-attributes list

2019-12-22 Thread Paolo Prete
Thank you again Stefano. This helps again and you will see how good it will fit in the library I'm coding. However, I can't make it work for a TextScript (either before the notevent or before the markup token). I tried also map-some-music(), but it doesn't fix it. \version "2.19.83" token = #(let

Re convert-ly problems

2019-12-22 Thread Peter Gentry
The final piece of the jig saw was this batch file forfiles /s /p "C:\Users\Peter\Lilypool\Music_Files\Bouffil" /M **.ly /c "cmd /c convert-ly.py -e @file" Getting this to work was non trivial. I will try and get a batch file to ask for the folder "Bouffil" etc to make updating easy.

Re: A suggestion - add rf to built-in dynamics

2019-12-22 Thread Malte Meyn
Am 22.12.19 um 13:23 schrieb Peter Toye: I agree about \sp and \spp - what on earth are they meant to mean - a sudden quiet note in the middle of louder ones? Not a common musical gesture. Maybe they mean “subito piano” and “subito pianissimo”? Then they would not be for only a single not l

Re: Put the property of a grob in the output-attributes list

2019-12-22 Thread Stefano Troncaro
Hi Paolo, The main problem here is that \tweak can only modify the object that is next to it, so you can tweak a NoteHead to modify an automatic beam, but to modify a beam that is created manually because of a [ in the input you need to place the tweak before the [. See: % \versio

Re: A suggestion - add rf to built-in dynamics

2019-12-22 Thread Peter Toye
Andrew, Malte, Thanks for the opposing views! Andrew, my point was that if two extremely well-known composers use a dynamic symbol, it's hardly non-standard, which is why I think it should be included even if it is a synonym for rfz. Malte, I think I've seen all of these (but I can't remember

Re: Notes or chords sustained with a pedal

2019-12-22 Thread Thomas Morley
Am So., 22. Dez. 2019 um 11:52 Uhr schrieb Robert Blackstone < blackstone.rob...@gmail.com>: > Hi Aaron, Mark, Kieren and Rutger, > > Many thanks for your solutions for my “Laissez vibrer”-problem. > I’m very impressed by your "LilyPond -creativity”. > Introducing my notes into your examples work

problem with convert-ly

2019-12-22 Thread Peter Gentry
Phew The command prompt method solved. C:\Program Files (x86)\LilyPond\usr\bin>convert-ly -e -b "C:\users\peter\Lilypool\Music_Files\Bouffil\Opus7 No 1\alto.ly" convert-ly.py (GNU LilyPond) 2.19.81 convert-ly.py: Processing `C:\users\peter\Lilypool\Music_Files\Bouffil\Opus7 No 1\alto.ly'.

Re: Notes or chords sustained with a pedal

2019-12-22 Thread Thomas Morley
Hi Aaron, Am So., 22. Dez. 2019 um 07:06 Uhr schrieb Aaron Hill : > > On 2019-12-21 9:15 am, Kieren MacMillan wrote: > >> Here is my attempt at hacking the BarLine stencil to add overlapping > >> ties: > > > > This is so cool. Is there an easy way to make the function determine > > the "current" s

Re: Separating note names into pitch and accidentals

2019-12-22 Thread Hans Åberg
> On 22 Dec 2019, at 11:05, Malte Meyn wrote: > > Am 22.12.19 um 10:51 schrieb Hans Åberg: >> To simplify the writing of note input names, they might be separated into >> separate parts for pitch and accidentals (or intervals). Testing this, I >> made C++ code where one first reads the longes

Put the property of a grob in the output-attributes list

2019-12-22 Thread Paolo Prete
Hello all. the following function (thanks to Stefano!) inserts the beam-thickness property of a Beam in the list of output-attributes of the corresponding SVG item. It does its job if I place the function soon before a beam symbol "[". But it doesn't work (no errors, but the output-attributes pro

Re: Notes or chords sustained with a pedal

2019-12-22 Thread Robert Blackstone
Hi Aaron, Mark, Kieren and Rutger, Many thanks for your solutions for my “Laissez vibrer”-problem. I’m very impressed by your "LilyPond -creativity”. Introducing my notes into your examples works perfectly. Unfortunatly, introducing your codes into my scores either does not change anything, when

Re: Separating note names into pitch and accidentals

2019-12-22 Thread Malte Meyn
Am 22.12.19 um 10:51 schrieb Hans Åberg: To simplify the writing of note input names, they might be separated into separate parts for pitch and accidentals (or intervals). Testing this, I made C++ code where one first reads the longest pitch name available in a table, and then proceeds for

Separating note names into pitch and accidentals

2019-12-22 Thread Hans Åberg
To simplify the writing of note input names, they might be separated into separate parts for pitch and accidentals (or intervals). Testing this, I made C++ code where one first reads the longest pitch name available in a table, and then proceeds for a succession of accidentals, also the longest