Re: MIDI track names

2015-08-04 Thread Heikki Tauriainen
On Mon, 2015-08-03 at 18:39 +0200, David Kastrup wrote: > > > From lily/control-track-performer.cc: [...] > > > No idea what happens when the Control_track_performer gets > > > removed but I doubt it's useful. From the same file it appears that the Control_track_performer is interested in tempo

Re: MIDI track names

2015-08-04 Thread David Kastrup
Heikki Tauriainen writes: >> > In that case, I suggest to default the name to header’s „title“ >> > setting. What do you think? >> >> Could work. Haven't looked into MIDI a lot though. > > Using properties from the \header block (which sounds in principle > like a nice idea) is probably made m

Re: bookOutputName

2015-08-04 Thread Graham King
Hi Jonathan, some suggestions, inline, below... On Thu, 2015-07-30 at 20:25 +, Jenny^H^H^H^H^HJonathan wrote: > Hi. I've been using LP 2.18.2 for a few months quite successfully. I'm > on Windows 7. > > Recently I downloaded Frescobaldi. I then started having problems > running LP, which I th

Re: Pull in external LilyPond files into a score of movements

2015-08-04 Thread unlabeled
Thank you all so much, i'm just getting into lilypond and trying to figure out how to make it work for my workflow. i have a solution i like to this, or similar, issue, which i will share soon. meanwhile, i have a question that will help me finish it: is there such a thing as a null0if, or a terna

Re: Pull in external LilyPond files into a score of movements

2015-08-04 Thread Jérôme Plût
Pridie Nonas Augustas MMXV scripsit unlabeled : > Thank you all so much, i'm just getting into lilypond and trying to figure > out how to make it work for my workflow. i have a solution i like to this, > or similar, issue, which i will share soon. meanwhile, i have a question > that will help me fi

Positioning Dynamics Contexts

2015-08-04 Thread Cynthia Karl
Is there a useful way to get closer association of a staff and a dynamics context in the following snippet? \version "2.19.23" musicA = \relative c'' {\repeat unfold 24 c4 \break \repeat unfold 24 d4} dynamicsA = {s1 s\p s s\f s s s1\p s\mp s\mf s\f s\ff s\fff} musicB =

Re: Positioning Dynamics Contexts

2015-08-04 Thread Kevin Barry
On Tue, Aug 4, 2015 at 3:53 PM, Cynthia Karl wrote: > Is there a useful way to get closer association of a staff and a dynamics > context in the following snippet? Two things suggest themselves, although you may not like either idea: 1) You could add dynamicsA to the upper Staff (instead of it h

Re: Positioning Dynamics Contexts

2015-08-04 Thread Cynthia Karl
> On Aug 4, 2015, at 10:04 AM, Kevin Barry wrote: > > On Tue, Aug 4, 2015 at 3:53 PM, Cynthia Karl wrote: >> Is there a useful way to get closer association of a staff and a dynamics >> context in the following snippet? > > Two things suggest themselves, although you may not like either idea:

Re: MIDI track names

2015-08-04 Thread Henning Hraban Ramm
Am 2015-08-04 um 16:03 schrieb David Kastrup : > Heikki Tauriainen writes: > In that case, I suggest to default the name to header’s „title“ setting. What do you think? >>> >>> Could work. Haven't looked into MIDI a lot though. >> >> Using properties from the \header block (which s

Re: Positioning Dynamics Contexts

2015-08-04 Thread David Kastrup
Cynthia Karl writes: > Shouldn’t the line: > > \new Staff << \dynamicsAHigh \musicA \dynamicsALow >> > > resullt in the ordering in the score: > > dynamicsAHigh > musicA > dynamicsALow > > instead of > > musicA > dynamicsAHigh > dynamicsALow > ? Taking

Re: MIDI track names

2015-08-04 Thread David Kastrup
Henning Hraban Ramm writes: > Am 2015-08-04 um 16:03 schrieb David Kastrup : > >> Heikki Tauriainen writes: >> > In that case, I suggest to default the name to header’s „title“ > setting. What do you think? Could work. Haven't looked into MIDI a lot though. >>> >>> Using p

Re: Positioning Dynamics Contexts

2015-08-04 Thread Kevin Barry
On Tue, Aug 4, 2015 at 5:08 PM, Cynthia Karl wrote: > Shouldn’t the line: > > \new Staff << \dynamicsAHigh \musicA \dynamicsALow >> > > resullt in the ordering in the score: > > dynamicsAHigh > musicA > dynamicsALow No: the result is that they are all part of the s

Temporary change to macro definition

2015-08-04 Thread Jérôme Plût
In the attached file, I made a macro \count such that a^\count a^\count a^\count is understood as a^"1" a^"2" a^"3"... I also wrote a macro \repeatWithCount such that \repeatWithCount 3 { a^\acount } also evaluates to a^"1" a^"2" a^"3". However, (for aesthetic reasons!) I would prefer to use \cou

Re: Rest in Lyrics

2015-08-04 Thread Alberto Simões
Hi all, Sorry for the late acknowledgment (vacation mode). This example worked like a charm, and possible other suggestions too (I'm going through them now). Thank you, once more, Alberto On 02/08/15 22:35, Thomas Morley wrote: 2015-08-02 23:00 GMT+02:00 Alberto Simões : Hello I know it is

Re: MIDI track names

2015-08-04 Thread Heikki Tauriainen
On Tue, 2015-08-04 at 22:54 +0600, Henning Hraban Ramm wrote: > Am 2015-08-04 um 16:03 schrieb David Kastrup : > > > Heikki Tauriainen writes: > > > > > > > In that case, I suggest to default the name to header’s > > > > > „title“ > > > > > setting. What do you think? > > > > > > > > Could wo

Re: Pull in external LilyPond files into a score of movements

2015-08-04 Thread unlabeled
Thanks so much, Jérôme! I think I understand the syntax there, but I can't actually get it to work. I will try to explain, now that I have more time, exactly what I am attempting. I am working on a multi-movement orchestral score. I want to be able to print a final score using bookparts, but wh

Re: MIDI track names

2015-08-04 Thread Henning Hraban Ramm
Am 2015-08-05 um 05:01 schrieb Heikki Tauriainen : Using properties from the \header block (which sounds in principle like a nice idea) is probably made more complicated by the fact that the title metadata in a \header block can be arbitrary LilyPond markup, and not