2008/3/31, James E. Bailey <[EMAIL PROTECTED]>:
> I'm wondering if there's an easy way to generate a piano reduction
>  from a choral piece but without all of the dynamics. The choir parts
>  all have their dynamics, but the piano part shouldn't. And the handy
>  snippet I found generates a piano part with all the dynamics showing.

Simply remove the Dynamic engraver :

\new PianoStaff <<
  \new Staff \with { \remove "Dynamic_engraver" } <<
     \new Voice \sopranos
     \new Voice \altos >>
  \new Staff \with { \remove "Dynamic_engraver" } <<
     \new Voice \tenors
     \new Voice \barytones >>
>>

Cheers,
Valentin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to