Re: A follow-up on Roman numeral code.

2014-01-19 Thread Eluze
Hwaen Ch'uqi wrote David Nalesnik provided some invaluable code which dealt with the switch from Roman to Arabic page numbers and its reflection in the table of contents. It is set up so that the first page number of the score does not show. How can I cause that first page number to appear?

Re: A follow-up on Roman numeral code.

2014-01-19 Thread Hwaen Ch'uqi
Greetings Eluze, On 1/19/14, Eluze elu...@gmail.com wrote: Hwaen Ch'uqi wrote David Nalesnik provided some invaluable code which dealt with the switch from Roman to Arabic page numbers and its reflection in the table of contents. It is set up so that the first page number of the score does

Surpress CC#7 commands in MIDI output

2014-01-19 Thread Speldosa
I've noticed that Lilypond, for its midi output, starts each track off by sending a CC#7 command (channel volume) on each channel with a value of 100. This create some problems for me, for example when I'm importing and playing the data in Logic and want to change the channel volume (yes, I could

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

2014-01-19 Thread Speldosa
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 midi files of my SATB arrangements. Now,

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 the

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

2014-01-19 Thread 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. Shane On Sun, Jan 19, 2014 at 7:51 AM, Speldosa l4rs...@gmail.com wrote: I'm

SOR: LES FOLLIES D'ESPAGNE

2014-01-19 Thread Mario Moles
PDF MIDI AND LILYPOND SOURCES! http://mariomoles.altervista.org/fernando-sor-le-follie-di-spagna/ oiram/bin/selom Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni. MIB-kernellinux-tester http://mariomoles.altervista.org/[1] Linux[2] MIB[3] Lilypond[4] Frescobaldi[5]

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

2014-01-19 Thread Janek Warchoł
2014/1/19 Shane Brandes sh...@grayskies.net: 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

Re: A follow-up on Roman numeral code.

2014-01-19 Thread David Nalesnik
Hi, On Sun, Jan 19, 2014 at 5:20 AM, Hwaen Ch'uqi hwaench...@gmail.com wrote: Greetings Eluze, On 1/19/14, Eluze elu...@gmail.com wrote: Hwaen Ch'uqi wrote David Nalesnik provided some invaluable code which dealt with the switch from Roman to Arabic page numbers and its reflection in

Re: A follow-up on Roman numeral code.

2014-01-19 Thread Hwaen Ch'uqi
Greetings David, In the section commented as FIRST SCORE, try replacing \on-the-fly #part-not-first-page \offset-page-number #(1- begin-arabic) with \on-the-fly #create-page-number-stencil \offset-page-number #(1- begin-arabic) That should work for you. --David This works

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

2014-01-19 Thread Speldosa
Well, I could come to think of several different solutions if I just wanted to do this a couple of times. However, these are files that I constantly update and change and I would like to not have to make the changes in 9 different files every time (some of the arrangements are for SSAATTBB). I did

Re: kerning/ligatures in opentype fonts

2014-01-19 Thread Henning Hraban Ramm
Am 2014-01-17 um 14:56 schrieb Simon Bailey si...@bailey.at: somewhere in bouncing between OS X, linux and (seldom) windows, this umlaut became decomposed. or was entered decomposed. (I can't remember which computer i wrote _those_ lines of code on). Didn't really matter whether I was viewing

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

2014-01-19 Thread Johan Vromans
Speldosa l4rs...@gmail.com 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

Re: Surpress CC#7 commands in MIDI output

2014-01-19 Thread Ole Schmidt
Hi, As far as I remember- when you typeset a dynamic sign like \mf this will be mirrored in the midifile. So maybe it's the easiest way to specify the dynamics in the .ly-file.. hth ole www.oleschmidt.de Am 19.01.2014 um 13:38 schrieb Speldosa l4rs...@gmail.com: I've noticed that

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 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

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

2014-01-19 Thread Johan Vromans
Colin Campbell c...@shaw.ca 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

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 c...@shaw.ca 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

Re: Surpress CC#7 commands in MIDI output

2014-01-19 Thread Speldosa
That is correct. However, I want to remove the CC#7 commands all together, not modify them. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Surpress-CC-7-commands-in-MIDI-output-tp158188p158214.html Sent from the User mailing list archive at Nabble.com.

Re: SOR: LES FOLLIES D'ESPAGNE

2014-01-19 Thread Eluze
thanks for sharing your PDF MIDI AND LILYPOND SOURCES! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/SOR-LES-FOLLIES-D-ESPAGNE-tp158194p158215.html Sent from the User mailing list archive at Nabble.com. ___