lilypond-user
[Top][All Lists]
Advanced

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

Re: Hara_kiri_engraver


From: Stephen
Subject: Re: Hara_kiri_engraver
Date: Wed, 3 May 2006 00:57:47 -0500


----- Original Message ----- From: "Stephen" <address@hidden>
To: <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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