![]() |
GNU LilyPond-- -- |
||||||||||
|
Node:Hara kiri staves, Next:Sound output for transposing instruments, Previous:Automatic part combining, Up:Writing parts Hara kiri stavesIn orchestral scores, staff lines that only have rests are usually removed. This saves some space. LilyPond also supports this through the hara kiri1 staff. This staff commits suicide when it finds itself to be empty after the line-breaking process. It will not disappear when it contains normal rests, you must use multi measure rests. The hara kiri staff is specialized version of the Staff context. It is available as the context identifier
\score { \notes \relative c' < \context Staff = SA { e4 f g a \break c1 } \context Staff = SB { c4 d e f \break R1 } > \paper { linewidth = 6.\cm \translator { \HaraKiriStaffContext } } } |
||||||||||
Go back to index of LilyPond.
Please send GNU LilyPond questions and comments to lilypond-user@gnu.org. Please send comments on these web pages to (address unknown) Copyright (c) 1997--2002 Han-Wen Nienhuys and Jan Nieuwenhuizen. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
This page was built from LilyPond-1.7.14 (development-branch) by