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