----- 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 {
\header {
piece = "Moderately"
}
<<
\context Staff = Vocal
\with {
\remove "Axis_group_engraver" \consists "Hara_kiri_engraver"
} \transpose c c' \melody
\lyricsto "singer" \context Lyrics \words
\context PianoStaff <<
\context Staff = upper \transpose c c' \upper
\dynamics
\context Staff = lower \lower
>>
>>
}
\remove "Axis_group_engraver" \consists"Hara_kiri_engraver"
I don't want this to apply to the PianoStaff.
Stephen
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user