Yes, It works.  However I have to put the code inside all \midi {}.  I have 
five 
\midi {}s one for the whole songs, and the other four for Soprano, Alto, Tenor 
and Bass.

Is it possible to specific once for all the midi?  





________________________________
From: Dmytro O. Redchuk <[email protected]>
To: MING TSANG <[email protected]>
Cc: [email protected]
Sent: Sat, October 9, 2010 5:06:39 AM
Subject: Re: midi dynamic sound performers

On Fri 08 Oct 2010, 10:03 MING TSANG wrote:
> Hi, lilypond users:
> 
> I like to produce midi file without dynamic performers but I still want score 
> sheet showing the dynamics.
> 
> Where do I code the following?  
> 
>      \remove "Dynamic_performer"
>      \remove "Staff_performer"
> 
> I put it in \midi - "syntax error, unexpected \remove"
Try to include it in \midi for Staff context:
\midi {
  \context {
    \Staff
      \remove "Dynamic_performer"
  }
}

I don't think you need to remove Staff_performer though.

Sorry, i have not tested this.

-- 
  Dmytro O. Redchuk
  Bug Squad

  Be careful! These are some commonly used abbreviations:
   • LM -- Learning Manual
   • NR -- Notation Reference
   • IR -- Internal Reference

  Look at LilyPond’s documentation to find more.
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to