On 01/15/2012 06:22 AM, Gilles wrote:
>> However, I have been unable to suppress dynamics from the left hand in
>> the piano accompaniment.
> 
> Well, i can not exactly explain why, but apparently the good manner to
> do is
> 
> %%%%%%%%%%%%%%%%%% good
>    \partcombine
>          \new Voice  \with { \remove "New_dynamic_engraver" }
>             { \bassOne \bar "|."}
>          \new Voice  \with { \remove "New_dynamic_engraver" }
>             { \bassTwo \bar "|." }
> %%%%%%%%%%%%%%%%
> 
> and not
> 
> %%%%%%%%%%%%%%%% bad
>          \new Voice  \with { \remove "New_dynamic_engraver" }
>             \partcombine { \bassOne \bar "|."}  { \bassTwo \bar "|." }
> %%%%%%%%%%%%%%%%

Merci, Gilles.  That does get rid of the dynamics... but breaks
partcombine (in 2.12.3, at least), leaving clashing note columns.

I ended up using a Dynamics context anyway... I had to restructure the
music to line up lyrics for the MIDI correctly anyway, and the
appearance is better with the dynamics centered on the piano staff.

I’ve been doing simple tunes for so long... guess I’d better get used to
using globals.

Thanks,
Chris
-- 
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
“Be wary of great leaders.  Hope that there are many, many small
 leaders.” — Pete Seeger

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

Reply via email to