Re: partcombine/instrumentName problem

2009-06-01 Thread Gilles THIBAULT
\score { \new Staff \with { printPartCombineTexts = ##f midiInstrument = "bassoon" instrumentName = "Bassoon" shortInstrumentName = "Bass." } << \partcombine \bassoonOne \bassoonTwo >> } This solution seems to work great. I think that t

Re: partcombine/instrumentName problem

2009-06-01 Thread James E. Bailey
I don't know enough about \partcombine to tell you why, but if you use the \new Staff \with { instrumentName = Bassoon }, you should get what you want. At least, I got it, but I curiously got two scores with the following code: \score { \new Staff \with { printPartCombineTexts =

partcombine/instrumentName problem

2009-06-01 Thread Garrett Fitzgerald
I have the following code in my ConductorScore.ly. The first one, with the combined parts, doesn't print the instumentName: the second one, with just one part, does. Anybody know offhand how to fix this? Thanks. (Files are available at http://www.mutopiaproject.org/cgibin/piece-info.cgi?id=1643, if