lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: midi dynamic sound performers


From: MING TSANG
Subject: Re: midi dynamic sound performers
Date: Sat, 9 Oct 2010 07:34:04 -0700 (PDT)

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 <address@hidden>
To: MING TSANG <address@hidden>
Cc: address@hidden
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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]