midi volume/ s1*0 trick in Frescobaldi Score Wizard (was Re: Off-topic: Automatically create rehearsal files from SATB midi file)

2014-01-22 Thread Wilbert Berendsen
Op Mon, 20 Jan 2014 09:41:06 +0100 Johan Vromans schreef: > BTW: Whoever maintains the new score wizard: the "s1*0\f" trick to get > the midi volume right is no longer necessary for LilyPond 2.18. I changed it in the following way: diff --git a/frescobaldi_app/scorewiz/parts/vocal.py b/frescob

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-21 Thread David Kastrup
Henning Hraban Ramm writes: > Am 2014-01-22 um 03:35 schrieb k...@aspodata.se: > >> Federico Bruni: >>> 2014/1/21 Vaughan McAlley >>> On 20 January 2014 07:09, Colin Campbell wrote: > \set Score.midiPanPosition = #RIGHT > \set Staff.midiPanPosition = #LEFT This is missi

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-21 Thread Henning Hraban Ramm
Am 2014-01-22 um 03:35 schrieb k...@aspodata.se: > Federico Bruni: >> 2014/1/21 Vaughan McAlley >> >>> On 20 January 2014 07:09, Colin Campbell wrote: \set Score.midiPanPosition = #RIGHT \set Staff.midiPanPosition = #LEFT >>> >>> This is missing in the 2.18 changes, so I didn’t know

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-21 Thread karl
Federico Bruni: > 2014/1/21 Vaughan McAlley > > > On 20 January 2014 07:09, Colin Campbell wrote: > > > \set Score.midiPanPosition = #RIGHT > > > \set Staff.midiPanPosition = #LEFT > > > > This is missing in the 2.18 changes, so I didn’t know about it until > > now. Very nice! > > > > It's no

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread Federico Bruni
2014/1/21 Vaughan McAlley > On 20 January 2014 07:09, Colin Campbell wrote: > > \set Score.midiPanPosition = #RIGHT > > \set Staff.midiPanPosition = #LEFT > > This is missing in the 2.18 changes, so I didn’t know about it until > now. Very nice! > It's not even documented yet: https://code.go

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread Vaughan McAlley
On 20 January 2014 07:09, Colin Campbell wrote: > \set Score.midiPanPosition = #RIGHT > \set Staff.midiPanPosition = #LEFT This is missing in the 2.18 changes, so I didn’t know about it until now. Very nice! Vaughan ___ lilypond-user mailing list li

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread David Kastrup
Noeck writes: >> So you want lyrics events in the midi. For karaoke? > > It's more like "Why not/Just because I can". I implemented it like that > back then. As at least in Timidity the timing of music and the lyrics is > not in sync, I would remove it, if I used it now. Timidity has several opt

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread Noeck
> So you want lyrics events in the midi. For karaoke? It's more like "Why not/Just because I can". I implemented it like that back then. As at least in Timidity the timing of music and the lyrics is not in sync, I would remove it, if I used it now. Cheers, Joram

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread Johan Vromans
Noeck writes: > I used this (which might be adapted from Frescobaldi or the LSR). It > requires the music to be written into \soprano \alto \tenor and \bass > (but this can for sure be adapted). So you want lyrics events in the midi. For karaoke? -- Johan __

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread Noeck
Hi, I used this (which might be adapted from Frescobaldi or the LSR). It requires the music to be written into \soprano \alto \tenor and \bass (but this can for sure be adapted). The Score uses the default instrument and has a reduced volume compared to the Staff given by the name variable. This

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread David Kastrup
David Kastrup writes: > Johan Vromans writes: > >> Colin Campbell writes: >> >>> You're on the right track with File|New Score With Wizard. The Parts >>> tab has a section for Vocal and under it, you should choose Choir. >>> That opens a set of parameters on the right side of the panel, and >>>

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread David Kastrup
Johan Vromans writes: > Colin Campbell writes: > >> You're on the right track with File|New Score With Wizard. The Parts >> tab has a section for Vocal and under it, you should choose Choir. >> That opens a set of parameters on the right side of the panel, and >> among them is the option to gene

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-20 Thread Johan Vromans
Colin Campbell writes: > You're on the right track with File|New Score With Wizard. The Parts > tab has a section for Vocal and under it, you should choose Choir. > That opens a set of parameters on the right side of the panel, and > among them is the option to generate rehearsal MIDI files. Oka

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Colin Campbell
On 01/19/2014 03:20 PM, Johan Vromans wrote: Colin Campbell writes: If you're using Frescobaldi, just set up a new score and on the Parts tab, check the box for rehearsal MIDI files. Then, go into the rehearsalMidi section of the generated score and make the following tweaks: You lost me comp

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Johan Vromans
Colin Campbell writes: > If you're using Frescobaldi, just set up a new score and on the Parts > tab, check the box for rehearsal MIDI files. Then, go into the > rehearsalMidi section of the generated score and make the following > tweaks: You lost me completely... "set up a new score" <-- with

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Colin Campbell
On 01/19/2014 05:51 AM, Speldosa wrote: I'm sorry that that I'm going off-topic here (well, it's not /that/ off-topic), but I thought that if I could find anybody who knew how to do what I'm trying to achieve right now, it would be a hardcore LilyPond user :) Anyhow, I'm using LilyPond to output

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Robin Bannister
On 19.01.2014 13:51, Speldosa wrote: I want a file that is mixed so that the soprano part isthe loudest, for the altos I want the alto part to be the loudest, and so on. I don't understand your problem, but I do this without volume adjustments, based on several midi scores along the lines of:

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Johan Vromans
Speldosa writes: > Anyhow, I'm using LilyPond to output midi files of my SATB arrangements. > Now, I want to create individual mp3 rehearsal files for each voice. That > is, for sopranos, I want a file that is mixed so that the soprano part is > the loudest, for the altos I want the alto part to

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Speldosa
things like that last year. Never again! 2014 is the year of automation for me :) -- View this message in context: http://lilypond.1069038.n5.nabble.com/Off-topic-Automatically-create-rehearsal-files-from-SATB-midi-file-tp158190p158199.html Sent from the User mailing list archive at Nabble.com

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Janek Warchoł
2014/1/19 Shane Brandes : > After beating my head against the wall on a problem like that for days > i would change the dynamics in the LilyPond file and run a special > rehearsal version, until you figure out the more clever method you > propose. For balancing volumes of different voices it woul

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Shane Brandes
for > a couple of days now but without geting anywhere. Does anyone in the > LilyPond community have any suggestions on how to do it? > > > > -- > View this message in context: > http://lilypond.1069038.n5.nabble.com/Off-topic-Automatically-create-rehearsal-files-from-S

Re: Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Trevor Daniels
Speldosa wrote Sunday, January 19, 2014 12:51 PM > Anyhow, I'm using LilyPond to output midi files of my SATB arrangements. > Now, I want to create individual mp3 rehearsal files for each voice. That > is, for sopranos, I want a file that is mixed so that the soprano part is > the loudest, for th

Off-topic: Automatically create rehearsal files from SATB midi file

2014-01-19 Thread Speldosa
nity have any suggestions on how to do it? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Off-topic-Automatically-create-rehearsal-files-from-SATB-midi-file-tp158190.html Sent from the User mailing list archive at Nabble.com. _