Suppressing a voice in the midi output

2019-12-15 Thread Karsten Reincke
Dear friends; In the LilyPOnd tutorial I found the explanation how to assign each a voice a separate midi channel = instrument http://lilypond.org/doc/v2.18/Documentation/notation/creating-midi-files Unfortunately, I have to prevent one / some voice(s) from being ingrated into the midi file (b

Re: Suppressing a voice in the midi output

2019-12-15 Thread Karsten Reincke
... Sorry, directly after having posted my question I had an idea: a) I've 'exported' each voice into a single variable. b) I've created a score section containing all voices which shall be visible. This score contains the layout infos, but no midi infos. c) i've added another score section con

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Kieren MacMillan
Hi Paolo (and everyone else who contributed to this snippet/feature), This is *so* fabulous! Thank you for the wonderful and useful tool. Best, Kieren. Kieren MacMillan, composer (he/him/his) ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Stefano Troncaro
Hi Paolo, I tried it out and it seems to be working great! This should save a lot of time. Thank you! El dom., 15 dic. 2019 a las 4:05, Werner LEMBERG () escribió: > > > At this point, here's the complete all-in-one .ly template. [...] > > It would be nice if you could format this to avoid line

LSR contribution

2019-12-15 Thread Michael Käppler
Hi all, a few days ago I submitted a snippet to the LSR (title "Coloring successive intervals"). I can see it in the snippet database, but not in the webpage. The "Contributing" section of LSR states, that: "Once the snippet is in, it has to be reviewed and approved by one of the LSR editors, and

Re: LSR contribution

2019-12-15 Thread Pierre Perol-Schneider
Hi Michael, Here it is: http://lsr.di.unimi.it/LSR/Item?id=1100 Cheers, Pierre Le dim. 15 déc. 2019 à 21:18, Michael Käppler a écrit : > Hi all, > a few days ago I submitted a snippet to the LSR (title "Coloring > successive intervals"). I can see it in the snippet database, > but not in the web

Re: LSR contribution

2019-12-15 Thread Thomas Morley
Am So., 15. Dez. 2019 um 21:17 Uhr schrieb Michael Käppler : > > Hi all, > a few days ago I submitted a snippet to the LSR (title "Coloring > successive intervals"). I can see it in the snippet database, > but not in the webpage. The "Contributing" section of LSR states, that: > > "Once the snippet

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Paolo Prete
Attached to this post there's the improved version (fixed indentation and lines' max length). Note too that this version includes a function that prevents opening the default menu with the right mouse button. Can someone fix the scheme code indentation? After that, can we add this on the snippets

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Thomas Morley
Am Mo., 16. Dez. 2019 um 00:06 Uhr schrieb Paolo Prete : > After that, can we add this on the snippets repository? No. The LSR runs 2.18.2 and apart from other things grob-transformer is a 2.19.-feature. There's some older code of mine around printing control-points and the like, but Aaron's code

Re: LSR contribution

2019-12-15 Thread Thomas Morley
Am So., 15. Dez. 2019 um 21:47 Uhr schrieb Thomas Morley : > > Am So., 15. Dez. 2019 um 21:17 Uhr schrieb Michael Käppler > : > > > > Hi all, > > a few days ago I submitted a snippet to the LSR (title "Coloring > > successive intervals"). I can see it in the snippet database, > > but not in the we

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Paolo Prete
Hello Thomas, this is a bit discouraging for me, TBH. Hope someone could write a proper Scheme procedure, then, and port the snippet on 2.18.2. Best, P On Mon, Dec 16, 2019 at 12:24 AM Thomas Morley wrote: > Am Mo., 16. Dez. 2019 um 00:06 Uhr schrieb Paolo Prete < > paolopr...@gmail.com>: >

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Kieren MacMillan
Hi Paolo, > After that, can we add this on the snippets repository? Might I suggest a nomenclature improvement? Since the code tunes slurs, phrasing slurs, and ties, perhaps it makes sense to change all "JSSVGSlurTuner*" names (code and file) to something like “JSSVGCurveTuner*” or similar. Ju

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Thomas Morley
Am Mo., 16. Dez. 2019 um 01:50 Uhr schrieb Paolo Prete : > > Hello Thomas, > > this is a bit discouraging for me, TBH. > Hope someone could write a proper Scheme procedure, then, and port the > snippet on 2.18.2. Makes no sense to "downgrade" your code, imho. That would mean to replace nice code

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Paolo Prete
Ok, let's move the discussion on the dev ml, then. Cheers, P On Mon, Dec 16, 2019 at 2:07 AM Thomas Morley wrote: > Am Mo., 16. Dez. 2019 um 01:50 Uhr schrieb Paolo Prete < > paolopr...@gmail.com>: > > > > Hello Thomas, > > > > this is a bit discouraging for me, TBH. > > Hope someone could wri

Re: A Javascript test code for modifying ties and slurs with mouse

2019-12-15 Thread Paolo Prete
Good idea Kieren, if they approve it, I'll suggest the nomenclature you proposed. Best, P On Mon, Dec 16, 2019 at 2:03 AM Kieren MacMillan < kieren_macmil...@sympatico.ca> wrote: > Hi Paolo, > > > After that, can we add this on the snippets repository? > > Might I suggest a nomenclature improve