Re: partcombine and instrumentSwitch

2012-09-22 Thread Keith OHara
eluze eluzew at gmail.com writes: Thomas Morley wrote But while using separate voices, LilyPond prints the instrumentCueName twice, too. Or did I sth wrong? if in the definition of instrumentSwitch in music-functions-init.ly you change 'Staff to 'Voice it only prints once. don't

Re: partcombine and instrumentSwitch

2012-09-14 Thread Keith OHara
Jan-Peter Voigt jp.voigt at gmx.de writes: I am using partcombine in a piece, wich makes use of instrumentSwitch. Now this leads to a stack of 4 times piccolo in this example. Is this a bug or am I missing something? Is it maybe related to this issue 2253? It is different from issue 2253

Re: partcombine and instrumentSwitch

2012-09-14 Thread Daniel E. Moctezuma
You can use \layout { \context {\Voice \remove Instrument_switch_engraver } \context {\Staff \consists Instrument_switch_engraver } } That's a nice solution, I had that same problem and solved it by making transparent the instrument change (via an \override) but this is much nicer,

Re: partcombine and instrumentSwitch

2012-09-14 Thread Jan-Peter Voigt
Thank you, Harm and Keith for your solutions! I will now introduce the layout solution in my include files :-) Cheers, Jan-Peter On 14.09.2012 08:02, Keith OHara wrote: Jan-Peter Voigt jp.voigt at gmx.de writes: I am using partcombine in a piece, wich makes use of instrumentSwitch. Now this

Re: partcombine and instrumentSwitch

2012-09-14 Thread David Kastrup
Keith OHara k-ohara5...@oco.net writes: Jan-Peter Voigt jp.voigt at gmx.de writes: I am using partcombine in a piece, wich makes use of instrumentSwitch. Now this leads to a stack of 4 times piccolo in this example. Is this a bug or am I missing something? Is it maybe related to this

Re: partcombine and instrumentSwitch

2012-09-14 Thread Jan-Peter Voigt
Hi David, On 14.09.2012 10:53, David Kastrup wrote: It is often a tossup whether you are better off using the partcombiner on voices, or just \voiceOne/\voiceTwo. If, say, one of two oboes switches instruments, you just want to see this for its own voice. In fact, I find that for things like

Re: partcombine and instrumentSwitch

2012-09-14 Thread Thomas Morley
2012/9/14 David Kastrup d...@gnu.org: Keith OHara k-ohara5...@oco.net writes: Jan-Peter Voigt jp.voigt at gmx.de writes: I am using partcombine in a piece, wich makes use of instrumentSwitch. Now this leads to a stack of 4 times piccolo in this example. Is this a bug or am I missing

Re: partcombine and instrumentSwitch

2012-09-14 Thread Jan-Peter Voigt
On 14.09.2012 11:23, Thomas Morley wrote: But while using separate voices, LilyPond prints the instrumentCueName twice, too. Or did I sth wrong? \version 2.16.0 \addInstrumentDefinition #piccolo #`((instrumentName . Piccolo) (shortInstrumentName . Pc.) (instrumentCueName . Piccolo)

Re: partcombine and instrumentSwitch

2012-09-14 Thread eluze
instances. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/partcombine-and-instrumentSwitch-tp132880p132936.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org

partcombine and instrumentSwitch

2012-09-13 Thread Jan-Peter Voigt
) (midiInstrument . piccolo)) \partcombine { c''1 \instrumentSwitch piccolo c'' } { e''1 e'' } --snip-- Is this a bug or am I missing something? Is it maybe related to this issue 2253? http://code.google.com/p/lilypond/issues/detail?id=2253q=partcombinecolspec=ID%20Type%20Status%20Stars%20Owner%20Patch

Re: partcombine and instrumentSwitch

2012-09-13 Thread Thomas Morley
2012/9/13 Jan-Peter Voigt jp.vo...@gmx.de: Hello list, I am using partcombine in a piece, wich makes use of instrumentSwitch. Now this leads to a stack of 4 times piccolo in this example. [...] Is this a bug or am I missing something? Is it maybe related to this issue 2253? I'm quite sure