"Stephen" <[EMAIL PROTECTED]> writes:

> ----- Original Message ----- 
> From: "Stephen" <[EMAIL PROTECTED]>
> To: <lilypond-user@gnu.org>
> Sent: Wednesday, May 03, 2006 12:14 AM
> Subject: Hara_kiri_engraver
>
>> How do I specifiy a specific Staff?
>
> I found the answer: use \with to bind a layout command to a specific Staff.
> My score block looks like this:
>
> \score {
>   <<
>     \context Staff = Vocal \with { 
>        \remove "Axis_group_engraver"
>        \consists "Hara_kiri_engraver"
>     } \melody
>     \context PianoStaff <<
>       \context Staff = upper \upper
>       \context Staff = lower \lower
>     >>
>   >>
> }
>

Thanks for answering your own question, this is a nice trick.


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

Reply via email to