Re: Automatic Piano Reduction with > 4 parts

2008-01-16 Thread Mats Bengtsson
work surprisingly well in many situations: \new Staff \new Voice << \sopI \sopII \alto >> /Mats Quoting Benedict Singer <[EMAIL PROTECTED]>: Hi all, I'm working on a choral piece for SSATBB using 2.10, and would love to get an automatic piano reduction to go along with

Automatic Piano Reduction with > 4 parts

2008-01-16 Thread Benedict Singer
Hi all, I'm working on a choral piece for SSATBB using 2.10, and would love to get an automatic piano reduction to go along with it. With 4 vocal parts this was no problem, but I'm not sure if it's possible in a clean way with 6. What I've been trying so far is essen

Re: SATB with automatic piano reduction - dynamics?

2006-12-18 Thread Jonathan Henkelman
Mats Bengtsson ee.kth.se> writes: [snip override solution] > However, do you really need \partcombine? Often you can get very far with > >\new PianoStaff << > \new Staff { \clef treble \Key \Time > << \sopranoMusic \\ \altoMusic >> > } % Staff > ... > >> % P

Re: SATB with automatic piano reduction - dynamics?

2006-12-18 Thread Mats Bengtsson
The problem is that \partcombine creates its own voices. A simple solution is to keep the engraver and just make sure that no dynamics are printed: \override DynamicText #'stencil = ##f \override DynamicTextSpanner #'stencil = ##f \override Hairpin #'stencil = ##f However, do you really need \par

Re: SATB with automatic piano reduction - dynamics?

2006-12-16 Thread Jonathan Henkelman
Assume we know about sopranoMusic, sopranoWords, etc. alto, tenor, bass and that the choirstaff has been defined (basically as done in the template). >\new PianoStaff << > \new Staff << \clef treble >\set Staff.printPartCombineTexts = ##f >\partcombine > << \Key

SATB with automatic piano reduction - dynamics?

2006-12-16 Thread Jonathan Henkelman
I am using the template provided in the manual. I have changed the formating of the ChoirStaff a bit, but otherwise it is unchanged. I have attached a reduced version of my current code in a followup post (!?) as it doesn't seem to matter where I put it in this one, I am accused of top-posting

Re: automatic piano reduction

2004-08-24 Thread Felix Jaacks
Bertalan Fodor wrote: > I've never used \partcombine, but I suppose it could be good: > http://www.lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Automatic-part-combining.html Hello Bertalan, I entered the piano part from scratch. \partcombine works according to the manual only with tw

Re: automatic piano reduction

2004-08-23 Thread Bertalan Fodor
I've never used \partcombine, but I suppose it could be good: http://www.lilypond.org/doc/v2.2/Documentation/user/out-www/lilypond/Automatic-part-combining.html Bert ___ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/li

automatic piano reduction

2004-08-23 Thread Felix Jaacks
Hello, I am working on a Haendel Aria and already entered the string's notes. There is a piano reduction in the score as well and I wonder wether there is a way to merge the Violins and the Viola to a right hand piano staff. I tried to copy all events of Lilypond's midi output into one track but